Searched refs:vnic_dev_get_res_count (Results 1 – 5 of 5) sorted by relevance
191 fnic->wq_count = vnic_dev_get_res_count(fnic->vdev, RES_TYPE_WQ); in fnic_get_res_counts()194 fnic->rq_count = vnic_dev_get_res_count(fnic->vdev, RES_TYPE_RQ); in fnic_get_res_counts()195 fnic->cq_count = vnic_dev_get_res_count(fnic->vdev, RES_TYPE_CQ); in fnic_get_res_counts()196 fnic->intr_count = vnic_dev_get_res_count(fnic->vdev, in fnic_get_res_counts()
17 #define vnic_dev_get_res_count fnic_dev_get_res_count macro101 unsigned int vnic_dev_get_res_count(struct vnic_dev *vdev,
153 unsigned int vnic_dev_get_res_count(struct vnic_dev *vdev, in vnic_dev_get_res_count() function
110 unsigned int vnic_dev_get_res_count(struct vnic_dev *vdev,
307 cnt = vnic_dev_get_res_count(vnic->vdev, _to_vnic_res_type(type)); in usnic_vnic_alloc_res_chunk()