Searched refs:tcamy (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_debugfs.c1578 u64 tcamy, tcamx, val; mps_tcam_show() local
1588 /* Read tcamy */ mps_tcam_show()
1597 tcamy = DMACH_G(val) << 32; mps_tcam_show()
1598 tcamy |= t4_read_reg(adap, MPS_CLS_TCAM_DATA0_A); mps_tcam_show()
1607 tcamy = t4_read_reg64(adap, MPS_CLS_TCAM_Y_L(idx)); mps_tcam_show()
1614 if (tcamx & tcamy) { mps_tcam_show()
1664 tcamxy2valmask(tcamx, tcamy, addr, &mask); mps_tcam_show()

Completed in 76 milliseconds