Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/core/
Dsa_query.c58 u8 src_path_mask; member
412 new_ah->src_path_mask = (1 << port_attr.lmc) - 1; in update_sm_ah()
514 u8 src_path_mask; in get_src_path_mask() local
522 src_path_mask = port->sm_ah ? port->sm_ah->src_path_mask : 0x7f; in get_src_path_mask()
525 return src_path_mask; in get_src_path_mask()