Searched refs:nxbuf (Results 1 – 3 of 3) sorted by relevance
1306 struct igc_rx_buf *rxbuf, *nxbuf; in igc_rxeof() local1377 nxbuf = &rxr->rx_buffers[nextp]; in igc_rxeof()1401 nxbuf->fmp = m; in igc_rxeof()1403 mp->m_next = nxbuf->buf; in igc_rxeof()
3129 struct ixgbe_rx_buf *rxbuf, *nxbuf; in ixgbe_rxeof() local3205 nxbuf = &rxr->rx_buffers[nextp]; in ixgbe_rxeof()3243 nxbuf->fmp = sendmp; in ixgbe_rxeof()3245 mp->m_next = nxbuf->buf; in ixgbe_rxeof()
4275 struct ngbe_rx_buf *rxbuf, *nxbuf; in ngbe_rxeof() local4344 nxbuf = &rxr->rx_buffers[nextp]; in ngbe_rxeof()4368 nxbuf->fmp = m; in ngbe_rxeof()4370 mp->m_next = nxbuf->buf; in ngbe_rxeof()