Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/chelsio/cxgb4/
Dt4_regs.h3057 #define HASHTBLSIZE_G(x) (((x) >> HASHTBLSIZE_S) & HASHTBLSIZE_M) macro
Dcxgb4_main.c6981 adapter->tids.nhash = HASHTBLSIZE_G(v) << 3; in init_one()