Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu.h188 u16 *entry2pfvf_map; member
354 u16 *entry2pfvf_map; member
H A Drvu_nix.c2986 if (vlan->entry2pfvf_map[index] != pcifunc) in nix_tx_vtag_free()
2994 vlan->entry2pfvf_map[index] = 0; in nix_tx_vtag_free()
3019 if (vlan->entry2pfvf_map[index] == pcifunc) in nix_free_tx_vtag_entries()
3073 if (vlan->entry2pfvf_map[idx0] != pcifunc || in nix_tx_vtag_decfg()
3074 vlan->entry2pfvf_map[idx1] != pcifunc) in nix_tx_vtag_decfg()
3113 vlan->entry2pfvf_map[rsp->vtag0_idx] = pcifunc; in nix_tx_vtag_cfg()
3124 vlan->entry2pfvf_map[rsp->vtag1_idx] = pcifunc; in nix_tx_vtag_cfg()
3734 vlan->entry2pfvf_map = devm_kcalloc(rvu->dev, vlan->rsrc.max, in nix_setup_txvlan()
3736 if (!vlan->entry2pfvf_map) in nix_setup_txvlan()