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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/fnic/
H A Dvnic_intr.c38 intr->ctrl = vnic_dev_get_res(vdev, RES_TYPE_INTR_CTRL, index);
H A 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,
H A Dvnic_cq.c39 cq->ctrl = vnic_dev_get_res(vdev, RES_TYPE_CQ, index);
H A Dvnic_wq_copy.c87 wq->ctrl = vnic_dev_get_res(vdev, RES_TYPE_WQ, index);
H A Dvnic_wq.c93 wq->ctrl = vnic_dev_get_res(vdev, RES_TYPE_WQ, index);
H A Dvnic_rq.c93 rq->ctrl = vnic_dev_get_res(vdev, RES_TYPE_RQ, index);
H A Dvnic_dev.c142 void __iomem *vnic_dev_get_res(struct vnic_dev *vdev, enum vnic_res_type type, function
682 vdev->devcmd = vnic_dev_get_res(vdev, RES_TYPE_DEVCMD, 0);
H A Dfnic_res.c321 fnic->legacy_pba = vnic_dev_get_res(fnic->vdev,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/enic/
H A Dvnic_intr.c40 intr->ctrl = vnic_dev_get_res(vdev, RES_TYPE_INTR_CTRL, index);
H A Dvnic_cq.c43 cq->ctrl = vnic_dev_get_res(vdev, RES_TYPE_CQ, index);
H A Dvnic_dev.h85 void __iomem *vnic_dev_get_res(struct vnic_dev *vdev, enum vnic_res_type type,
H A Dvnic_rq.c95 rq->ctrl = vnic_dev_get_res(vdev, RES_TYPE_RQ, index);
H A Dvnic_wq.c95 wq->ctrl = vnic_dev_get_res(vdev, RES_TYPE_WQ, index);
H A Denic_res.c363 enic->legacy_pba = vnic_dev_get_res(enic->vdev,
H A Dvnic_dev.c160 void __iomem *vnic_dev_get_res(struct vnic_dev *vdev, enum vnic_res_type type, function
1018 vdev->devcmd = vnic_dev_get_res(vdev, RES_TYPE_DEVCMD, 0);

Completed in 59 milliseconds