HomeSort by relevance Sort by last modified time
    Searched defs:qpn (Results 1 - 16 of 16) sorted by null

  /external/syslinux/gpxe/src/net/infiniband/
ib_packet.c 61 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 );
226 if ( ! ( *qp = ib_find_qp_qpn ( ibdev, qpn ) ) ) {
228 "QPN %lx\n", ibdev, qpn );
237 ( qp ? (*qp)->ext_qpn : -1UL ) : qpn ),
238 av->lid, av->qpn, ntohl ( deth->qkey ) )
    [all...]
  /bionic/libc/kernel/uapi/rdma/
ib_user_mad.h 30 __be32 qpn; member in struct:ib_user_mad_hdr_old
48 __be32 qpn; member in struct:ib_user_mad_hdr
71 __u8 qpn; member in struct:ib_user_mad_reg_req
83 __u32 qpn; member in struct:ib_user_mad_reg_req2
ib_user_cm.h 98 __u32 qpn; member in struct:ib_ucm_req
122 __u32 qpn; member in struct:ib_ucm_rep
170 __u32 qpn; member in struct:ib_ucm_sidr_rep
241 __u32 qpn; member in struct:ib_ucm_sidr_rep_event_resp
ib_user_verbs.h 492 __u32 qpn; member in struct:ib_uverbs_open_qp
499 __u32 qpn; member in struct:ib_uverbs_create_qp_resp
  /external/kernel-headers/original/uapi/rdma/
ib_user_mad.h 61 * @qpn - Remote QP number received from/to be sent to
79 __be32 qpn; member in struct:ib_user_mad_hdr_old
104 * @qpn - Remote QP number received from/to be sent to
123 __be32 qpn; member in struct:ib_user_mad_hdr
172 * @qpn - Queue pair number; must be 0 or 1.
188 __u8 qpn; member in struct:ib_user_mad_reg_req
200 * @qpn - Queue pair number; must be 0 or 1.
223 __u32 qpn; member in struct:ib_user_mad_reg_req2
ib_user_cm.h 134 __u32 qpn; member in struct:ib_ucm_req
159 __u32 qpn; member in struct:ib_ucm_rep
212 __u32 qpn; member in struct:ib_ucm_sidr_rep
296 __u32 qpn; member in struct:ib_ucm_sidr_rep_event_resp
ib_user_verbs.h 612 __u32 qpn; member in struct:ib_uverbs_open_qp
621 __u32 qpn; member in struct:ib_uverbs_create_qp_resp
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rdma/
ib_user_mad.h 60 * @qpn - Remote QP number received from/to be sent to
78 __be32 qpn; member in struct:ib_user_mad_hdr_old
103 * @qpn - Remote QP number received from/to be sent to
122 __be32 qpn; member in struct:ib_user_mad_hdr
171 * @qpn - Queue pair number; must be 0 or 1.
187 __u8 qpn; member in struct:ib_user_mad_reg_req
ib_user_cm.h 133 __u32 qpn; member in struct:ib_ucm_req
158 __u32 qpn; member in struct:ib_ucm_rep
211 __u32 qpn; member in struct:ib_ucm_sidr_rep
295 __u32 qpn; member in struct:ib_ucm_sidr_rep_event_resp
ib_user_verbs.h 430 __u32 qpn; member in struct:ib_uverbs_open_qp
439 __u32 qpn; member in struct:ib_uverbs_create_qp_resp
  /external/syslinux/gpxe/src/drivers/infiniband/
arbel.c 328 arbel_cmd_rst2init_qpee ( struct arbel *arbel, unsigned long qpn,
333 0, ctx, qpn, NULL );
337 arbel_cmd_init2rtr_qpee ( struct arbel *arbel, unsigned long qpn,
342 0, ctx, qpn, NULL );
346 arbel_cmd_rtr2rts_qpee ( struct arbel *arbel, unsigned long qpn,
351 0, ctx, qpn, NULL );
355 arbel_cmd_rts2rts_qp ( struct arbel *arbel, unsigned long qpn,
360 0, ctx, qpn, NULL );
364 arbel_cmd_2rst_qpee ( struct arbel *arbel, unsigned long qpn ) {
367 0x03, NULL, qpn, NULL )
1165 unsigned long qpn; local
    [all...]
hermon.c 380 hermon_cmd_rst2init_qp ( struct hermon *hermon, unsigned long qpn,
385 0, ctx, qpn, NULL );
389 hermon_cmd_init2rtr_qp ( struct hermon *hermon, unsigned long qpn,
394 0, ctx, qpn, NULL );
398 hermon_cmd_rtr2rts_qp ( struct hermon *hermon, unsigned long qpn,
403 0, ctx, qpn, NULL );
407 hermon_cmd_rts2rts_qp ( struct hermon *hermon, unsigned long qpn,
412 0, ctx, qpn, NULL );
416 hermon_cmd_2rst_qp ( struct hermon *hermon, unsigned long qpn ) {
419 0x03, NULL, qpn, NULL )
1433 unsigned long qpn; local
    [all...]
MT25218_PRM.h 89 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
1956 pseudo_bit_t qpn[0x00018]; \/* QP number or SRQ number this doorbell is rung on *\/ member in struct:arbelprm_receive_doorbell_st
2599 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
    [all...]
MT25408_PRM.h 88 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
990 pseudo_bit_t qpn[0x00018]; member in struct:hermonprm_mcg_qp_dw_st
1637 pseudo_bit_t qpn[0x00018]; \/* Indicates the QP for which completion is being reported *\/ member in struct:hermonprm_completion_with_error_st
1841 pseudo_bit_t qpn[0x00018]; \/* QP number or SRQ number this doorbell is rung on *\/ member in struct:hermonprm_receive_doorbell_st
2420 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
2911 pseudo_bit_t qpn[0x00018]; \/* Indicates the QP for which completion is being reported *\/ member in struct:hermonprm_completion_queue_entry_st
    [all...]
  /external/syslinux/gpxe/src/include/gpxe/
infiniband.h 18 /** Subnet management interface QPN */
24 /** General service interface QPN */
30 /** Broadcast QPN */
33 /** QPN mask */
72 unsigned long qpn; member in struct:ib_address_vector
146 unsigned long qpn; member in struct:ib_queue_pair
451 unsigned long qpn );
455 unsigned long qpn, int is_send );
  /external/tensorflow/tensorflow/contrib/verbs/
rdma.h 66 uint32_t qpn; member in struct:tensorflow::RdmaAddress

Completed in 273 milliseconds