Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sfc/
H A Def100_rep.c356 bool pcie_func; in ef100_mport_on_local_intf() local
358 pcie_func = ef100_mport_is_pcie_vnic(mport_desc); in ef100_mport_on_local_intf()
360 return nic_data->have_local_intf && pcie_func && in ef100_mport_on_local_intf()
366 bool pcie_func; in ef100_mport_is_vf() local
368 pcie_func = ef100_mport_is_pcie_vnic(mport_desc); in ef100_mport_is_vf()
369 return pcie_func && (mport_desc->vf_idx != MAE_MPORT_DESC_VF_IDX_NULL); in ef100_mport_is_vf()