/kernel/linux/linux-5.10/drivers/scsi/fnic/ |
H A D | vnic_dev.h | 30 #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,
|
H A D | vnic_intr.c | 38 intr->ctrl = vnic_dev_get_res(vdev, RES_TYPE_INTR_CTRL, index); in vnic_intr_alloc()
|
H A D | vnic_wq.c | 31 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()
|
H A D | vnic_cq.c | 39 cq->ctrl = vnic_dev_get_res(vdev, RES_TYPE_CQ, index); in vnic_cq_alloc()
|
H A D | vnic_wq_copy.c | 85 wq->ctrl = vnic_dev_get_res(vdev, RES_TYPE_WQ, index); in vnic_wq_copy_alloc()
|
H A D | vnic_dev.c | 167 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()
|
H A D | vnic_rq.c | 90 rq->ctrl = vnic_dev_get_res(vdev, RES_TYPE_RQ, index); in vnic_rq_alloc()
|
/kernel/linux/linux-6.6/drivers/scsi/fnic/ |
H A D | vnic_dev.h | 18 #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 D | vnic_intr.c | 26 intr->ctrl = vnic_dev_get_res(vdev, RES_TYPE_INTR_CTRL, index); in vnic_intr_alloc()
|
H A D | vnic_wq.c | 19 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 D | vnic_cq.c | 27 cq->ctrl = vnic_dev_get_res(vdev, RES_TYPE_CQ, index); in vnic_cq_alloc()
|
H A D | vnic_wq_copy.c | 73 wq->ctrl = vnic_dev_get_res(vdev, RES_TYPE_WQ, index); in vnic_wq_copy_alloc()
|
H A D | vnic_dev.c | 155 void __iomem *vnic_dev_get_res(struct vnic_dev *vdev, enum vnic_res_type type, in vnic_dev_get_res() function 404 vdev->devcmd = vnic_dev_get_res(vdev, RES_TYPE_DEVCMD, 0); in vnic_dev_init_devcmd1() 933 p = vnic_dev_get_res(vdev, RES_TYPE_DEVCMD2, 0); in vnic_dev_cmd_init()
|
H A D | vnic_rq.c | 78 rq->ctrl = vnic_dev_get_res(vdev, RES_TYPE_RQ, index); in vnic_rq_alloc()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/cisco/enic/ |
H A D | vnic_wq.c | 96 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()
|
H A D | vnic_intr.c | 41 intr->ctrl = vnic_dev_get_res(vdev, RES_TYPE_INTR_CTRL, index); in vnic_intr_alloc()
|
H A D | vnic_cq.c | 44 cq->ctrl = vnic_dev_get_res(vdev, RES_TYPE_CQ, index); in vnic_cq_alloc()
|
H A D | vnic_dev.h | 120 void __iomem *vnic_dev_get_res(struct vnic_dev *vdev, enum vnic_res_type type,
|
H A D | vnic_rq.c | 93 rq->ctrl = vnic_dev_get_res(vdev, RES_TYPE_RQ, index); in vnic_rq_alloc()
|
H A D | vnic_dev.c | 140 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); variable 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()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/cisco/enic/ |
H A D | vnic_wq.c | 83 wq->ctrl = vnic_dev_get_res(vdev, RES_TYPE_WQ, index); in vnic_wq_alloc() 112 wq->ctrl = vnic_dev_get_res(vdev, RES_TYPE_DEVCMD2, 0); in enic_wq_devcmd2_alloc()
|
H A D | vnic_intr.c | 28 intr->ctrl = vnic_dev_get_res(vdev, RES_TYPE_INTR_CTRL, index); in vnic_intr_alloc()
|
H A D | vnic_cq.c | 29 cq->ctrl = vnic_dev_get_res(vdev, RES_TYPE_CQ, index); in vnic_cq_alloc()
|
H A D | vnic_rq.c | 80 rq->ctrl = vnic_dev_get_res(vdev, RES_TYPE_RQ, index); in vnic_rq_alloc()
|
H A D | vnic_dev.h | 107 void __iomem *vnic_dev_get_res(struct vnic_dev *vdev, enum vnic_res_type type,
|