Home
last modified time | relevance | path

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

/drivers/scsi/fnic/
Dvnic_dev.h30 #define vnic_dev_get_res fnic_dev_get_res macro
115 void __iomem *vnic_dev_get_res(struct vnic_dev *vdev, enum vnic_res_type type,
Dvnic_wq.c31 wq->ctrl = vnic_dev_get_res(vdev, res_type, index); in vnic_wq_get_ctrl()
110 wq->ctrl = vnic_dev_get_res(vdev, RES_TYPE_WQ, index); in vnic_wq_alloc()
Dvnic_intr.c38 intr->ctrl = vnic_dev_get_res(vdev, RES_TYPE_INTR_CTRL, index); in vnic_intr_alloc()
Dvnic_cq.c39 cq->ctrl = vnic_dev_get_res(vdev, RES_TYPE_CQ, index); in vnic_cq_alloc()
Dvnic_wq_copy.c85 wq->ctrl = vnic_dev_get_res(vdev, RES_TYPE_WQ, index); in vnic_wq_copy_alloc()
Dvnic_dev.c167 void __iomem *vnic_dev_get_res(struct vnic_dev *vdev, enum vnic_res_type type, in vnic_dev_get_res() function
416 vdev->devcmd = vnic_dev_get_res(vdev, RES_TYPE_DEVCMD, 0); in vnic_dev_init_devcmd1()
945 p = vnic_dev_get_res(vdev, RES_TYPE_DEVCMD2, 0); in vnic_dev_cmd_init()
Dvnic_rq.c90 rq->ctrl = vnic_dev_get_res(vdev, RES_TYPE_RQ, index); in vnic_rq_alloc()
Dfnic_res.c321 fnic->legacy_pba = vnic_dev_get_res(fnic->vdev, in fnic_alloc_vnic_resources()
/drivers/net/ethernet/cisco/enic/
Dvnic_wq.c96 wq->ctrl = vnic_dev_get_res(vdev, RES_TYPE_WQ, index); in vnic_wq_alloc()
125 wq->ctrl = vnic_dev_get_res(vdev, RES_TYPE_DEVCMD2, 0); in enic_wq_devcmd2_alloc()
Dvnic_intr.c41 intr->ctrl = vnic_dev_get_res(vdev, RES_TYPE_INTR_CTRL, index); in vnic_intr_alloc()
Dvnic_cq.c44 cq->ctrl = vnic_dev_get_res(vdev, RES_TYPE_CQ, index); in vnic_cq_alloc()
Dvnic_dev.c140 void __iomem *vnic_dev_get_res(struct vnic_dev *vdev, enum vnic_res_type type, in vnic_dev_get_res() function
157 EXPORT_SYMBOL(vnic_dev_get_res);
375 vdev->devcmd = vnic_dev_get_res(vdev, RES_TYPE_DEVCMD, 0); in vnic_dev_init_devcmd1()
1103 res = vnic_dev_get_res(vdev, RES_TYPE_DEVCMD2, 0); in vnic_devcmd_init()
Dvnic_rq.c93 rq->ctrl = vnic_dev_get_res(vdev, RES_TYPE_RQ, index); in vnic_rq_alloc()
Dvnic_dev.h120 void __iomem *vnic_dev_get_res(struct vnic_dev *vdev, enum vnic_res_type type,
Denic_res.c375 enic->legacy_pba = vnic_dev_get_res(enic->vdev, in enic_alloc_vnic_resources()
/drivers/infiniband/hw/usnic/
Dusnic_vnic.c328 res->ctrl = vnic_dev_get_res(vnic->vdev, in usnic_vnic_alloc_res_chunk()