Searched refs:ltype_match (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/net/ethernet/marvell/octeontx2/af/ |
| H A D | npc.h | 369 u64 ltype_match : 4; member 389 u64 ltype_match : 4; 537 u8 ltype_match; member 543 u8 ltype_match; member 551 u8 ltype_match; member 558 u8 ltype_match; member 566 u8 ltype_match; member
|
| H A D | rvu_npc_hash.h | 21 #define KEX_LD_CFG_HASH(hdr_ofs, bytesm1, lt_en, lid_en, lid, ltype_match, ltype_mask) \ argument 24 ((ltype_match) << 4) | ((ltype_mask) & 0xF))
|
| H A D | npc_profile.h | 15488 .ltype_match = NPC_LT_LA_ETHER, 15493 .ltype_match = NPC_LT_LB_CTAG, 15498 .ltype_match = NPC_LT_LB_STAG_QINQ, 15503 .ltype_match = NPC_LT_LC_IP, 15508 .ltype_match = NPC_LT_LG_TU_IP, 15513 .ltype_match = NPC_LT_LC_IP6, 15518 .ltype_match = NPC_LT_LG_TU_IP6, 15523 .ltype_match = NPC_LT_LD_TCP, 15528 .ltype_match = NPC_LT_LH_TU_TCP, 15533 .ltype_match = NPC_LT_LD_UDP, [all …]
|
| H A D | rvu_npc.c | 2122 (kpu->lt_def->pck_ol2.lid << 8) | (kpu->lt_def->pck_ol2.ltype_match << 4) | in rvu_npc_init() 2125 (kpu->lt_def->pck_oip4.lid << 8) | (kpu->lt_def->pck_oip4.ltype_match << 4) | in rvu_npc_init() 2130 (kpu->lt_def->pck_iip4.lid << 8) | (kpu->lt_def->pck_iip4.ltype_match << 4) | in rvu_npc_init()
|