Searched refs:vnic_dev_get_res (Results 1 – 6 of 6) sorted by relevance
| /f-stack/dpdk/drivers/net/enic/base/ |
| H A D | vnic_intr.c | 20 intr->ctrl = vnic_dev_get_res(vdev, RES_TYPE_INTR_CTRL, index); in vnic_intr_alloc()
|
| H A D | vnic_cq.c | 28 cq->ctrl = vnic_dev_get_res(vdev, RES_TYPE_CQ, index); in vnic_cq_alloc()
|
| H A D | vnic_rq.c | 31 rq->ctrl = vnic_dev_get_res(vdev, RES_TYPE_RQ, index); in vnic_rq_alloc()
|
| H A D | vnic_wq.c | 13 wq->ctrl = vnic_dev_get_res(vdev, res_type, index); in vnic_wq_get_ctrl()
|
| H A D | vnic_dev.h | 85 void __iomem *vnic_dev_get_res(struct vnic_dev *vdev, enum vnic_res_type type,
|
| H A D | vnic_dev.c | 202 void __iomem *vnic_dev_get_res(struct vnic_dev *vdev, enum vnic_res_type type, in vnic_dev_get_res() function 1181 vdev->devcmd = vnic_dev_get_res(vdev, RES_TYPE_DEVCMD, 0); in vnic_dev_register()
|