Searched refs:vnic_cq_alloc (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.1/drivers/scsi/fnic/ |
D | vnic_cq.h | 18 #define vnic_cq_alloc fnic_cq_alloc macro 100 int vnic_cq_alloc(struct vnic_dev *vdev, struct vnic_cq *cq, unsigned int index,
|
D | fnic_res.c | 273 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()
|
D | vnic_cq.c | 19 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/ |
D | vnic_cq.c | 23 int vnic_cq_alloc(struct vnic_dev *vdev, struct vnic_cq *cq, unsigned int index, in vnic_cq_alloc() function
|
D | enic_res.c | 342 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()
|
D | vnic_cq.h | 101 int vnic_cq_alloc(struct vnic_dev *vdev, struct vnic_cq *cq, unsigned int index,
|