Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/cavium/thunder/
Dnic_main.c939 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()
Dnic.h35 #define NIC_SRIOV_ENABLED BIT(0) macro