Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_npc_fs.c1163 bool from_vf = !!(req->hdr.pcifunc & RVU_PFVF_FUNC_MASK); in rvu_mbox_handler_npc_install_flow() local
1180 if (from_vf && req->default_rule) in rvu_mbox_handler_npc_install_flow()
1192 else if (!from_vf && req->vf) { in rvu_mbox_handler_npc_install_flow()
1212 if (req->hdr.pcifunc && !from_vf && req->vf) in rvu_mbox_handler_npc_install_flow()
1240 if (from_vf && !enable) in rvu_mbox_handler_npc_install_flow()
Drvu_nix.c300 bool from_vf; in nix_interface_init() local
380 from_vf = !!(pcifunc & RVU_PFVF_FUNC_MASK); in nix_interface_init()
387 if (from_vf) { in nix_interface_init()
3679 bool from_vf = req->hdr.pcifunc & RVU_PFVF_FUNC_MASK; in rvu_mbox_handler_nix_set_mac_addr() local
3692 (from_vf && test_bit(PF_SET_VF_MAC, &pfvf->flags))) { in rvu_mbox_handler_nix_set_mac_addr()
3703 if (test_bit(PF_SET_VF_TRUSTED, &pfvf->flags) && from_vf) in rvu_mbox_handler_nix_set_mac_addr()
4805 bool from_vf = !!(pcifunc & RVU_PFVF_FUNC_MASK); in rvu_nix_reset_mac() local
4808 if (from_vf) in rvu_nix_reset_mac()
/linux-5.19.10/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_vfpf.c1074 static int bnx2x_copy32_vf_dmae(struct bnx2x *bp, u8 from_vf, in bnx2x_copy32_vf_dmae() argument
1093 if (from_vf) { in bnx2x_copy32_vf_dmae()