Searched refs:CL_DESC_GET_FLAGS (Results 1 – 2 of 2) sorted by relevance
| /dpdk/drivers/net/pfe/ | ||
| H A D | pfe_hif_lib.h | 121 #define CL_DESC_GET_FLAGS(x) (((x) >> 16) & 0xF) macro |
| H A D | pfe_hif_lib.c | 553 *flags = CL_DESC_GET_FLAGS(desc->ctrl); in hif_lib_tx_get_next_complete() |