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

/freebsd-current/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-current/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_ah.c52 ah->av.ib.g_slid = ah_attr->src_path_bits;
55 ah->av.ib.g_slid |= 0x80;
194 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.h804 return !!(ah->av.ib.g_slid & 0x80);
/freebsd-current/contrib/ofed/libmlx4/
H A Dmlx4.h242 uint8_t g_slid; member in struct:mlx4_av
H A Dverbs.c1219 ah->av.g_slid = attr->src_path_bits;
1230 ah->av.g_slid |= 0x80;
/freebsd-current/sys/dev/mlx4/
H A Ddevice.h776 u8 g_slid; member in struct:mlx4_av

Completed in 129 milliseconds