Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/qlogic/qed/
Dqed_l2.c685 struct qed_hw_cid_data *p_tx_cid; in qed_sp_eth_txq_start_ramrod() local
691 p_tx_cid = &p_hwfn->p_tx_cids[p_params->queue_id]; in qed_sp_eth_txq_start_ramrod()
692 p_tx_cid->cid = cid; in qed_sp_eth_txq_start_ramrod()
693 p_tx_cid->opaque_fid = opaque_fid; in qed_sp_eth_txq_start_ramrod()
739 struct qed_hw_cid_data *p_tx_cid; in qed_sp_eth_tx_queue_start() local
748 p_tx_cid = &p_hwfn->p_tx_cids[p_params->queue_id]; in qed_sp_eth_tx_queue_start()
749 memset(p_tx_cid, 0, sizeof(*p_tx_cid)); in qed_sp_eth_tx_queue_start()
754 &p_tx_cid->cid); in qed_sp_eth_tx_queue_start()
759 p_tx_cid->b_cid_allocated = true; in qed_sp_eth_tx_queue_start()
763 opaque_fid, p_tx_cid->cid, in qed_sp_eth_tx_queue_start()
[all …]