Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_nix.c4253 const struct npc_lt_def_cfg *ltdefs; in rvu_nix_block_init() local
4282 ltdefs = rvu->kpu.lt_def; in rvu_nix_block_init()
4337 (ltdefs->rx_ol2.lid << 8) | (ltdefs->rx_ol2.ltype_match << 4) | in rvu_nix_block_init()
4338 ltdefs->rx_ol2.ltype_mask); in rvu_nix_block_init()
4340 (ltdefs->rx_oip4.lid << 8) | (ltdefs->rx_oip4.ltype_match << 4) | in rvu_nix_block_init()
4341 ltdefs->rx_oip4.ltype_mask); in rvu_nix_block_init()
4343 (ltdefs->rx_iip4.lid << 8) | (ltdefs->rx_iip4.ltype_match << 4) | in rvu_nix_block_init()
4344 ltdefs->rx_iip4.ltype_mask); in rvu_nix_block_init()
4346 (ltdefs->rx_oip6.lid << 8) | (ltdefs->rx_oip6.ltype_match << 4) | in rvu_nix_block_init()
4347 ltdefs->rx_oip6.ltype_mask); in rvu_nix_block_init()
[all …]