Searched refs:NUMPORTS_G (Results 1 – 2 of 2) sorted by relevance
6125 nports = 1 << NUMPORTS_G(t4_read_reg(adapter, MPS_CMN_CTL_A)); in compute_mps_bg_map()6164 nports = 1 << NUMPORTS_G(t4_read_reg(adapter, MPS_CMN_CTL_A)); in t4_get_mps_bg_map()6227 nports = 1 << NUMPORTS_G(t4_read_reg(adapter, MPS_CMN_CTL_A)); in t4_get_tp_e2c_map()6259 unsigned int nports = 1 << NUMPORTS_G(t4_read_reg(adap, MPS_CMN_CTL_A)); in t4_get_tp_ch_map()
1938 #define NUMPORTS_G(x) (((x) >> NUMPORTS_S) & NUMPORTS_M) macro