Home
last modified time | relevance | path

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

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