Searched defs:qpn (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/net/infiniband/
H A Dib_packet.c61 ibdev, ibdev->lid, qp->ext_qpn, av->lid, av->qpn, av->qkey );
102 bth->dest_qp = htonl ( av->qpn );
134 unsigned long qpn; local
192 qpn = ntohl ( bth->dest_qp );
202 av->qpn = ntohl ( deth->src_qp );
223 if ( ! ( *qp = ib_find_qp_qpn ( ibdev, qpn ) ) ) {
225 "QPN %lx\n", ibdev, qpn );
234 ( qp ? (*qp)->ext_qpn : -1UL ) : qpn ),
235 av->lid, av->qpn, ntohl ( deth->qkey ) );
/vbox/src/VBox/Devices/PC/ipxe/src/net/
H A Dinfiniband.c220 ibdev, qp, ib_qp_get_drvdata ( qp ), qp->qpn );
222 ibdev, qp->qpn, num_send_wqes, qp->send.iobufs,
225 ibdev, qp->qpn, num_recv_wqes, qp->recv.iobufs,
237 qp->ext_qpn = qp->qpn;
240 if ( qp->ext_qpn != qp->qpn ) {
242 ibdev, qp->qpn, qp->ext_qpn );
268 DBGC ( ibdev, "IBDEV %p modifying QPN %#lx\n", ibdev, qp->qpn );
272 ibdev, qp->qpn, strerror ( rc ) );
290 ibdev, qp->qpn );
322 * @v qpn Queu
367 ib_find_wq( struct ib_completion_queue *cq, unsigned long qpn, int is_send ) argument
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dinfiniband.h73 unsigned long qpn; member in struct:ib_address_vector
152 unsigned long qpn; member in struct:ib_queue_pair
487 unsigned long qpn );
491 unsigned long qpn, int is_send );
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/infiniband/
H A Darbel.c344 arbel_cmd_rst2init_qpee ( struct arbel *arbel, unsigned long qpn, argument
349 0, ctx, qpn, NULL );
353 arbel_cmd_init2rtr_qpee ( struct arbel *arbel, unsigned long qpn, argument
358 0, ctx, qpn, NULL );
362 arbel_cmd_rtr2rts_qpee ( struct arbel *arbel, unsigned long qpn, argument
367 0, ctx, qpn, NULL );
371 arbel_cmd_rts2rts_qpee ( struct arbel *arbel, unsigned long qpn, argument
376 0, ctx, qpn, NULL );
380 arbel_cmd_2rst_qpee ( struct arbel *arbel, unsigned long qpn ) {
383 0x03, NULL, qpn, NUL
387 arbel_cmd_query_qpee( struct arbel *arbel, unsigned long qpn, struct arbelprm_qp_ee_state_transitions *ctx ) argument
1533 unsigned long qpn; local
[all...]
H A Dhermon.c406 hermon_cmd_rst2init_qp ( struct hermon *hermon, unsigned long qpn, argument
411 0, ctx, qpn, NULL );
415 hermon_cmd_init2rtr_qp ( struct hermon *hermon, unsigned long qpn, argument
420 0, ctx, qpn, NULL );
424 hermon_cmd_rtr2rts_qp ( struct hermon *hermon, unsigned long qpn, argument
429 0, ctx, qpn, NULL );
433 hermon_cmd_rts2rts_qp ( struct hermon *hermon, unsigned long qpn, argument
438 0, ctx, qpn, NULL );
442 hermon_cmd_2rst_qp ( struct hermon *hermon, unsigned long qpn ) {
445 0x03, NULL, qpn, NUL
449 hermon_cmd_query_qp( struct hermon *hermon, unsigned long qpn, struct hermonprm_qp_ee_state_transitions *ctx ) argument
1683 unsigned long qpn; local
[all...]
H A DMT25218_PRM.h89 pseudo_bit_t qpn[0x00018]; /* QP number this doorbell is rung on */ member in struct:arbelprm_send_doorbell_st
448 pseudo_bit_t qpn[0x00018]; /* QP number this doorbell is rung on */ member in struct:arbelprm_rd_send_doorbell_st
1954 pseudo_bit_t qpn[0x00018]; /* QP number or SRQ number this doorbell is rung on */ member in struct:arbelprm_receive_doorbell_st
2597 pseudo_bit_t qpn[0x00018]; /* QP number this MW is attached to. Valid for type2 memory windows and on QUERY_MPT only */ member in struct:arbelprm_mpt_st
H A DMT25408_PRM.h88 pseudo_bit_t qpn[0x00018]; /* QP number this doorbell is rung on */ member in struct:hermonprm_send_doorbell_st
393 pseudo_bit_t qpn[0x00018]; /* QP number this doorbell is rung on */ member in struct:hermonprm_rd_send_doorbell_st
991 pseudo_bit_t qpn[0x00018]; member in struct:hermonprm_mcg_qp_dw_st
1725 pseudo_bit_t qpn[0x00018]; /* Indicates the QP for which completion is being reported */ member in struct:hermonprm_completion_with_error_st
1929 pseudo_bit_t qpn[0x00018]; /* QP number or SRQ number this doorbell is rung on */ member in struct:hermonprm_receive_doorbell_st
2503 pseudo_bit_t qpn[0x00018]; /* QP number this MW is attached to. Valid for type2 memory windows and on QUERY_MPT only */ member in struct:hermonprm_mpt_st
2994 pseudo_bit_t qpn[0x00018]; /* Indicates the QP for which completion is being reported */ member in struct:hermonprm_completion_queue_entry_st

Completed in 81 milliseconds