Lines Matching defs:tcamx
10827 uint64_t tcamx, tcamy, mask;
10836 tcamx = t4_read_reg64(sc, MPS_CLS_TCAM_X_L(i));
10841 if (tcamx & tcamy)
10843 tcamxy2valmask(tcamx, tcamy, addr, &mask);
10932 uint64_t tcamx, tcamy, val, mask;
10977 tcamx = G_DMACH(val) << 32;
10978 tcamx |= t4_read_reg(sc, A_MPS_CLS_TCAM_RDATA0_REQ_ID1);
10992 if (tcamx & tcamy)
10994 tcamxy2valmask(tcamx, tcamy, addr, &mask);
11112 uint64_t tcamx, tcamy, val, mask;
11171 tcamx = G_DMACH(val) << 32;
11172 tcamx |= t4_read_reg(sc, A_MPS_CLS_TCAM0_RDATA0_REQ_ID1);
11186 if (tcamx & tcamy)
11188 tcamxy2valmask(tcamx, tcamy, addr, &mask);