Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dcudbg_lib.c2111 u64 tcamy, tcamx, val; in cudbg_collect_tcam_index() local
2156 tcamx = DMACH_G(val) << 32; in cudbg_collect_tcam_index()
2157 tcamx |= t4_read_reg(padap, MPS_CLS_TCAM_RDATA0_REQ_ID1_A); in cudbg_collect_tcam_index()
2166 tcamx = t4_read_reg64(padap, MPS_CLS_TCAM_X_L(idx)); in cudbg_collect_tcam_index()
2170 if (tcamx & tcamy) in cudbg_collect_tcam_index()
2223 cudbg_tcamxy2valmask(tcamx, tcamy, tcam->addr, &tcam->mask); in cudbg_collect_tcam_index()
Dcxgb4_debugfs.c1715 u64 tcamy, tcamx, val; in mps_tcam_show() local
1760 tcamx = DMACH_G(val) << 32; in mps_tcam_show()
1761 tcamx |= t4_read_reg(adap, MPS_CLS_TCAM_DATA0_A); in mps_tcam_show()
1770 tcamx = t4_read_reg64(adap, MPS_CLS_TCAM_X_L(idx)); in mps_tcam_show()
1776 if (tcamx & tcamy) { in mps_tcam_show()
1826 tcamxy2valmask(tcamx, tcamy, addr, &mask); in mps_tcam_show()