Home
last modified time | relevance | path

Searched refs:vnic_dev_get_res (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/scsi/fnic/
H A Dvnic_dev.h18 #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 Dvnic_intr.c26 intr->ctrl = vnic_dev_get_res(vdev, RES_TYPE_INTR_CTRL, index); in vnic_intr_alloc()
H A Dvnic_wq.c19 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 Dvnic_cq.c27 cq->ctrl = vnic_dev_get_res(vdev, RES_TYPE_CQ, index); in vnic_cq_alloc()
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_rq.c78 rq->ctrl = vnic_dev_get_res(vdev, RES_TYPE_RQ, index); in vnic_rq_alloc()
/linux/drivers/net/ethernet/cisco/enic/
H A Dvnic_dev.h112 void __iomem *vnic_dev_get_res(struct vnic_dev *vdev, enum vnic_res_type type,
H A Denic_res.c406 enic->legacy_pba = vnic_dev_get_res(enic->vdev, in enic_alloc_vnic_resources()
/linux/drivers/infiniband/hw/usnic/
H A Dusnic_vnic.c327 res->ctrl = vnic_dev_get_res(vnic->vdev, in usnic_vnic_alloc_res_chunk()