Searched refs:ltype_match (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | npc.h | 353 u64 ltype_match : 4; member 373 u64 ltype_match : 4; 521 u8 ltype_match; member 527 u8 ltype_match; member 535 u8 ltype_match; member 542 u8 ltype_match; member 550 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) \ 24 ((ltype_match) << 4) | ((ltype_mask) & 0xF))
|
H A D | rvu_nix.c | 3588 field->ltype_match = NPC_LT_LC_IP; in set_flowkey_fields() 3594 field->ltype_match = NPC_LT_LC_IP; in set_flowkey_fields() 3597 field->ltype_match = NPC_LT_LG_TU_IP; in set_flowkey_fields() 3623 field->ltype_match = NPC_LT_LC_IP6; in set_flowkey_fields() 3626 field->ltype_match = NPC_LT_LG_TU_IP6; in set_flowkey_fields() 3677 * so no need to change the ltype_match, just change in set_flowkey_fields() 3690 field->ltype_match |= NPC_LT_LD_TCP; in set_flowkey_fields() 3695 field->ltype_match |= NPC_LT_LD_UDP; in set_flowkey_fields() 3700 field->ltype_match |= NPC_LT_LD_SCTP; in set_flowkey_fields() 3703 field->ltype_mask = ~field->ltype_match; in set_flowkey_fields() [all...] |
H A D | npc_profile.h | 15003 .ltype_match = NPC_LT_LA_ETHER, 15008 .ltype_match = NPC_LT_LB_CTAG, 15013 .ltype_match = NPC_LT_LB_STAG_QINQ, 15018 .ltype_match = NPC_LT_LC_IP, 15023 .ltype_match = NPC_LT_LG_TU_IP, 15028 .ltype_match = NPC_LT_LC_IP6, 15033 .ltype_match = NPC_LT_LG_TU_IP6, 15038 .ltype_match = NPC_LT_LD_TCP, 15043 .ltype_match = NPC_LT_LH_TU_TCP, 15048 .ltype_match [all...] |
H A D | rvu_struct.h | 803 u64 ltype_match :4; member
|
H A D | rvu_npc.c | 2121 (kpu->lt_def->pck_ol2.lid << 8) | (kpu->lt_def->pck_ol2.ltype_match << 4) | in rvu_npc_init() 2124 (kpu->lt_def->pck_oip4.lid << 8) | (kpu->lt_def->pck_oip4.ltype_match << 4) | in rvu_npc_init() 2129 (kpu->lt_def->pck_iip4.lid << 8) | (kpu->lt_def->pck_iip4.ltype_match << 4) | in rvu_npc_init()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | npc.h | 264 u64 ltype_match : 4; member 284 u64 ltype_match : 4; 360 u8 ltype_match; member 366 u8 ltype_match; member
|
H A D | rvu_nix.c | 2388 field->ltype_match = NPC_LT_LC_IP; in set_flowkey_fields() 2391 field->ltype_match = NPC_LT_LG_TU_IP; in set_flowkey_fields() 2401 field->ltype_match = NPC_LT_LC_IP6; in set_flowkey_fields() 2404 field->ltype_match = NPC_LT_LG_TU_IP6; in set_flowkey_fields() 2424 * so no need to change the ltype_match, just change in set_flowkey_fields() 2437 field->ltype_match |= NPC_LT_LD_TCP; in set_flowkey_fields() 2442 field->ltype_match |= NPC_LT_LD_UDP; in set_flowkey_fields() 2447 field->ltype_match |= NPC_LT_LD_SCTP; in set_flowkey_fields() 2450 field->ltype_mask = ~field->ltype_match; in set_flowkey_fields() 2469 field->ltype_match in set_flowkey_fields() [all...] |
H A D | rvu_struct.h | 888 u64 ltype_match :4; member 910 u64 ltype_match :4;
|
H A D | npc_profile.h | 13314 .ltype_match = NPC_LT_LA_ETHER, 13319 .ltype_match = NPC_LT_LC_IP, 13324 .ltype_match = NPC_LT_LG_TU_IP, 13329 .ltype_match = NPC_LT_LC_IP6, 13334 .ltype_match = NPC_LT_LG_TU_IP6, 13339 .ltype_match = NPC_LT_LD_TCP, 13344 .ltype_match = NPC_LT_LH_TU_TCP, 13349 .ltype_match = NPC_LT_LD_UDP, 13354 .ltype_match = NPC_LT_LH_TU_UDP, 13359 .ltype_match [all...] |
H A 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()
|
Completed in 56 milliseconds