Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/qlogic/qed/
Dqed_l2.h121 int qed_eth_tx_queue_stop(struct qed_hwfn *p_hwfn, void *p_txq);
Dqed_l2.c1182 int qed_eth_tx_queue_stop(struct qed_hwfn *p_hwfn, void *p_handle) in qed_eth_tx_queue_stop() function
2595 rc = qed_eth_tx_queue_stop(p_hwfn, handle); in qed_stop_txq()
Dqed_sriov.c2555 rc = qed_eth_tx_queue_stop(p_hwfn, p_queue->cids[qid_usage_idx].p_cid); in qed_iov_vf_stop_txqs()