Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_nix.c4491 const struct npc_lt_def_cfg *ltdefs; in rvu_nix_block_init() local
4520 ltdefs = rvu->kpu.lt_def; in rvu_nix_block_init()
4578 (ltdefs->rx_ol2.lid << 8) | (ltdefs->rx_ol2.ltype_match << 4) | in rvu_nix_block_init()
4579 ltdefs->rx_ol2.ltype_mask); in rvu_nix_block_init()
4581 (ltdefs->rx_oip4.lid << 8) | (ltdefs->rx_oip4.ltype_match << 4) | in rvu_nix_block_init()
4582 ltdefs->rx_oip4.ltype_mask); in rvu_nix_block_init()
4584 (ltdefs->rx_iip4.lid << 8) | (ltdefs->rx_iip4.ltype_match << 4) | in rvu_nix_block_init()
4585 ltdefs->rx_iip4.ltype_mask); in rvu_nix_block_init()
4587 (ltdefs->rx_oip6.lid << 8) | (ltdefs->rx_oip6.ltype_match << 4) | in rvu_nix_block_init()
4588 ltdefs->rx_oip6.ltype_mask); in rvu_nix_block_init()
[all …]