Home
last modified time | relevance | path

Searched refs:IONIC_RX_MAX_SG_ELEMS (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/ionic/
H A Dionic_if.h740 #define IONIC_RX_MAX_SG_ELEMS 8 macro
806 } elems[IONIC_RX_MAX_SG_ELEMS];
H A Dionic_rxtx.c916 for (j = 0; j < nsegs - 1 && j < IONIC_RX_MAX_SG_ELEMS; j++) { in ionic_rx_fill()