Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/qlogic/qed/
Dqed.h156 struct qed_hw_cid_data { struct
306 struct qed_hw_cid_data *p_tx_cids;
307 struct qed_hw_cid_data *p_rx_cids;
Dqed_l2.c481 struct qed_hw_cid_data *p_cid_data) in qed_sp_release_queue_cid()
507 struct qed_hw_cid_data *p_rx_cid; in qed_sp_eth_rxq_start_ramrod()
576 struct qed_hw_cid_data *p_rx_cid; 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()
685 struct qed_hw_cid_data *p_tx_cid; in qed_sp_eth_txq_start_ramrod()
739 struct qed_hw_cid_data *p_tx_cid; 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()
Dqed_dev.c217 int tx_size = sizeof(struct qed_hw_cid_data) * in qed_resc_alloc()
219 int rx_size = sizeof(struct qed_hw_cid_data) * in qed_resc_alloc()