Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/hfi1/
Dmad.c809 u32 num_ports = OPA_AM_NPORT(am); in __subn_get_opa_portinfo()
1369 u32 num_ports = OPA_AM_NPORT(am); in __subn_set_opa_portinfo()
1991 u32 n_blocks = OPA_AM_NPORT(am); in __subn_get_opa_sc_to_vlnt()
2016 u32 n_blocks = OPA_AM_NPORT(am); in __subn_set_opa_sc_to_vlnt()
2048 u32 nports = OPA_AM_NPORT(am); in __subn_get_opa_psi()
2090 u32 nports = OPA_AM_NPORT(am); in __subn_set_opa_psi()
2190 u32 num_ports = OPA_AM_NPORT(am); in __subn_get_opa_bct()
2214 u32 num_ports = OPA_AM_NPORT(am); in __subn_set_opa_bct()
2239 u32 num_ports = OPA_AM_NPORT(am); in __subn_get_opa_vl_arb()
2281 u32 num_ports = OPA_AM_NPORT(am); in __subn_set_opa_vl_arb()
[all …]
Dmad.h360 #define OPA_AM_NPORT(am) (((am) >> OPA_AM_NPORT_SHIFT) & \ macro