Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_nix.c4920 const struct npc_lt_def_cfg *ltdefs; in rvu_nix_block_init() local
4955 ltdefs = rvu->kpu.lt_def; in rvu_nix_block_init()
5017 (ltdefs->rx_ol2.lid << 8) | (ltdefs->rx_ol2.ltype_match << 4) | in rvu_nix_block_init()
5018 ltdefs->rx_ol2.ltype_mask); in rvu_nix_block_init()
5020 (ltdefs->rx_oip4.lid << 8) | (ltdefs->rx_oip4.ltype_match << 4) | in rvu_nix_block_init()
5021 ltdefs->rx_oip4.ltype_mask); in rvu_nix_block_init()
5023 (ltdefs->rx_iip4.lid << 8) | (ltdefs->rx_iip4.ltype_match << 4) | in rvu_nix_block_init()
5024 ltdefs->rx_iip4.ltype_mask); in rvu_nix_block_init()
5026 (ltdefs->rx_oip6.lid << 8) | (ltdefs->rx_oip6.ltype_match << 4) | in rvu_nix_block_init()
5027 ltdefs->rx_oip6.ltype_mask); in rvu_nix_block_init()
[all …]