Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/infiniband/core/
Dsa_query.c68 u8 src_path_mask; member
1178 u8 src_path_mask; in get_src_path_mask() local
1186 src_path_mask = port->sm_ah ? port->sm_ah->src_path_mask : 0x7f; in get_src_path_mask()
1189 return src_path_mask; in get_src_path_mask()
2059 new_ah->src_path_mask = (1 << port_attr.lmc) - 1; in update_sm_ah()