Home
last modified time | relevance | path

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

/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()
1331 while ((*sc->status_word == LIO_COMPLETION_WORD_INIT) && --timeout) { in lio_dev_get_link_status()
1778 while ((*sc->status_word == LIO_COMPLETION_WORD_INIT) && --timeout) { in lio_dev_configure()
H A Dlio_rxtx.c1189 *sc->status_word = LIO_COMPLETION_WORD_INIT; in lio_send_soft_command()
1330 if (status64 != LIO_COMPLETION_WORD_INIT) { in lio_process_ordered_list()