Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/liquidio/
H A Dlio_rxtx.h142 #define LIO_COMPLETION_WORD_INIT 0xffffffffffffffffULL macro
H A Dlio_ethdev.c181 while ((*sc->status_word == LIO_COMPLETION_WORD_INIT) && --timeout) { in lio_dev_xstats_get()
1348 while ((*sc->status_word == LIO_COMPLETION_WORD_INIT) && --timeout) { in lio_dev_get_link_status()
1803 while ((*sc->status_word == LIO_COMPLETION_WORD_INIT) && --timeout) { in lio_dev_configure()
H A Dlio_rxtx.c1191 *sc->status_word = LIO_COMPLETION_WORD_INIT; in lio_send_soft_command()
1332 if (status64 != LIO_COMPLETION_WORD_INIT) { in lio_process_ordered_list()