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.c4862 const struct npc_lt_def_cfg *ltdefs; in rvu_nix_block_init() local
4891 ltdefs = rvu->kpu.lt_def; in rvu_nix_block_init()
4953 (ltdefs->rx_ol2.lid << 8) | (ltdefs->rx_ol2.ltype_match << 4) | in rvu_nix_block_init()
4954 ltdefs->rx_ol2.ltype_mask); in rvu_nix_block_init()
4956 (ltdefs->rx_oip4.lid << 8) | (ltdefs->rx_oip4.ltype_match << 4) | in rvu_nix_block_init()
4957 ltdefs->rx_oip4.ltype_mask); in rvu_nix_block_init()
4959 (ltdefs->rx_iip4.lid << 8) | (ltdefs->rx_iip4.ltype_match << 4) | in rvu_nix_block_init()
4960 ltdefs->rx_iip4.ltype_mask); in rvu_nix_block_init()
4962 (ltdefs->rx_oip6.lid << 8) | (ltdefs->rx_oip6.ltype_match << 4) | in rvu_nix_block_init()
4963 ltdefs->rx_oip6.ltype_mask); in rvu_nix_block_init()
[all …]