Searched refs:KEX_LD_CFG (Results 1 – 1 of 1) sorted by relevance
/drivers/net/ethernet/marvell/octeontx2/af/ |
D | rvu_npc.c | 654 #define KEX_LD_CFG(bytesm1, hdr_ofs, ena, flags_ena, key_ofs) \ macro 692 cfg = KEX_LD_CFG(0x05, 0x0, 0x1, 0x0, NPC_PARSE_RESULT_DMAC_OFFSET); in npc_config_ldata_extract() 696 cfg = KEX_LD_CFG(0x01, 0xc, 0x1, 0x0, 0x4); in npc_config_ldata_extract() 701 cfg = KEX_LD_CFG(0x03, 0x0, 0x1, 0x0, 0x4); in npc_config_ldata_extract() 706 cfg = KEX_LD_CFG(0x03, 0x4, 0x1, 0x0, 0x4); in npc_config_ldata_extract() 712 cfg = KEX_LD_CFG(0x07, 0xc, 0x1, 0x0, 0x10); in npc_config_ldata_extract() 715 cfg = KEX_LD_CFG(0x0, 0x1, 0x1, 0x0, 0xf); in npc_config_ldata_extract() 720 cfg = KEX_LD_CFG(0x1, 0x0, 0x1, 0x0, 0x18); in npc_config_ldata_extract() 723 cfg = KEX_LD_CFG(0x1, 0x2, 0x1, 0x0, 0x1a); in npc_config_ldata_extract() 728 cfg = KEX_LD_CFG(0x1, 0x0, 0x1, 0x0, 0x18); in npc_config_ldata_extract() [all …]
|