Home
last modified time | relevance | path

Searched refs:NUMPORTS_G (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c6138 nports = 1 << NUMPORTS_G(t4_read_reg(adapter, MPS_CMN_CTL_A)); in compute_mps_bg_map()
6177 nports = 1 << NUMPORTS_G(t4_read_reg(adapter, MPS_CMN_CTL_A)); in t4_get_mps_bg_map()
6240 nports = 1 << NUMPORTS_G(t4_read_reg(adapter, MPS_CMN_CTL_A)); in t4_get_tp_e2c_map()
6272 unsigned int nports = 1 << NUMPORTS_G(t4_read_reg(adap, MPS_CMN_CTL_A)); in t4_get_tp_ch_map()
H A Dt4_regs.h1938 #define NUMPORTS_G(x) (((x) >> NUMPORTS_S) & NUMPORTS_M) macro
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c6108 nports = 1 << NUMPORTS_G(t4_read_reg(adapter, MPS_CMN_CTL_A)); in compute_mps_bg_map()
6147 nports = 1 << NUMPORTS_G(t4_read_reg(adapter, MPS_CMN_CTL_A)); in t4_get_mps_bg_map()
6210 nports = 1 << NUMPORTS_G(t4_read_reg(adapter, MPS_CMN_CTL_A)); in t4_get_tp_e2c_map()
6242 unsigned int nports = 1 << NUMPORTS_G(t4_read_reg(adap, MPS_CMN_CTL_A)); in t4_get_tp_ch_map()
H A Dt4_regs.h1944 #define NUMPORTS_G(x) (((x) >> NUMPORTS_S) & NUMPORTS_M) macro

Completed in 63 milliseconds