Searched refs:qed_fw_l2_queue (Results 1 – 3 of 3) sorted by relevance
240 int qed_fw_l2_queue(struct qed_hwfn *p_hwfn,
250 rc = qed_fw_l2_queue(p_hwfn, in qed_sp_vport_update_rss()522 rc = qed_fw_l2_queue(p_hwfn, params->queue_id, &abs_rx_q_id); in qed_sp_eth_rxq_start_ramrod()582 rc = qed_fw_l2_queue(p_hwfn, params->queue_id, &abs_l2_queue); in qed_sp_eth_rx_queue_start()652 qed_fw_l2_queue(p_hwfn, rx_queue_id, &abs_rx_q_id); in qed_sp_eth_rx_queue_stop()
1756 int qed_fw_l2_queue(struct qed_hwfn *p_hwfn, in qed_fw_l2_queue() function