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

/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c6108 nports = 1 << NUMPORTS_G(t4_read_reg(adapter, MPS_CMN_CTL_A));
6147 nports = 1 << NUMPORTS_G(t4_read_reg(adapter, MPS_CMN_CTL_A));
6210 nports = 1 << NUMPORTS_G(t4_read_reg(adapter, MPS_CMN_CTL_A));
6242 unsigned int nports = 1 << NUMPORTS_G(t4_read_reg(adap, MPS_CMN_CTL_A));
H A Dt4_regs.h1944 #define NUMPORTS_G(x) (((x) >> NUMPORTS_S) & NUMPORTS_M) macro

Completed in 155 milliseconds