Home
last modified time | relevance | path

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

/freebsd/sys/dev/mthca/
H A Dmthca_av.c59 u8 g_slid; member
202 av->g_slid = ah_attr->src_path_bits; in mthca_create_ah()
208 av->g_slid |= 0x80; in mthca_create_ah()
263 return !!(ah->av->g_slid & 0x80); in mthca_ah_grh_present()
274 header->lrh.source_lid = cpu_to_be16(ah->av->g_slid & 0x7f); in mthca_read_ah()
307 attr->src_path_bits = ah->av->g_slid & 0x7F; in mthca_ah_query()
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_ah.c52 ah->av.ib.g_slid = ah_attr->src_path_bits; in create_ib_ah()
55 ah->av.ib.g_slid |= 0x80; in create_ib_ah()
194 ah_attr->src_path_bits = ah->av.ib.g_slid & 0x7F; in mlx4_ib_query_ah()
H A Dmlx4_ib_qp.c2332 cpu_to_be16(ah->av.ib.g_slid & 0x7f); in build_sriov_qp0_header()
2334 cpu_to_be16(ah->av.ib.g_slid & 0x7f); in build_sriov_qp0_header()
2505 sqp->ud_header.lrh.source_lid = cpu_to_be16(ah->av.ib.g_slid & 0x7f); in build_mlx_header()
2793 sqp_av.g_slid = av->ib.g_slid & 0x7f; /* no GRH */ in set_tunnel_datagram_seg()
H A Dmlx4_ib.h804 return !!(ah->av.ib.g_slid & 0x80); in mlx4_ib_ah_grh_present()
/freebsd/contrib/ofed/libmlx4/
H A Dmlx4.h242 uint8_t g_slid; member
H A Dverbs.c1219 ah->av.g_slid = attr->src_path_bits; in mlx4_create_ah()
1230 ah->av.g_slid |= 0x80; in mlx4_create_ah()
/freebsd/sys/dev/mlx4/
H A Ddevice.h776 u8 g_slid; member