Home
last modified time | relevance | path

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

/drivers/scsi/fnic/
Dvnic_wq.h23 #define vnic_wq_alloc fnic_wq_alloc macro
154 int vnic_wq_alloc(struct vnic_dev *vdev, struct vnic_wq *wq, unsigned int index,
Dvnic_wq.c90 int vnic_wq_alloc(struct vnic_dev *vdev, struct vnic_wq *wq, unsigned int index, in vnic_wq_alloc() function
Dfnic_res.c244 err = vnic_wq_alloc(fnic->vdev, &fnic->wq[i], i, in fnic_alloc_vnic_resources()
/drivers/net/ethernet/cisco/enic/
Dvnic_wq.h166 int vnic_wq_alloc(struct vnic_dev *vdev, struct vnic_wq *wq, unsigned int index,
Dvnic_wq.c75 int vnic_wq_alloc(struct vnic_dev *vdev, struct vnic_wq *wq, unsigned int index, in vnic_wq_alloc() function
Denic_res.c325 err = vnic_wq_alloc(enic->vdev, &enic->wq[i], i, in enic_alloc_vnic_resources()