Searched refs:vnic_dev_get_res (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/scsi/fnic/ |
| H A D | vnic_dev.h | 18 #define vnic_dev_get_res fnic_dev_get_res macro 103 void __iomem *vnic_dev_get_res(struct vnic_dev *vdev, enum vnic_res_type type,
|
| H A D | vnic_intr.c | 26 intr->ctrl = vnic_dev_get_res(vdev, RES_TYPE_INTR_CTRL, index); in vnic_intr_alloc()
|
| H A D | vnic_wq.c | 19 wq->ctrl = vnic_dev_get_res(vdev, res_type, index); in vnic_wq_get_ctrl() 98 wq->ctrl = vnic_dev_get_res(vdev, RES_TYPE_WQ, index); in vnic_wq_alloc()
|
| H A D | vnic_cq.c | 27 cq->ctrl = vnic_dev_get_res(vdev, RES_TYPE_CQ, index); in vnic_cq_alloc()
|
| H A D | vnic_wq_copy.c | 73 wq->ctrl = vnic_dev_get_res(vdev, RES_TYPE_WQ, index); in vnic_wq_copy_alloc()
|
| H A D | vnic_rq.c | 78 rq->ctrl = vnic_dev_get_res(vdev, RES_TYPE_RQ, index); in vnic_rq_alloc()
|
| /linux/drivers/net/ethernet/cisco/enic/ |
| H A D | vnic_dev.h | 112 void __iomem *vnic_dev_get_res(struct vnic_dev *vdev, enum vnic_res_type type,
|
| H A D | enic_res.c | 406 enic->legacy_pba = vnic_dev_get_res(enic->vdev, in enic_alloc_vnic_resources()
|
| /linux/drivers/infiniband/hw/usnic/ |
| H A D | usnic_vnic.c | 327 res->ctrl = vnic_dev_get_res(vnic->vdev, in usnic_vnic_alloc_res_chunk()
|