Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/qlnx/qlnxe/
H A Decore_sriov.c243 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()
1206 p_queue->fw_rx_qid, p_queue->fw_tx_qid); in ecore_iov_init_hw_for_vf()
1583 if (!p_queue->cids[j].p_cid) in ecore_iov_vf_cleanup()
1587 p_queue->cids[j].p_cid); in ecore_iov_vf_cleanup()
2348 struct ecore_vf_queue *p_queue; in ecore_iov_vf_mbx_start_rxq() local
2619 struct ecore_vf_queue *p_queue; in ecore_iov_vf_mbx_start_txq() local
2693 struct ecore_vf_queue *p_queue; in ecore_iov_vf_stop_rxqs() local
2739 struct ecore_vf_queue *p_queue; in ecore_iov_vf_stop_txqs() local
[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-14.2/sys/netinet/tcp_stacks/
H A Drack.c18611 uint32_t p_rate = 0, p_queue = 0, err = 0; in rack_log_queue_level() local
18615 err = in_pcbquery_txrlevel(rack->rc_inp, &p_queue); in rack_log_queue_level()
18621 log.u_bbr.flex2 = p_queue; in rack_log_queue_level()
18642 uint32_t p_rate = 0, p_queue = 0, err; in rack_check_queue_level() local
18646 err = in_pcbquery_txrlevel(rack->rc_inp, &p_queue); in rack_check_queue_level()
18648 if (err || (p_queue == 0)) { in rack_check_queue_level()
18686 log.u_bbr.flex2 = p_queue; in rack_check_queue_level()