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

/u-boot/drivers/net/
H A Dmvpp2.c1179 union mvpp2_prs_tcam_entry tcam; member in struct:mvpp2_prs_entry
1392 /* Update parser tcam and sram hw entries */
1401 pe->tcam.word[MVPP2_PRS_TCAM_INV_WORD] &= ~MVPP2_PRS_TCAM_INV_MASK;
1403 /* Write tcam index - indirect access */
1406 mvpp2_write(priv, MVPP2_PRS_TCAM_DATA_REG(i), pe->tcam.word[i]);
1416 /* Read tcam entry from hw */
1424 /* Write tcam index - indirect access */
1427 pe->tcam.word[MVPP2_PRS_TCAM_INV_WORD] = mvpp2_read(priv,
1429 if (pe->tcam.word[MVPP2_PRS_TCAM_INV_WORD] & MVPP2_PRS_TCAM_INV_MASK)
1433 pe->tcam
[all...]

Completed in 48 milliseconds