Home
last modified time | relevance | path

Searched refs:tcamy (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
1597 tcamy = DMACH_G(val) << 32; in mps_tcam_show()
1598 tcamy |= t4_read_reg(adap, MPS_CLS_TCAM_DATA0_A); in mps_tcam_show()
1607 tcamy = t4_read_reg64(adap, MPS_CLS_TCAM_Y_L(idx)); in mps_tcam_show()
1614 if (tcamx & tcamy) { in mps_tcam_show()
1664 tcamxy2valmask(tcamx, tcamy, addr, &mask); in mps_tcam_show()