Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_debugfs.c1597 tcamy = DMACH_G(val) << 32; in mps_tcam_show()
1604 tcamx = DMACH_G(val) << 32; in mps_tcam_show()
Dt4_regs.h2416 #define DMACH_G(x) (((x) >> DMACH_S) & DMACH_M) macro