Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_debugfs.c1578 u64 tcamy, tcamx, val; in mps_tcam_show() local
1604 tcamx = DMACH_G(val) << 32; in mps_tcam_show()
1605 tcamx |= t4_read_reg(adap, MPS_CLS_TCAM_DATA0_A); in mps_tcam_show()
1608 tcamx = t4_read_reg64(adap, MPS_CLS_TCAM_X_L(idx)); in mps_tcam_show()
1614 if (tcamx & tcamy) { in mps_tcam_show()
1664 tcamxy2valmask(tcamx, tcamy, addr, &mask); in mps_tcam_show()