Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/infiniband/hw/hfi1/
Dmad.c767 u32 num_ports = OPA_AM_NPORT(am); in __subn_get_opa_portinfo()
1327 u32 num_ports = OPA_AM_NPORT(am); in __subn_set_opa_portinfo()
1949 u32 n_blocks = OPA_AM_NPORT(am); in __subn_get_opa_sc_to_vlnt()
1974 u32 n_blocks = OPA_AM_NPORT(am); in __subn_set_opa_sc_to_vlnt()
2006 u32 nports = OPA_AM_NPORT(am); in __subn_get_opa_psi()
2048 u32 nports = OPA_AM_NPORT(am); in __subn_set_opa_psi()
2148 u32 num_ports = OPA_AM_NPORT(am); in __subn_get_opa_bct()
2172 u32 num_ports = OPA_AM_NPORT(am); in __subn_set_opa_bct()
2197 u32 num_ports = OPA_AM_NPORT(am); in __subn_get_opa_vl_arb()
2239 u32 num_ports = OPA_AM_NPORT(am); in __subn_set_opa_vl_arb()
[all …]
Dmad.h319 #define OPA_AM_NPORT(am) (((am) >> OPA_AM_NPORT_SHIFT) & \ macro