Home
last modified time | relevance | path

Searched refs:ltdefs (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_nix.c4843 const struct npc_lt_def_cfg *ltdefs; in rvu_nix_block_init() local
4872 ltdefs = rvu->kpu.lt_def; in rvu_nix_block_init()
4934 (ltdefs->rx_ol2.lid << 8) | (ltdefs->rx_ol2.ltype_match << 4) | in rvu_nix_block_init()
4935 ltdefs->rx_ol2.ltype_mask); in rvu_nix_block_init()
4937 (ltdefs->rx_oip4.lid << 8) | (ltdefs->rx_oip4.ltype_match << 4) | in rvu_nix_block_init()
4938 ltdefs->rx_oip4.ltype_mask); in rvu_nix_block_init()
4940 (ltdefs->rx_iip4.lid << 8) | (ltdefs->rx_iip4.ltype_match << 4) | in rvu_nix_block_init()
4941 ltdefs->rx_iip4.ltype_mask); in rvu_nix_block_init()
4943 (ltdefs->rx_oip6.lid << 8) | (ltdefs->rx_oip6.ltype_match << 4) | in rvu_nix_block_init()
4944 ltdefs->rx_oip6.ltype_mask); in rvu_nix_block_init()
[all …]