Searched refs:RES_TYPE_WQ (Results 1 – 15 of 15) sorted by relevance
/linux/drivers/scsi/snic/ |
A D | vnic_resource.h | 27 RES_TYPE_WQ, /* Work queues */ enumerator
|
A D | vnic_wq.c | 131 err = vnic_wq_get_ctrl(vdev, wq, index, RES_TYPE_WQ); in svnic_wq_alloc()
|
A D | vnic_dev.c | 132 case RES_TYPE_WQ: in vnic_dev_discover_res() 178 case RES_TYPE_WQ: in svnic_dev_get_res()
|
A D | snic_res.c | 122 snic->wq_count = svnic_dev_get_res_count(snic->vdev, RES_TYPE_WQ); in snic_get_res_counts()
|
/linux/drivers/scsi/fnic/ |
A D | vnic_resource.h | 27 RES_TYPE_WQ, /* Work queues */ enumerator
|
A D | vnic_wq_copy.c | 85 wq->ctrl = vnic_dev_get_res(vdev, RES_TYPE_WQ, index); in vnic_wq_copy_alloc()
|
A D | vnic_wq.c | 110 wq->ctrl = vnic_dev_get_res(vdev, RES_TYPE_WQ, index); in vnic_wq_alloc()
|
A D | vnic_dev.c | 129 case RES_TYPE_WQ: in vnic_dev_discover_res() 174 case RES_TYPE_WQ: in vnic_dev_get_res()
|
A D | fnic_res.c | 201 fnic->wq_count = vnic_dev_get_res_count(fnic->vdev, RES_TYPE_WQ); in fnic_get_res_counts()
|
/linux/drivers/net/ethernet/cisco/enic/ |
A D | vnic_resource.h | 34 RES_TYPE_WQ, /* Work queues */ enumerator
|
A D | vnic_wq.c | 96 wq->ctrl = vnic_dev_get_res(vdev, RES_TYPE_WQ, index); in vnic_wq_alloc()
|
A D | enic_res.c | 203 enic->wq_count = vnic_dev_get_res_count(enic->vdev, RES_TYPE_WQ); in enic_get_res_counts()
|
A D | vnic_dev.c | 102 case RES_TYPE_WQ: in vnic_dev_discover_res() 147 case RES_TYPE_WQ: in vnic_dev_get_res()
|
A D | enic_main.c | 2952 if (vnic_dev_get_res_count(enic->vdev, RES_TYPE_WQ) == 1 || in enic_probe()
|
/linux/drivers/infiniband/hw/usnic/ |
A D | usnic_vnic.h | 44 DEFINE_USNIC_VNIC_RES(WQ, RES_TYPE_WQ, "WQ") \
|
Completed in 21 milliseconds