Searched defs:qp (Results 1 - 25 of 32) sorted by relevance

12

/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dib_mcast.h19 struct ib_queue_pair *qp; member in struct:ib_mc_membership
27 * @v qp Queue pair
32 void ( * complete ) ( struct ib_device *ibdev, struct ib_queue_pair *qp,
37 extern int ib_mcast_join ( struct ib_device *ibdev, struct ib_queue_pair *qp,
41 struct ib_queue_pair *qp,
45 extern void ib_mcast_leave ( struct ib_device *ibdev, struct ib_queue_pair *qp,
H A Dib_cm.h23 * @v qp Queue pair
29 void ( * changed ) ( struct ib_device *ibdev, struct ib_queue_pair *qp,
39 struct ib_queue_pair *qp; member in struct:ib_connection
64 ib_create_conn ( struct ib_device *ibdev, struct ib_queue_pair *qp,
69 struct ib_queue_pair *qp,
H A Dib_mi.h94 struct ib_queue_pair *qp; member in struct:ib_mad_interface
H A Dinfiniband.h101 struct ib_queue_pair *qp; member in struct:ib_work_queue
184 * @v qp Queue pair
189 struct ib_queue_pair *qp,
195 * @v qp Queue pair
201 struct ib_queue_pair *qp,
256 * @v qp Queue pair
260 struct ib_queue_pair *qp );
264 * @v qp Queue pair
268 struct ib_queue_pair *qp );
272 * @v qp Queu
602 ib_qp_set_drvdata( struct ib_queue_pair *qp, void *priv ) argument
624 ib_qp_set_ownerdata( struct ib_queue_pair *qp, void *priv ) argument
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/threads/combined/
H A Dprustack.c77 PRCList *qp; local
87 qp = _pr_freeStacks.prev;
88 while ((_pr_numFreeStacks > _pr_maxFreeStacks) && (qp != &_pr_freeStacks)) {
89 ts = _PR_THREAD_STACK_PTR(qp);
91 qp = qp->prev;
111 qp = _pr_freeStacks.next;
113 while (qp != &_pr_freeStacks) {
114 ts = _PR_THREAD_STACK_PTR(qp);
116 qp
[all...]
H A Dprucpu.c135 PRCList *qp; local
142 for (qp = _PR_CPUQ().next; qp != &_PR_CPUQ(); qp = qp->next) {
143 cpu = _PR_CPU_PTR(qp);
H A Dpruthr.c788 PRCList *qp; local
804 for (qp = _PR_RUNQ(cpu)[pri].next;
805 qp != &_PR_RUNQ(cpu)[pri];
806 qp = qp->next) {
807 thread = _PR_THREAD_PTR(qp);
871 PRCList *qp; local
919 for (qp = _PR_RUNQ(cpu)[pri].next;
920 qp != &_PR_RUNQ(cpu)[pri];
921 qp
1655 PRCList *qp; local
1689 PRCList *qp; local
1715 PRCList *qp, *qp_next; local
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/net/infiniband/
H A Dib_mcast.c81 struct ib_queue_pair *qp = membership->qp; local
93 ibdev, qp->qpn, strerror ( rc ) );
101 ibdev, qp->qpn, ( joined ? "joined" : "left" ),
105 qp->qkey = qkey;
106 if ( ( rc = ib_modify_qp ( ibdev, qp ) ) != 0 ) {
108 ibdev, qp->qpn, strerror ( rc ) );
118 membership->complete ( ibdev, qp, membership, rc, mad );
130 * @v qp Queue pair
136 int ib_mcast_join ( struct ib_device *ibdev, struct ib_queue_pair *qp, argument
188 ib_mcast_leave( struct ib_device *ibdev, struct ib_queue_pair *qp, struct ib_mc_membership *membership ) argument
[all...]
H A Dib_packet.c42 * @v qp Queue pair
47 struct ib_queue_pair *qp, size_t payload_len,
61 ibdev, ibdev->lid, qp->ext_qpn, av->lid, av->qpn, av->qkey );
79 vl = ( ( qp->ext_qpn == IB_QPN_SMI ) ? IB_VL_SMP : IB_VL_DEFAULT );
103 bth->ack__psn = htonl ( ( qp->send.psn++ ) & 0xffffffUL );
107 deth->src_qp = htonl ( qp->ext_qpn );
120 * @v qp Queue pair to fill in, or NULL
125 struct ib_queue_pair **qp, size_t *payload_len,
138 if ( qp )
139 *qp
46 ib_push( struct ib_device *ibdev, struct io_buffer *iobuf, struct ib_queue_pair *qp, size_t payload_len, const struct ib_address_vector *av ) argument
124 ib_pull( struct ib_device *ibdev, struct io_buffer *iobuf, struct ib_queue_pair **qp, size_t *payload_len, struct ib_address_vector *av ) argument
[all...]
H A Dib_cm.c185 conn->op->changed ( ibdev, conn->qp, conn, -ENOTCONN,
250 struct ib_queue_pair *qp = conn->qp; local
274 qp->av.qpn = ( ntohl ( rep->local_qpn ) >> 8 );
275 qp->send.psn = ( ntohl ( rep->starting_psn ) >> 8 );
279 conn, qp->av.qpn, qp->send.psn );
282 if ( ( rc = ib_modify_qp ( ibdev, qp ) ) != 0 ) {
321 conn->op->changed ( ibdev, qp, conn, rc, private_data,
342 struct ib_queue_pair *qp local
434 ib_create_conn( struct ib_device *ibdev, struct ib_queue_pair *qp, union ib_gid *dgid, union ib_guid *service_id, void *private_data, size_t private_data_len, struct ib_connection_operations *op ) argument
[all...]
H A Dib_cmrc.c79 struct ib_queue_pair *qp; member in struct:ib_cmrc_connection
115 ib_destroy_conn ( cmrc->ibdev, cmrc->qp, cmrc->conn );
116 ib_destroy_qp ( cmrc->ibdev, cmrc->qp );
143 * @v qp Queue pair
150 struct ib_queue_pair *qp,
153 struct ib_cmrc_connection *cmrc = ib_qp_get_ownerdata ( qp );
197 * @v qp Queue pair
202 struct ib_queue_pair *qp,
204 struct ib_cmrc_connection *cmrc = ib_qp_get_ownerdata ( qp );
222 * @v qp Queu
149 ib_cmrc_changed( struct ib_device *ibdev __unused, struct ib_queue_pair *qp, struct ib_connection *conn __unused, int rc_cm, void *private_data, size_t private_data_len ) argument
201 ib_cmrc_complete_send( struct ib_device *ibdev __unused, struct ib_queue_pair *qp, struct io_buffer *iobuf, int rc ) argument
227 ib_cmrc_complete_recv( struct ib_device *ibdev __unused, struct ib_queue_pair *qp, struct ib_address_vector *av __unused, struct io_buffer *iobuf, int rc ) argument
[all...]
H A Dib_mi.c113 * @v qp Queue pair
119 struct ib_queue_pair *qp,
122 struct ib_mad_interface *mi = ib_qp_get_ownerdata ( qp );
225 if ( ( rc = ib_post_send ( ibdev, mi->qp, av, iobuf ) ) != 0 ) {
354 mi->qp = ib_create_qp ( ibdev, type, IB_MI_NUM_SEND_WQES, mi->cq,
356 if ( ! mi->qp ) {
360 ib_qp_set_ownerdata ( mi->qp, mi );
362 mi, ( ( type == IB_QPT_SMI ) ? "SMI" : "GSI" ), mi->qp->qpn );
365 mi->qp->qkey = ( ( type == IB_QPT_SMI ) ? IB_QKEY_SMI : IB_QKEY_GSI );
366 if ( ( rc = ib_modify_qp ( ibdev, mi->qp ) ) !
118 ib_mi_complete_recv( struct ib_device *ibdev, struct ib_queue_pair *qp, struct ib_address_vector *av, struct io_buffer *iobuf, int rc ) argument
[all...]
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/
H A Dctf_lookup.c66 const struct qual *qp = &qhash[h]; local
69 len == qp->q_len && strncmp(qp->q_name, s, qp->q_len) == 0);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprlong.c65 static void norm_udivmod32(PRUint32 *qp, PRUint32 *rp, PRUint64 a, PRUint32 b) argument
95 *qp = (q1 << 16) | q0;
119 PR_IMPLEMENT(void) ll_udivmod(PRUint64 *qp, PRUint64 *rp, PRUint64 a, PRUint64 b) argument
277 if (qp) {
278 qp->lo = q0;
279 qp->hi = q1;
H A Dprtpool.c315 PRCList *qp; local
368 for (qp = tp->ioq.list.next; qp != &tp->ioq.list; qp = qp->next) {
369 jobp = JOB_LINKS_PTR(qp);
384 qp = tp->ioq.list.next;
385 jobp = JOB_LINKS_PTR(qp);
492 for (qp = tp->ioq.list.next; qp !
519 PRCList *qp; local
533 PRCList *qp; local
833 PRCList *qp; local
949 PRCList *qp; local
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/threads/
H A Dprcthr.c339 PRCList *qp; local
346 qp = _PR_CPUQ().next;
347 while(qp != &_PR_CPUQ()) {
350 cpu = _PR_CPU_PTR(qp);
353 qp = qp->next;
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dgethostbydns.c643 char qbuf[MAXDNAME+1], *qp; local
690 qp = qbuf;
692 qp += SPRINTF((qp, "%x.%x.",
696 strcpy(qp, "ip6.int");
/vbox/src/VBox/Devices/PC/ipxe/src/net/
H A Dinfiniband.c150 ib_refill_recv ( ibdev, wq->qp );
170 * @ret qp Queue pair
181 struct ib_queue_pair *qp; local
188 total_size = ( sizeof ( *qp ) +
189 ( num_send_wqes * sizeof ( qp->send.iobufs[0] ) ) +
190 ( num_recv_wqes * sizeof ( qp->recv.iobufs[0] ) ) );
191 qp = zalloc ( total_size );
192 if ( ! qp )
194 qp->ibdev = ibdev;
195 list_add ( &qp
327 struct ib_queue_pair *qp; local
345 struct ib_queue_pair *qp; local
387 ib_post_send( struct ib_device *ibdev, struct ib_queue_pair *qp, struct ib_address_vector *av, struct io_buffer *iobuf ) argument
433 ib_post_recv( struct ib_device *ibdev, struct ib_queue_pair *qp, struct io_buffer *iobuf ) argument
470 ib_complete_send( struct ib_device *ibdev, struct ib_queue_pair *qp, struct io_buffer *iobuf, int rc ) argument
490 ib_complete_recv( struct ib_device *ibdev, struct ib_queue_pair *qp, struct ib_address_vector *av, struct io_buffer *iobuf, int rc ) argument
706 ib_mcast_attach( struct ib_device *ibdev, struct ib_queue_pair *qp, union ib_gid *gid ) argument
740 ib_mcast_detach( struct ib_device *ibdev, struct ib_queue_pair *qp, union ib_gid *gid ) argument
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dipoib.c59 struct ib_queue_pair *qp; member in struct:ipoib_device
458 return ib_post_send ( ibdev, ipoib->qp, &av, iobuf );
465 * @v qp Queue pair
470 struct ib_queue_pair *qp,
472 struct ipoib_device *ipoib = ib_qp_get_ownerdata ( qp );
481 * @v qp Queue pair
487 struct ib_queue_pair *qp,
490 struct ipoib_device *ipoib = ib_qp_get_ownerdata ( qp );
552 * @v qp Queue pair
558 struct ib_queue_pair *qp __unuse
469 ipoib_complete_send( struct ib_device *ibdev __unused, struct ib_queue_pair *qp, struct io_buffer *iobuf, int rc ) argument
486 ipoib_complete_recv( struct ib_device *ibdev __unused, struct ib_queue_pair *qp, struct ib_address_vector *av, struct io_buffer *iobuf, int rc ) argument
[all...]
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_subr.c209 dt_getstrattr(char *p, char **qp) argument
221 *qp = q;
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/mac/
H A Dmacio.c185 PRCList *qp; local
191 qp = _PR_PAUSEQ(me->cpu).next;
192 while (qp != &_PR_PAUSEQ(me->cpu)) {
194 thread = _PR_THREAD_PTR(qp);
197 qp = qp->next;
209 qp = _PR_SLEEPQ(me->cpu).next;
210 while (qp != &_PR_SLEEPQ(me->cpu)) {
212 thread = _PR_THREAD_PTR(qp);
215 qp
[all...]
/vbox/src/libs/xpcom18a4/xpcom/threads/
H A Dplevent.c493 PRCList* qp; local
499 qp = self->queue.next;
500 while (qp != &self->queue) {
501 PLEvent* event = PR_EVENT_PTR(qp);
502 qp = qp->next;
557 PRCList* qp = self->queue.next; local
558 while (qp != &self->queue) {
559 PLEvent* event = PR_EVENT_PTR(qp);
560 qp
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/infiniband/
H A Darbel.c756 * @v qp Queue pair
760 struct ib_queue_pair *qp ) {
768 switch ( qp->type ) {
770 qp->qpn = ( arbel->special_qpn_base + port_offset );
773 qp->qpn = ( arbel->special_qpn_base + 2 + port_offset );
785 qp->qpn = ( ( random() & ARBEL_QPN_RANDOM_MASK ) |
790 arbel, qp->type );
799 * @v qp Queue pair
802 struct ib_queue_pair *qp ) {
806 qpn_offset = ( ( qp
1302 arbel_fill_mlx_send_wqe( struct ib_device *ibdev, struct ib_queue_pair *qp, struct ib_address_vector *av, struct io_buffer *iobuf, union arbel_send_wqe *wqe ) argument
1394 arbel_post_send( struct ib_device *ibdev, struct ib_queue_pair *qp, struct ib_address_vector *av, struct io_buffer *iobuf ) argument
1469 arbel_post_recv( struct ib_device *ibdev, struct ib_queue_pair *qp, struct io_buffer *iobuf ) argument
1523 struct ib_queue_pair *qp; local
2818 arbel_mcast_attach( struct ib_device *ibdev, struct ib_queue_pair *qp, union ib_gid *gid ) argument
[all...]
H A Darbel.h268 struct arbelprm_qp_db_record qp; member in union:arbelprm_doorbell_record
617 * @v qp Queue pair
621 arbel_send_doorbell_idx ( struct arbel *arbel, struct ib_queue_pair *qp ) {
623 ( ( qp->qpn & ~ARBEL_QPN_RANDOM_MASK ) -
631 * @v qp Queue pair
635 arbel_recv_doorbell_idx ( struct arbel *arbel, struct ib_queue_pair *qp ) {
637 ( ( qp->qpn & ~ARBEL_QPN_RANDOM_MASK ) -
H A Dlinda.c467 * @v qp Queue pair
470 struct ib_queue_pair *qp ) {
471 struct ib_work_queue *wq = &qp->send;
476 if ( ( linda->reserved_send_bufs + qp->send.num_wqes ) >
480 linda->reserved_send_bufs, qp->send.num_wqes );
484 linda->reserved_send_bufs += qp->send.num_wqes;
491 linda_wq->send_buf = zalloc ( qp->send.num_wqes *
502 linda->reserved_send_bufs -= qp->send.num_wqes;
511 * @v qp Queue pair
514 struct ib_queue_pair *qp ) {
942 linda_post_send( struct ib_device *ibdev, struct ib_queue_pair *qp, struct ib_address_vector *av, struct io_buffer *iobuf ) argument
1019 linda_complete_send( struct ib_device *ibdev, struct ib_queue_pair *qp, unsigned int wqe_idx ) argument
1081 linda_post_recv( struct ib_device *ibdev, struct ib_queue_pair *qp, struct io_buffer *iobuf ) argument
1161 linda_complete_recv( struct ib_device *ibdev, struct ib_queue_pair *qp, unsigned int header_offs ) argument
1457 linda_mcast_attach( struct ib_device *ibdev, struct ib_queue_pair *qp, union ib_gid *gid ) argument
1475 linda_mcast_detach( struct ib_device *ibdev, struct ib_queue_pair *qp, union ib_gid *gid ) argument
[all...]

Completed in 153 milliseconds

12