Home
last modified time | relevance | path

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

/linux/drivers/infiniband/core/
H A Dsa_query.c68 u8 src_path_mask; member
1241 u8 src_path_mask; in get_src_path_mask() local
1249 src_path_mask = port->sm_ah ? port->sm_ah->src_path_mask : 0x7f; in get_src_path_mask()
1252 return src_path_mask; in get_src_path_mask()
2314 new_ah->src_path_mask = (1 << port_attr.lmc) - 1; in update_sm_ah()