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()758 frag = UINT_TO_POINTER(ring_buf_get(&queue->tx_frag_list)); in tx_completed()799 struct ring_buf *tx_frag_list = &queue->tx_frag_list; in tx_error_handler() local813 while (tx_frag_list->tail != tx_frag_list->head) { in tx_error_handler()815 frag = UINT_TO_POINTER(tx_frag_list->buf[tx_frag_list->tail]); in tx_error_handler()818 MODULO_INC(tx_frag_list->tail, tx_frag_list->len); in tx_error_handler()1574 ring_buf_put(&queue->tx_frag_list, POINTER_TO_UINT(frag)); in eth_tx()2262 .tx_frag_list = {2287 .tx_frag_list = {2314 .tx_frag_list = {[all …]
245 struct ring_buf tx_frag_list; member