Searched refs:tl_tx_chain (Results 1 – 2 of 2) sorted by relevance
921 cd->tl_tx_chain[i].tl_ptr = &ld->tl_tx_list[i]; in tl_list_tx_init()923 cd->tl_tx_chain[i].tl_next = NULL; in tl_list_tx_init()925 cd->tl_tx_chain[i].tl_next = &cd->tl_tx_chain[i + 1]; in tl_list_tx_init()928 cd->tl_tx_free = &cd->tl_tx_chain[0]; in tl_list_tx_init()1760 if (sc->tl_cdata.tl_tx_chain[i].tl_mbuf != NULL) { in tl_stop()1761 m_freem(sc->tl_cdata.tl_tx_chain[i].tl_mbuf); in tl_stop()1762 sc->tl_cdata.tl_tx_chain[i].tl_mbuf = NULL; in tl_stop()
103 struct tl_chain tl_tx_chain[TL_TX_LIST_CNT]; member