Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/tl/
H A Dif_tl.c1322 cd->tl_rx_chain[i].tl_ptr = in tl_list_rx_init()
1324 if (tl_newbuf(sc, &cd->tl_rx_chain[i]) == ENOBUFS) in tl_list_rx_init()
1327 cd->tl_rx_chain[i].tl_next = NULL; in tl_list_rx_init()
1330 cd->tl_rx_chain[i].tl_next = &cd->tl_rx_chain[i + 1]; in tl_list_rx_init()
1336 cd->tl_rx_head = &cd->tl_rx_chain[0]; in tl_list_rx_init()
1337 cd->tl_rx_tail = &cd->tl_rx_chain[TL_RX_LIST_CNT - 1]; in tl_list_rx_init()
1465 cd->tl_rx_head = &cd->tl_rx_chain[0]; in tl_intvec_rxeoc()
1466 cd->tl_rx_tail = &cd->tl_rx_chain[TL_RX_LIST_CNT - 1]; in tl_intvec_rxeoc()
2147 if (sc->tl_cdata.tl_rx_chain[i].tl_mbuf != NULL) { in tl_stop()
2148 m_freem(sc->tl_cdata.tl_rx_chain[i].tl_mbuf); in tl_stop()
[all …]
H A Dif_tlreg.h101 struct tl_chain_onefrag tl_rx_chain[TL_RX_LIST_CNT]; member