Searched refs:GET_OL_FLAGS (Results 1 – 2 of 2) sorted by relevance
| /dpdk/drivers/net/bnxt/ |
| H A D | bnxt_rxtx_vec_sse.c | 25 #define GET_OL_FLAGS(rss_flags, ol_index, errors, pi, ol_flags) \ macro 122 GET_OL_FLAGS(rss_flags, index, errors, 0, ol_flags); in descs_to_mbufs() 126 GET_OL_FLAGS(rss_flags, index, errors, 1, ol_flags); in descs_to_mbufs() 130 GET_OL_FLAGS(rss_flags, index, errors, 2, ol_flags); in descs_to_mbufs() 134 GET_OL_FLAGS(rss_flags, index, errors, 3, ol_flags); in descs_to_mbufs()
|
| H A D | bnxt_rxtx_vec_neon.c | 25 #define GET_OL_FLAGS(rss_flags, ol_idx, errors, pi, ol_flags) \ macro 137 GET_OL_FLAGS(rss_flags, index, errors, 0, ol_flags); in descs_to_mbufs() 140 GET_OL_FLAGS(rss_flags, index, errors, 1, ol_flags); in descs_to_mbufs() 143 GET_OL_FLAGS(rss_flags, index, errors, 2, ol_flags); in descs_to_mbufs() 146 GET_OL_FLAGS(rss_flags, index, errors, 3, ol_flags); in descs_to_mbufs()
|