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

  /external/syslinux/gpxe/src/net/infiniband/
ib_packet.c 50 struct ib_global_route_header *grh; local
73 grh = ( av->gid_present ?
74 iob_push ( iobuf, sizeof ( *grh ) ) : NULL );
81 lnh = ( grh ? IB_LNH_GRH : IB_LNH_BTH );
87 /* Construct GRH, if required */
88 if ( grh ) {
89 grh->ipver__tclass__flowlabel =
91 grh->paylen = htons ( grh_len );
92 grh->nxthdr = IB_GRH_NXTHDR_IBA;
93 grh->hoplmt = 0
128 struct ib_global_route_header *grh; local
    [all...]
  /external/syslinux/gpxe/src/include/gpxe/
ib_packet.h 74 * 4 bits : Version of the GRH
126 struct ib_global_route_header grh; member in struct:ib_headers::__anon34991
  /bionic/libc/kernel/uapi/rdma/
rdma_user_rxe.h 39 struct rxe_global_route grh; member in struct:rxe_av
ib_user_verbs.h 380 struct ib_uverbs_global_route grh; member in struct:ib_uverbs_ah_attr
  /external/kernel-headers/original/uapi/rdma/
rdma_user_rxe.h 57 struct rxe_global_route grh; member in struct:rxe_av
ib_user_verbs.h 474 struct ib_uverbs_global_route grh; member in struct:ib_uverbs_ah_attr
  /external/syslinux/gpxe/src/drivers/infiniband/
arbel.c 1163 struct ib_global_route_header *grh; local
    [all...]
hermon.c 1430 struct ib_global_route_header *grh; local
    [all...]
MT25218_PRM.h 45 pseudo_bit_t g[0x00001]; /* Global address enable - if set, GRH will be formed for packet header */
356 pseudo_bit_t g[0x00001]; /* Global address enable - if set, GRH will be formed for packet header */
1862 pseudo_bit_t grh[10][0x00020]; \/* The GRH field of the MAD packet that was scattered to the first 40 bytes pointed to by the scatter list. member in struct:arbelprm_mad_ifc_st
    [all...]
MT25408_PRM.h 46 pseudo_bit_t g[0x00001]; /* Global address enable - if set, GRH will be formed for packet header */
279 pseudo_bit_t grh_ip[0x00001]; /* Global address enable - if set, GRH will be formed for packet header */
1749 pseudo_bit_t grh[10][0x00020]; \/* The GRH field of the MAD packet that was scattered to the first 40 bytes pointed to by the scatter list. member in struct:hermonprm_mad_ifc_st
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rdma/
ib_user_verbs.h 359 struct ib_uverbs_global_route grh; member in struct:ib_uverbs_ah_attr

Completed in 644 milliseconds