Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.c6106 nports = 1 << NUMPORTS_G(t4_read_reg(adapter, MPS_CMN_CTL_A)); in compute_mps_bg_map()
6145 nports = 1 << NUMPORTS_G(t4_read_reg(adapter, MPS_CMN_CTL_A)); in t4_get_mps_bg_map()
6208 nports = 1 << NUMPORTS_G(t4_read_reg(adapter, MPS_CMN_CTL_A)); in t4_get_tp_e2c_map()
6240 unsigned int nports = 1 << NUMPORTS_G(t4_read_reg(adap, MPS_CMN_CTL_A)); in t4_get_tp_ch_map()
Dt4_regs.h1944 #define NUMPORTS_G(x) (((x) >> NUMPORTS_S) & NUMPORTS_M) macro