Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/crypto/cavium/nitrox/
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()
Dnitrox_mbx.c133 vfno = RING_TO_VFNO(i, ndev->iov.max_vf_queues); in nitrox_pf2vf_mbox_handler()
155 vfno = RING_TO_VFNO(i + 64, ndev->iov.max_vf_queues); in nitrox_pf2vf_mbox_handler()
Dnitrox_dev.h176 int max_vf_queues; member