Lines Matching refs:tx_next
624 size_t tx_next; member
705 lp->tx_cur, lp->tx_next); in print_status()
1109 lp->tx_next = 0; in dwceqos_descriptor_init()
1957 struct dwceqos_dma_desc *dd = &lp->tx_descs[lp->tx_next]; in dwceqos_dmadesc_set_ctx()
1964 lp->tx_next = (lp->tx_next + 1) % DWCEQOS_TX_DCNT; in dwceqos_dmadesc_set_ctx()
1998 tx->initial_descriptor = lp->tx_next; in dwceqos_tx_prepare()
1999 tx->last_descriptor = lp->tx_next; in dwceqos_tx_prepare()
2028 rd = &lp->tx_skb[lp->tx_next]; in dwceqos_tx_linear()
2029 dd = &lp->tx_descs[lp->tx_next]; in dwceqos_tx_linear()
2065 if (lp->tx_next != tx->initial_descriptor) in dwceqos_tx_linear()
2068 tx->last_descriptor = lp->tx_next; in dwceqos_tx_linear()
2069 lp->tx_next = (lp->tx_next + 1) % DWCEQOS_TX_DCNT; in dwceqos_tx_linear()
2104 rd = &lp->tx_skb[lp->tx_next]; in dwceqos_tx_frags()
2107 dd = &lp->tx_descs[lp->tx_next]; in dwceqos_tx_frags()
2121 tx->last_descriptor = lp->tx_next; in dwceqos_tx_frags()
2122 lp->tx_next = (lp->tx_next + 1) % DWCEQOS_TX_DCNT; in dwceqos_tx_frags()
2158 while (i != lp->tx_next) { in dwceqos_tx_rollback()
2173 lp->tx_next = tx->initial_descriptor; in dwceqos_tx_rollback()
2197 WARN_ON(lp->tx_next != in dwceqos_start_xmit()