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

/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_debugfs.c1700 u64 tcamy, tcamx, val; local
1740 /* Read tcamx. Change the control param */
1745 tcamx = DMACH_G(val) << 32;
1746 tcamx |= t4_read_reg(adap, MPS_CLS_TCAM_DATA0_A);
1755 tcamx = t4_read_reg64(adap, MPS_CLS_TCAM_X_L(idx));
1761 if (tcamx & tcamy) {
1811 tcamxy2valmask(tcamx, tcamy, addr, &mask);
H A Dcudbg_lib.c2543 u64 tcamy, tcamx, val; local
2584 /* Read tcamx. Change the control param */
2588 tcamx = DMACH_G(val) << 32;
2589 tcamx |= t4_read_reg(padap, MPS_CLS_TCAM_RDATA0_REQ_ID1_A);
2598 tcamx = t4_read_reg64(padap, MPS_CLS_TCAM_X_L(idx));
2602 if (tcamx & tcamy)
2655 cudbg_tcamxy2valmask(tcamx, tcamy, tcam->addr, &tcam->mask);

Completed in 149 milliseconds