Home
last modified time | relevance | path

Searched refs:RES_TYPE_WQ (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/scsi/snic/
H A Dvnic_resource.h13 RES_TYPE_WQ, /* Work queues */ enumerator
H A Dvnic_wq.c117 err = vnic_wq_get_ctrl(vdev, wq, index, RES_TYPE_WQ); in svnic_wq_alloc()
H A Dvnic_dev.c118 case RES_TYPE_WQ: in vnic_dev_discover_res()
164 case RES_TYPE_WQ: in svnic_dev_get_res()
H A Dsnic_res.c108 snic->wq_count = svnic_dev_get_res_count(snic->vdev, RES_TYPE_WQ); in snic_get_res_counts()
/linux/drivers/scsi/fnic/
H A Dvnic_resource.h15 RES_TYPE_WQ, /* Work queues */ enumerator
H A Dvnic_wq_copy.c73 wq->ctrl = vnic_dev_get_res(vdev, RES_TYPE_WQ, index); in vnic_wq_copy_alloc()
H A Dvnic_dev.c117 case RES_TYPE_WQ: in vnic_dev_discover_res()
147 vdev->res[RES_TYPE_WQ].count, vdev->res[RES_TYPE_RQ].count, in vnic_dev_discover_res()
166 case RES_TYPE_WQ: in vnic_dev_get_res()
H A Dvnic_wq.c98 wq->ctrl = vnic_dev_get_res(vdev, RES_TYPE_WQ, index); in vnic_wq_alloc()
H A Dfnic_res.c201 fnic->wq_count = vnic_dev_get_res_count(fnic->vdev, RES_TYPE_WQ); in fnic_get_res_counts()
/linux/drivers/net/ethernet/cisco/enic/
H A Dvnic_resource.h21 RES_TYPE_WQ, /* Work queues */ enumerator
H A Dvnic_wq.c83 wq->ctrl = vnic_dev_get_res(vdev, RES_TYPE_WQ, index); in vnic_wq_alloc()
H A Dvnic_dev.c89 case RES_TYPE_WQ: in vnic_dev_discover_res()
134 case RES_TYPE_WQ: in vnic_dev_get_res()
H A Denic_main.c3152 if (vnic_dev_get_res_count(enic->vdev, RES_TYPE_WQ) == 1 || in enic_probe()
/linux/drivers/infiniband/hw/usnic/
H A Dusnic_vnic.h44 DEFINE_USNIC_VNIC_RES(WQ, RES_TYPE_WQ, "WQ") \