Searched refs:NIC_SRIOV_ENABLED (Results 1 – 2 of 2) sorted by relevance
939 nic->flags |= NIC_SRIOV_ENABLED; in nic_sriov_init()1071 if (nic->flags & NIC_SRIOV_ENABLED) in nic_probe()1087 if (nic->flags & NIC_SRIOV_ENABLED) in nic_remove()
35 #define NIC_SRIOV_ENABLED BIT(0) macro