Searched refs:ltype_match (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/drivers/net/ethernet/marvell/octeontx2/af/ |
D | npc.h | 255 u64 ltype_match : 4; member 275 u64 ltype_match : 4; 329 u8 ltype_match; member 335 u8 ltype_match; member
|
D | rvu_nix.c | 2372 field->ltype_match = NPC_LT_LC_IP; in set_flowkey_fields() 2375 field->ltype_match = NPC_LT_LG_TU_IP; in set_flowkey_fields() 2385 field->ltype_match = NPC_LT_LC_IP6; in set_flowkey_fields() 2388 field->ltype_match = NPC_LT_LG_TU_IP6; in set_flowkey_fields() 2421 field->ltype_match |= NPC_LT_LD_TCP; in set_flowkey_fields() 2426 field->ltype_match |= NPC_LT_LD_UDP; in set_flowkey_fields() 2431 field->ltype_match |= NPC_LT_LD_SCTP; in set_flowkey_fields() 2434 field->ltype_mask = ~field->ltype_match; in set_flowkey_fields() 2453 field->ltype_match = NPC_LT_LD_NVGRE; in set_flowkey_fields() 2466 field->ltype_match |= NPC_LT_LE_VXLAN; in set_flowkey_fields() [all …]
|
D | npc_profile.h | 13300 .ltype_match = NPC_LT_LA_ETHER, 13305 .ltype_match = NPC_LT_LC_IP, 13310 .ltype_match = NPC_LT_LG_TU_IP, 13315 .ltype_match = NPC_LT_LC_IP6, 13320 .ltype_match = NPC_LT_LG_TU_IP6, 13325 .ltype_match = NPC_LT_LD_TCP, 13330 .ltype_match = NPC_LT_LH_TU_TCP, 13335 .ltype_match = NPC_LT_LD_UDP, 13340 .ltype_match = NPC_LT_LH_TU_UDP, 13345 .ltype_match = NPC_LT_LD_SCTP, [all …]
|
D | rvu_struct.h | 888 u64 ltype_match :4; member 910 u64 ltype_match :4;
|
D | rvu_npc.c | 1161 (kpu->lt_def->pck_ol2.lid << 8) | (kpu->lt_def->pck_ol2.ltype_match << 4) | in rvu_npc_init() 1164 (kpu->lt_def->pck_oip4.lid << 8) | (kpu->lt_def->pck_oip4.ltype_match << 4) | in rvu_npc_init() 1169 (kpu->lt_def->pck_iip4.lid << 8) | (kpu->lt_def->pck_iip4.ltype_match << 4) | in rvu_npc_init()
|