Home
last modified time | relevance | path

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

/dpdk/drivers/net/octeontx_ep/
H A Dotx_ep_rxtx.c898 struct rte_mbuf *last_buf = NULL; in otx_ep_droq_read_packet() local
935 if (last_buf) in otx_ep_droq_read_packet()
936 last_buf->next = droq_pkt; in otx_ep_droq_read_packet()
938 last_buf = droq_pkt; in otx_ep_droq_read_packet()
/dpdk/drivers/net/liquidio/
H A Dlio_rxtx.c467 struct rte_mbuf *last_buf = NULL; in lio_droq_fast_process_packet() local
514 if (last_buf) in lio_droq_fast_process_packet()
515 last_buf->next = nicbuf; in lio_droq_fast_process_packet()
517 last_buf = nicbuf; in lio_droq_fast_process_packet()
/dpdk/drivers/net/ice/base/
H A Dice_flex_pipe.c905 u16 buf_size, bool last_buf, u32 *error_offset, in ice_aq_download_pkg() argument
923 if (last_buf) in ice_aq_download_pkg()
977 bool last_buf, u32 *error_offset, u32 *error_info, in ice_aq_update_pkg() argument
995 if (last_buf) in ice_aq_update_pkg()