Lines Matching defs:txbuf
1708 struct igc_tx_buf *txbuf = &txr->tx_buffers[prod];
1709 bus_dmamap_t map = txbuf->map;
1755 txbuf->m_head = m;
1756 txbuf->eop_index = last;
1800 struct igc_tx_buf *txbuf = &txr->tx_buffers[cons];
1801 const int last = txbuf->eop_index;
1830 bus_dmamap_t map = txbuf->map;
1834 m_freem(txbuf->m_head);
1836 txbuf->m_head = NULL;
1837 txbuf->eop_index = -1;
2952 struct igc_tx_buf *txbuf = &txr->tx_buffers[id];
2956 IGC_MAX_SCATTER, PAGE_SIZE, 0, BUS_DMA_NOWAIT, &txbuf->map);
2963 txbuf->eop_index = -1;
3142 struct igc_tx_buf *txbuf = &txr->tx_buffers[id];
3143 bus_dmamap_t map = txbuf->map;
3150 m_freem(txbuf->m_head);
3151 txbuf->m_head = NULL;
3154 txbuf->map = NULL;
3156 txbuf->eop_index = -1;