Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/pfe/
H A Dpfe_hif_lib.h116 #define CL_DESC_FIRST BIT(29) macro
H A Dpfe_hif.c381 flags = CL_DESC_FIRST; in pfe_hif_rx_process()
428 if (flags & CL_DESC_FIRST) in pfe_hif_rx_process()
H A Dpfe_hif_lib.c420 if (desc->ctrl & CL_DESC_FIRST) { in hif_lib_receive_pkt()