Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_debugfs.c1591 ctl |= CTLTCAMINDEX_V(idx) | CTLTCAMSEL_V(0); in mps_tcam_show()
1594 CTLTCAMSEL_V(1); in mps_tcam_show()
Dt4_regs.h2426 #define CTLTCAMSEL_V(x) ((x) << CTLTCAMSEL_S) macro