Searched refs:tx_buffer (Results 1 – 3 of 3) sorted by relevance
1469 struct em_buffer *tx_buffer = NULL; in em_encap() local1550 tx_buffer = &sc->tx_buffer_area[i]; in em_encap()1561 tx_buffer->m_head = NULL; in em_encap()1565 tx_buffer = &sc->tx_buffer_area[i]; in em_encap()1576 tx_buffer->m_head = NULL; in em_encap()1598 tx_buffer->m_head = m_head; in em_encap()1599 tx_buffer->map = q.map; in em_encap()2630 struct em_buffer *tx_buffer; local2636 tx_buffer = sc->tx_buffer_area;2637 for (i = 0; i < sc->num_tx_desc; i++, tx_buffer++) {[all …]
816 buf = sc->tx_buffer + sc->cur_tx;968 buf = sc->tx_buffer + sc->dirty_tx;1593 buf = sc->tx_buffer + sc->cur_tx;1703 struct epic_tx_buffer *buf = sc->tx_buffer + i;1751 struct epic_tx_buffer *buf = sc->tx_buffer + i;
294 struct epic_tx_buffer tx_buffer[TX_RING_SIZE]; member