Home | History | Annotate | Download | only in igc

Lines Matching defs:txbuf

1704 		struct igc_tx_buf *txbuf = &txr->tx_buffers[prod];
1705 bus_dmamap_t map = txbuf->map;
1752 txbuf->m_head = m;
1753 txbuf->eop_index = last;
1797 struct igc_tx_buf *txbuf = &txr->tx_buffers[cons];
1798 const int last = txbuf->eop_index;
1827 bus_dmamap_t map = txbuf->map;
1831 m_freem(txbuf->m_head);
1833 txbuf->m_head = NULL;
1834 txbuf->eop_index = -1;
2949 struct igc_tx_buf *txbuf = &txr->tx_buffers[id];
2953 IGC_MAX_SCATTER, PAGE_SIZE, 0, BUS_DMA_NOWAIT, &txbuf->map);
2960 txbuf->eop_index = -1;
3139 struct igc_tx_buf *txbuf = &txr->tx_buffers[id];
3140 bus_dmamap_t map = txbuf->map;
3147 m_freem(txbuf->m_head);
3148 txbuf->m_head = NULL;
3151 txbuf->map = NULL;
3153 txbuf->eop_index = -1;