Searched refs:vnic_rq_alloc (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/scsi/fnic/ |
D | vnic_rq.h | 40 #define vnic_rq_alloc fnic_rq_alloc macro 224 int vnic_rq_alloc(struct vnic_dev *vdev, struct vnic_rq *rq, unsigned int index,
|
D | vnic_rq.c | 85 int vnic_rq_alloc(struct vnic_dev *vdev, struct vnic_rq *rq, unsigned int index, in vnic_rq_alloc() function
|
D | fnic_res.c | 275 err = vnic_rq_alloc(fnic->vdev, &fnic->rq[i], i, in fnic_alloc_vnic_resources()
|
/Linux-v4.19/drivers/net/ethernet/cisco/enic/ |
D | vnic_rq.h | 208 int vnic_rq_alloc(struct vnic_dev *vdev, struct vnic_rq *rq, unsigned int index,
|
D | vnic_rq.c | 85 int vnic_rq_alloc(struct vnic_dev *vdev, struct vnic_rq *rq, unsigned int index, in vnic_rq_alloc() function
|
D | enic_res.c | 346 err = vnic_rq_alloc(enic->vdev, &enic->rq[i], i, in enic_alloc_vnic_resources()
|