Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/qlogic/qed/
Dqed.h307 struct qed_hw_cid_data *p_rx_cids; member
Dqed_dev.c97 kfree(p_hwfn->p_rx_cids); in qed_resc_free()
98 p_hwfn->p_rx_cids = NULL; in qed_resc_free()
230 p_hwfn->p_rx_cids = kzalloc(rx_size, GFP_KERNEL); in qed_resc_alloc()
231 if (!p_hwfn->p_rx_cids) { in qed_resc_alloc()
Dqed_l2.c513 p_rx_cid = &p_hwfn->p_rx_cids[params->queue_id]; in qed_sp_eth_rxq_start_ramrod()
599 p_rx_cid = &p_hwfn->p_rx_cids[params->queue_id]; in qed_sp_eth_rx_queue_start()
629 struct qed_hw_cid_data *p_rx_cid = &p_hwfn->p_rx_cids[rx_queue_id]; in qed_sp_eth_rx_queue_stop()