Home
last modified time | relevance | path

Searched refs:qed_fw_l2_queue (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/qlogic/qed/
Dqed_dev_api.h240 int qed_fw_l2_queue(struct qed_hwfn *p_hwfn,
Dqed_l2.c250 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()
Dqed_dev.c1756 int qed_fw_l2_queue(struct qed_hwfn *p_hwfn, in qed_fw_l2_queue() function