Searched refs:tx_frag_list (Results 1 – 2 of 2) sorted by relevance
531 ring_buf_reset(&queue->tx_frag_list); in tx_descriptors_init()724 frag = UINT_TO_POINTER(ring_buf_get(&queue->tx_frag_list)); in tx_completed()759 struct ring_buf *tx_frag_list = &queue->tx_frag_list; in tx_error_handler() local773 while (tx_frag_list->tail != tx_frag_list->head) { in tx_error_handler()775 frag = UINT_TO_POINTER(tx_frag_list->buf[tx_frag_list->tail]); in tx_error_handler()778 MODULO_INC(tx_frag_list->tail, tx_frag_list->len); in tx_error_handler()1498 ring_buf_put(&queue->tx_frag_list, POINTER_TO_UINT(frag)); in eth_tx()2187 .tx_frag_list = {2212 .tx_frag_list = {2239 .tx_frag_list = {[all …]
245 struct ring_buf tx_frag_list; member