Searched refs:_ice_ift_rxd_pkt_get (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/dev/ice/
H A Dice_iflib_txrx.c53 static int _ice_ift_rxd_pkt_get(struct ice_rx_queue *rxq, if_rxd_info_t ri);
370 * Wrapper function for _ice_ift_rxd_pkt_get() that provides a function pointer
379 return _ice_ift_rxd_pkt_get(rxq, ri);
383 * _ice_ift_rxd_pkt_get - Called by iflib to send data to upper layer
392 _ice_ift_rxd_pkt_get(struct ice_rx_queue *rxq, if_rxd_info_t ri) function
695 * Wrapper function for _ice_ift_rxd_pkt_get() that provides a function pointer
704 return _ice_ift_rxd_pkt_get(rxq, ri);

Completed in 51 milliseconds