Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/cavium/nitrox/
H A Dnitrox_sriov.c175 ndev->iov.max_vf_queues = vf_mode_to_nr_queues(ndev->mode); in nitrox_sriov_enable()
217 ndev->iov.max_vf_queues = 0; in nitrox_sriov_disable()
H A Dnitrox_mbx.c137 vfno = RING_TO_VFNO(i, ndev->iov.max_vf_queues); in nitrox_pf2vf_mbox_handler()
160 vfno = RING_TO_VFNO(i + 64, ndev->iov.max_vf_queues); in nitrox_pf2vf_mbox_handler()
H A Dnitrox_dev.h176 int max_vf_queues; member