Searched refs:TX_RING_SIZE (Results 1 – 2 of 2) sorted by relevance
37 #define TX_RING_SIZE 16 /* Leave this a power of 2 */ macro40 #define TX_RING_MASK (TX_RING_SIZE - 1)75 struct epic_tx_buffer tx_buffer[TX_RING_SIZE];
213 ifq_set_maxlen(&ifp->if_snd, TX_RING_SIZE - 1); in epic_attach()432 sc->tx_flist = kmalloc(sizeof(struct epic_frag_list)*TX_RING_SIZE, in epic_common_attach()434 sc->tx_desc = kmalloc(sizeof(struct epic_tx_desc)*TX_RING_SIZE, in epic_common_attach()488 while (sc->pending_txs < TX_RING_SIZE) { in epic_ifstart()653 if (sc->pending_txs < TX_RING_SIZE) in epic_tx_done()1384 for (i=0; i<TX_RING_SIZE; i++) { in epic_free_rings()1433 for (i = 0; i < TX_RING_SIZE; i++) { in epic_init_rings()