Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/qlogic/qed/
Dqed_l2.h146 int qed_eth_tx_queue_stop(struct qed_hwfn *p_hwfn, void *p_txq);
Dqed_l2.c1202 int qed_eth_tx_queue_stop(struct qed_hwfn *p_hwfn, void *p_handle) in qed_eth_tx_queue_stop() function
2610 rc = qed_eth_tx_queue_stop(p_hwfn, handle); in qed_stop_txq()
Dqed_sriov.c2573 rc = qed_eth_tx_queue_stop(p_hwfn, p_queue->cids[qid_usage_idx].p_cid); in qed_iov_vf_stop_txqs()