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

12

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/infiniband/
H A Dqib7322.c378 * @v qp Queue pair
382 struct ib_queue_pair *qp ) {
391 qp->qpn = ( ctx & ~0x01 );
393 "%d\n", qib7322, port, qp->qpn, ctx );
407 * @v qp Queue pair
411 struct ib_queue_pair *qp ) {
412 return ( qp->qpn + ( ibdev->port - QIB7322_PORT_BASE ) );
422 struct ib_queue_pair *qp ) {
425 unsigned int ctx = qib7322_ctx ( ibdev, qp );
583 * @v qp Queu
1179 qib7322_post_send( struct ib_device *ibdev, struct ib_queue_pair *qp, struct ib_address_vector *av, struct io_buffer *iobuf ) argument
1262 qib7322_complete_send( struct ib_device *ibdev, struct ib_queue_pair *qp, unsigned int wqe_idx ) argument
1324 qib7322_post_recv( struct ib_device *ibdev, struct ib_queue_pair *qp, struct io_buffer *iobuf ) argument
1404 qib7322_complete_recv( struct ib_device *ibdev, struct ib_queue_pair *qp, unsigned int header_offs ) argument
1767 qib7322_mcast_attach( struct ib_device *ibdev, struct ib_queue_pair *qp, union ib_gid *gid ) argument
1785 qib7322_mcast_detach( struct ib_device *ibdev, struct ib_queue_pair *qp, union ib_gid *gid ) argument
[all...]
H A Dhermon.c984 * @v qp Queue pair
988 struct ib_queue_pair *qp ) {
996 switch ( qp->type ) {
998 qp->qpn = ( hermon->special_qpn_base + port_offset );
1001 qp->qpn = ( hermon->special_qpn_base + 2 + port_offset );
1014 qp->qpn = ( ( random() & HERMON_QPN_RANDOM_MASK ) |
1019 hermon, qp->type );
1028 * @v qp Queue pair
1031 struct ib_queue_pair *qp ) {
1035 qpn_offset = ( ( qp
1436 hermon_fill_mlx_send_wqe( struct ib_device *ibdev, struct ib_queue_pair *qp, struct ib_address_vector *av, struct io_buffer *iobuf, union hermon_send_wqe *wqe ) argument
1564 hermon_post_send( struct ib_device *ibdev, struct ib_queue_pair *qp, struct ib_address_vector *av, struct io_buffer *iobuf ) argument
1625 hermon_post_recv( struct ib_device *ibdev, struct ib_queue_pair *qp, struct io_buffer *iobuf ) argument
1677 struct ib_queue_pair *qp; local
2929 hermon_mcast_attach( struct ib_device *ibdev, struct ib_queue_pair *qp, union ib_gid *gid ) argument
3138 hermon_eth_complete_send( struct ib_device *ibdev __unused, struct ib_queue_pair *qp, struct io_buffer *iobuf, int rc ) argument
3155 hermon_eth_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...]
H A Dhermon.h151 struct hermonprm_mcg_qp_dw_st qp[8]; member in struct:hermonprm_mcg_entry_st
H A DMT25218_PRM.h2979 pseudo_bit_t qp[0x00018]; /* QP this page fault is reported on */ member in struct:arbelprm_page_fault_event_data_st
H A DMT25408_PRM.h404 pseudo_bit_t blck_lb[0x00001]; /* Block self-loopback messages arriving to this qp */
2502 pseudo_bit_t bqp[0x00001]; /* 0 - not bound to qp (type 1 window, MR)1 - bound to qp (type 2 window) */
2887 pseudo_bit_t qp[0x00018]; /* QP this page fault is reported on */ member in struct:hermonprm_page_fault_event_data_st
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Dirix.c81 #define ARENA_PTR(qp) \
82 ((nspr_arena *) ((char*) (qp) - offsetof(nspr_arena , links)))
109 #define SPROC_PARAMS_PTR(qp) \
110 ((sproc_params *) ((char*) (qp) - offsetof(sproc_params , links)))
172 PRCList *qp; local
180 for (qp = arena_list.next; qp != &arena_list; qp = qp->next) {
181 arena = ARENA_PTR(qp);
243 PRCList *qp; local
717 PRCList *qp; local
1024 PRCList *qp; local
1270 PRCList *qp; local
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/lib/msgc/src/
H A Dprmsgc.c1318 PRCList *qp; local
1337 qp = _pr_finalizeableObjects.next;
1338 while (qp != &_pr_finalizeableObjects) {
1339 fp = FinalPtr(qp);
1340 qp = qp->next;
1360 qp = _pr_finalizeableObjects.next;
1361 while (qp != &_pr_finalizeableObjects) {
1362 fp = FinalPtr(qp);
1363 qp
1390 PRCList *qp; local
1524 PRCList *qp = _pr_freeWeakLinks.next; local
1540 PRCList *qp, freeLinks; local
1589 PRCList *qp; local
[all...]

Completed in 115 milliseconds

12