Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/scsi/fnic/
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,
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()
Dvnic_cq.c19 int vnic_cq_alloc(struct vnic_dev *vdev, struct vnic_cq *cq, unsigned int index, in vnic_cq_alloc() function
/Linux-v6.1/drivers/net/ethernet/cisco/enic/
Dvnic_cq.c23 int vnic_cq_alloc(struct vnic_dev *vdev, struct vnic_cq *cq, unsigned int index, in vnic_cq_alloc() function
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()
Dvnic_cq.h101 int vnic_cq_alloc(struct vnic_dev *vdev, struct vnic_cq *cq, unsigned int index,