Searched refs:OPA_AM_NPORT (Results 1 – 2 of 2) sorted by relevance
767 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 …]
319 #define OPA_AM_NPORT(am) (((am) >> OPA_AM_NPORT_SHIFT) & \ macro