Searched refs:vnic_cq_alloc (Results 1 – 6 of 6) sorted by relevance
/linux-3.4.99/drivers/scsi/fnic/ |
D | vnic_cq.h | 30 #define vnic_cq_alloc fnic_cq_alloc macro 112 int vnic_cq_alloc(struct vnic_dev *vdev, struct vnic_cq *cq, unsigned int index,
|
D | fnic_res.c | 285 err = vnic_cq_alloc(fnic->vdev, in fnic_alloc_vnic_resources() 296 err = vnic_cq_alloc(fnic->vdev, &fnic->cq[cq_index], cq_index, in fnic_alloc_vnic_resources() 307 err = vnic_cq_alloc(fnic->vdev, &fnic->cq[cq_index], in fnic_alloc_vnic_resources()
|
D | vnic_cq.c | 31 int vnic_cq_alloc(struct vnic_dev *vdev, struct vnic_cq *cq, unsigned int index, in vnic_cq_alloc() function
|
/linux-3.4.99/drivers/net/ethernet/cisco/enic/ |
D | vnic_cq.c | 35 int vnic_cq_alloc(struct vnic_dev *vdev, struct vnic_cq *cq, unsigned int index, in vnic_cq_alloc() function
|
D | vnic_cq.h | 105 int vnic_cq_alloc(struct vnic_dev *vdev, struct vnic_cq *cq, unsigned int index,
|
D | enic_res.c | 349 err = vnic_cq_alloc(enic->vdev, &enic->cq[i], i, in enic_alloc_vnic_resources() 353 err = vnic_cq_alloc(enic->vdev, &enic->cq[i], i, in enic_alloc_vnic_resources()
|