Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/qlogic/qed/
Dqed.h306 struct qed_hw_cid_data *p_tx_cids; member
Dqed_dev.c95 kfree(p_hwfn->p_tx_cids); in qed_resc_free()
96 p_hwfn->p_tx_cids = NULL; in qed_resc_free()
222 p_hwfn->p_tx_cids = kzalloc(tx_size, GFP_KERNEL); in qed_resc_alloc()
223 if (!p_hwfn->p_tx_cids) { in qed_resc_alloc()
Dqed_l2.c691 p_tx_cid = &p_hwfn->p_tx_cids[p_params->queue_id]; in qed_sp_eth_txq_start_ramrod()
748 p_tx_cid = &p_hwfn->p_tx_cids[p_params->queue_id]; in qed_sp_eth_tx_queue_start()
787 struct qed_hw_cid_data *p_tx_cid = &p_hwfn->p_tx_cids[tx_queue_id]; in qed_sp_eth_tx_queue_stop()