Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/cavium/nitrox/
H A Dnitrox_sriov.c177 set_bit(__NDEV_SRIOV_BIT, &ndev->flags); in nitrox_sriov_enable()
193 clear_bit(__NDEV_SRIOV_BIT, &ndev->flags); in nitrox_sriov_enable()
205 if (!test_bit(__NDEV_SRIOV_BIT, &ndev->flags)) in nitrox_sriov_disable()
214 clear_bit(__NDEV_SRIOV_BIT, &ndev->flags); in nitrox_sriov_disable()
H A Dnitrox_dev.h200 #define __NDEV_SRIOV_BIT 0 macro