Searched refs:p_queue (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/qlnx/qlnxe/
H A Decore_sriov.c241 ecore_iov_get_vf_rx_queue_cid(struct ecore_vf_queue *p_queue) argument
246 if (p_queue->cids[i].p_cid &&
247 !p_queue->cids[i].b_is_tx)
248 return p_queue->cids[i].p_cid;
1201 struct ecore_vf_queue *p_queue = &vf->vf_queues[i]; local
1203 p_queue->fw_rx_qid = p_params->req_rx_queue[i];
1204 p_queue->fw_tx_qid = p_params->req_tx_queue[i];
1209 p_queue->fw_rx_qid, p_queue->fw_tx_qid);
1583 struct ecore_vf_queue *p_queue local
2090 struct ecore_vf_queue *p_queue = &p_vf->vf_queues[i]; local
2351 struct ecore_vf_queue *p_queue; local
2622 struct ecore_vf_queue *p_queue; local
2696 struct ecore_vf_queue *p_queue; local
2742 struct ecore_vf_queue *p_queue; local
3599 struct ecore_vf_queue *p_queue; local
3717 struct ecore_vf_queue *p_queue = &vf->vf_queues[qid]; local
3803 struct ecore_vf_queue *p_queue = &vf->vf_queues[qid]; local
[all...]
H A Decore_vf.c1392 struct ecore_queue_cid *p_queue; local
1394 p_queue = rss_params->rss_ind_table[i];
1395 p_rss_tlv->rss_ind_table[i] = p_queue->rel.queue_id;
H A Decore_l2.c564 struct ecore_queue_cid *p_queue = p_rss->rss_ind_table[i]; local
566 if (!p_queue)
570 OSAL_CPU_TO_LE16(p_queue->abs.queue_id);

Completed in 115 milliseconds