Home
last modified time | relevance | path

Searched refs:p_queue (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_sriov.c238 ecore_iov_get_vf_rx_queue_cid(struct ecore_vf_queue *p_queue) in ecore_iov_get_vf_rx_queue_cid() argument
243 if (p_queue->cids[i].p_cid && in ecore_iov_get_vf_rx_queue_cid()
244 !p_queue->cids[i].b_is_tx) in ecore_iov_get_vf_rx_queue_cid()
245 return p_queue->cids[i].p_cid; in ecore_iov_get_vf_rx_queue_cid()
1198 struct ecore_vf_queue *p_queue = &vf->vf_queues[i]; in ecore_iov_init_hw_for_vf() local
1200 p_queue->fw_rx_qid = p_params->req_rx_queue[i]; in ecore_iov_init_hw_for_vf()
1201 p_queue->fw_tx_qid = p_params->req_tx_queue[i]; in ecore_iov_init_hw_for_vf()
1206 p_queue->fw_rx_qid, p_queue->fw_tx_qid); in ecore_iov_init_hw_for_vf()
1580 struct ecore_vf_queue *p_queue = &p_vf->vf_queues[i]; in ecore_iov_vf_cleanup() local
1583 if (!p_queue->cids[j].p_cid) in ecore_iov_vf_cleanup()
[all …]
H A Decore_vf.c1388 struct ecore_queue_cid *p_queue; in ecore_vf_pf_vport_update() local
1390 p_queue = rss_params->rss_ind_table[i]; in ecore_vf_pf_vport_update()
1391 p_rss_tlv->rss_ind_table[i] = p_queue->rel.queue_id; in ecore_vf_pf_vport_update()
H A Decore_l2.c562 struct ecore_queue_cid *p_queue = p_rss->rss_ind_table[i]; in ecore_sp_vport_update_rss() local
564 if (!p_queue) in ecore_sp_vport_update_rss()
568 OSAL_CPU_TO_LE16(p_queue->abs.queue_id); in ecore_sp_vport_update_rss()
/freebsd/sys/netinet/tcp_stacks/
H A Drack.c18363 uint32_t p_rate = 0, p_queue = 0, err = 0; in rack_log_queue_level() local
18367 err = in_pcbquery_txrlevel(rack->rc_inp, &p_queue); in rack_log_queue_level()
18373 log.u_bbr.flex2 = p_queue; in rack_log_queue_level()
18394 uint32_t p_rate = 0, p_queue = 0, err; in rack_check_queue_level() local
18398 err = in_pcbquery_txrlevel(rack->rc_inp, &p_queue); in rack_check_queue_level()
18400 if (err || (p_queue == 0)) { in rack_check_queue_level()
18438 log.u_bbr.flex2 = p_queue; in rack_check_queue_level()