Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc.c1764 profile->lt_def = &npc_lt_defaults; in npc_prepare_default_kpu()
1838 profile->lt_def = &fw->lt_def; in npc_apply_custom_kpu()
2419 (kpu->lt_def->pck_ol2.lid << 8) | (kpu->lt_def->pck_ol2.ltype_match << 4) | in rvu_npc_init()
2420 kpu->lt_def->pck_ol2.ltype_mask); in rvu_npc_init()
2422 (kpu->lt_def->pck_oip4.lid << 8) | (kpu->lt_def->pck_oip4.ltype_match << 4) | in rvu_npc_init()
2423 kpu->lt_def->pck_oip4.ltype_mask); in rvu_npc_init()
2427 (kpu->lt_def->pck_iip4.lid << 8) | (kpu->lt_def->pck_iip4.ltype_match << 4) | in rvu_npc_init()
2428 kpu->lt_def->pck_iip4.ltype_mask); in rvu_npc_init()
H A Drvu_nix.c4958 ltdefs = rvu->kpu.lt_def; in rvu_nix_block_init()
5660 memcpy(ltdefs, rvu->kpu.lt_def, sizeof(struct npc_lt_def_cfg)); in nix_config_rx_pkt_policer_precolor()
/linux/drivers/net/ethernet/marvell/octeontx2/af/cn20k/
H A Dnpc.h285 struct npc_lt_def_cfg lt_def; member
H A Dnpc.c1689 profile->lt_def = &fw->lt_def; in npc_cn20k_apply_custom_kpu()