Searched refs:g_slid (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_av.c59 u8 g_slid; member in struct:mthca_av
202 av->g_slid = ah_attr->src_path_bits;
208 av->g_slid |= 0x80;
263 return !!(ah->av->g_slid & 0x80);
274 header->lrh.source_lid = cpu_to_be16(ah->av->g_slid & 0x7f);
307 attr->src_path_bits = ah->av->g_slid & 0x7F;
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_ah.c51 ah->av.ib.g_slid = ah_attr->src_path_bits;
54 ah->av.ib.g_slid |= 0x80;
181 ah_attr->src_path_bits = ah->av.ib.g_slid & 0x7F;
H A Dmlx4_ib_qp.c2332 cpu_to_be16(ah->av.ib.g_slid & 0x7f);
2334 cpu_to_be16(ah->av.ib.g_slid & 0x7f);
2505 sqp->ud_header.lrh.source_lid = cpu_to_be16(ah->av.ib.g_slid & 0x7f);
2793 sqp_av.g_slid = av->ib.g_slid & 0x7f; /* no GRH */
H A Dmlx4_ib.h816 return !!(ah->av.ib.g_slid & 0x80);
/freebsd-11-stable/contrib/ofed/libmlx4/
H A Dmlx4.h242 uint8_t g_slid; member in struct:mlx4_av
H A Dverbs.c1203 ah->av.g_slid = attr->src_path_bits;
1214 ah->av.g_slid |= 0x80;
/freebsd-11-stable/sys/dev/mlx4/
H A Ddevice.h775 u8 g_slid; member in struct:mlx4_av

Completed in 123 milliseconds