Searched refs:ice_dcf_switch_queue (Results 1 – 3 of 3) sorted by relevance
| /f-stack/dpdk/drivers/net/ice/ |
| H A D | ice_dcf.h | 75 int ice_dcf_switch_queue(struct ice_dcf_hw *hw, uint16_t qid, bool rx, bool on);
|
| H A D | ice_dcf_ethdev.c | 294 err = ice_dcf_switch_queue(&ad->real_hw, rx_queue_id, true, true); in ice_dcf_rx_queue_start() 384 err = ice_dcf_switch_queue(hw, rx_queue_id, true, false); in ice_dcf_rx_queue_stop() 418 err = ice_dcf_switch_queue(&ad->real_hw, tx_queue_id, false, true); in ice_dcf_tx_queue_start() 442 err = ice_dcf_switch_queue(hw, tx_queue_id, false, false); in ice_dcf_tx_queue_stop()
|
| H A D | ice_dcf.c | 958 ice_dcf_switch_queue(struct ice_dcf_hw *hw, uint16_t qid, bool rx, bool on) in ice_dcf_switch_queue() function
|