Home
last modified time | relevance | path

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

/freebsd-13.1/sys/ofed/drivers/infiniband/core/
H A Dib_sa_query.c66 u8 src_path_mask; member
521 new_ah->src_path_mask = (1 << port_attr.lmc) - 1; in update_sm_ah()
635 u8 src_path_mask; in get_src_path_mask() local
643 src_path_mask = port->sm_ah ? port->sm_ah->src_path_mask : 0x7f; in get_src_path_mask()
646 return src_path_mask; in get_src_path_mask()