Home
last modified time | relevance | path

Searched refs:vnic_cq_alloc (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/scsi/fnic/
H A Dvnic_cq.h18 #define vnic_cq_alloc fnic_cq_alloc macro
100 int vnic_cq_alloc(struct vnic_dev *vdev, struct vnic_cq *cq, unsigned int index,
H A Dfnic_res.c273 err = vnic_cq_alloc(fnic->vdev, in fnic_alloc_vnic_resources()
284 err = vnic_cq_alloc(fnic->vdev, &fnic->cq[cq_index], cq_index, in fnic_alloc_vnic_resources()
295 err = vnic_cq_alloc(fnic->vdev, &fnic->cq[cq_index], in fnic_alloc_vnic_resources()
H A Dvnic_cq.c19 int vnic_cq_alloc(struct vnic_dev *vdev, struct vnic_cq *cq, unsigned int index, in vnic_cq_alloc() function
/openbmc/linux/drivers/net/ethernet/cisco/enic/
H A Denic_res.c342 err = vnic_cq_alloc(enic->vdev, &enic->cq[i], i, in enic_alloc_vnic_resources()
346 err = vnic_cq_alloc(enic->vdev, &enic->cq[i], i, in enic_alloc_vnic_resources()
H A Dvnic_cq.c23 int vnic_cq_alloc(struct vnic_dev *vdev, struct vnic_cq *cq, unsigned int index, in vnic_cq_alloc() function
H A Dvnic_cq.h101 int vnic_cq_alloc(struct vnic_dev *vdev, struct vnic_cq *cq, unsigned int index,