Home
last modified time | relevance | path

Searched refs:G_NUMPORTS (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c3207 bgmap = G_NUMPORTS(t4_read_reg(pi->adapter, A_MPS_CMN_CTL)); in update_port_info_kstats()
/titanic_41/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c3441 u32 n = G_NUMPORTS(t4_read_reg(adap, A_MPS_CMN_CTL)); in get_mps_bg_map()
H A Dt4_regs.h15087 #define G_NUMPORTS(x) (((x) >> S_NUMPORTS) & M_NUMPORTS) macro