Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/fnic/
Dvnic_dev.h30 #define vnic_dev_get_res fnic_dev_get_res macro
114 void __iomem *vnic_dev_get_res(struct vnic_dev *vdev, enum vnic_res_type type,
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.c87 wq->ctrl = vnic_dev_get_res(vdev, RES_TYPE_WQ, index); in vnic_wq_copy_alloc()
Dvnic_wq.c93 wq->ctrl = vnic_dev_get_res(vdev, RES_TYPE_WQ, index); in vnic_wq_alloc()
Dvnic_rq.c93 rq->ctrl = vnic_dev_get_res(vdev, RES_TYPE_RQ, index); in vnic_rq_alloc()
Dvnic_dev.c142 void __iomem *vnic_dev_get_res(struct vnic_dev *vdev, enum vnic_res_type type, in vnic_dev_get_res() function
682 vdev->devcmd = vnic_dev_get_res(vdev, RES_TYPE_DEVCMD, 0); in vnic_dev_register()
Dfnic_res.c321 fnic->legacy_pba = vnic_dev_get_res(fnic->vdev, in fnic_alloc_vnic_resources()
/linux-3.4.99/drivers/net/ethernet/cisco/enic/
Dvnic_intr.c40 intr->ctrl = vnic_dev_get_res(vdev, RES_TYPE_INTR_CTRL, index); in vnic_intr_alloc()
Dvnic_cq.c43 cq->ctrl = vnic_dev_get_res(vdev, RES_TYPE_CQ, index); in vnic_cq_alloc()
Dvnic_dev.h79 void __iomem *vnic_dev_get_res(struct vnic_dev *vdev, enum vnic_res_type type,
Dvnic_wq.c95 wq->ctrl = vnic_dev_get_res(vdev, RES_TYPE_WQ, index); in vnic_wq_alloc()
Dvnic_rq.c95 rq->ctrl = vnic_dev_get_res(vdev, RES_TYPE_RQ, index); in vnic_rq_alloc()
Denic_res.c369 enic->legacy_pba = vnic_dev_get_res(enic->vdev, in enic_alloc_vnic_resources()
Dvnic_dev.c179 void __iomem *vnic_dev_get_res(struct vnic_dev *vdev, enum vnic_res_type type, in vnic_dev_get_res() function
959 vdev->devcmd = vnic_dev_get_res(vdev, RES_TYPE_DEVCMD, 0); in vnic_dev_register()