Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc.c1535 profile->lt_def = &npc_lt_defaults; in npc_prepare_default_kpu()
1594 profile->lt_def = &fw->lt_def; in npc_apply_custom_kpu()
2122 (kpu->lt_def->pck_ol2.lid << 8) | (kpu->lt_def->pck_ol2.ltype_match << 4) | in rvu_npc_init()
2123 kpu->lt_def->pck_ol2.ltype_mask); in rvu_npc_init()
2125 (kpu->lt_def->pck_oip4.lid << 8) | (kpu->lt_def->pck_oip4.ltype_match << 4) | in rvu_npc_init()
2126 kpu->lt_def->pck_oip4.ltype_mask); in rvu_npc_init()
2130 (kpu->lt_def->pck_iip4.lid << 8) | (kpu->lt_def->pck_iip4.ltype_match << 4) | in rvu_npc_init()
2131 kpu->lt_def->pck_iip4.ltype_mask); in rvu_npc_init()
H A Dnpc.h617 struct npc_lt_def_cfg lt_def; member