Home
last modified time | relevance | path

Searched refs:svnic_dev_get_res (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/scsi/snic/
H A Dvnic_intr.c23 intr->ctrl = svnic_dev_get_res(vdev, RES_TYPE_INTR_CTRL, index); in svnic_intr_alloc()
H A Dvnic_cq.c23 cq->ctrl = svnic_dev_get_res(vdev, RES_TYPE_CQ, index); in svnic_cq_alloc()
H A Dvnic_dev.h59 void __iomem *svnic_dev_get_res(struct vnic_dev *vdev, enum vnic_res_type type,
H A Dvnic_dev.c157 void __iomem *svnic_dev_get_res(struct vnic_dev *vdev, enum vnic_res_type type, in svnic_dev_get_res() function
351 p = svnic_dev_get_res(vdev, RES_TYPE_DEVCMD2, 0); in svnic_dev_init_devcmd2()
742 p = svnic_dev_get_res(vdev, RES_TYPE_DEVCMD2, 0); in svnic_dev_cmd_init()
H A Dvnic_wq.c15 wq->ctrl = svnic_dev_get_res(vdev, res_type, index); in vnic_wq_get_ctrl()