Home
last modified time | relevance | path

Searched refs:nxbuf (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/dev/pci/
H A Dif_igc.c1306 struct igc_rx_buf *rxbuf, *nxbuf; in igc_rxeof() local
1377 nxbuf = &rxr->rx_buffers[nextp]; in igc_rxeof()
1401 nxbuf->fmp = m; in igc_rxeof()
1403 mp->m_next = nxbuf->buf; in igc_rxeof()
H A Dif_ix.c3129 struct ixgbe_rx_buf *rxbuf, *nxbuf; in ixgbe_rxeof() local
3205 nxbuf = &rxr->rx_buffers[nextp]; in ixgbe_rxeof()
3243 nxbuf->fmp = sendmp; in ixgbe_rxeof()
3245 mp->m_next = nxbuf->buf; in ixgbe_rxeof()
H A Dif_ngbe.c4275 struct ngbe_rx_buf *rxbuf, *nxbuf; in ngbe_rxeof() local
4344 nxbuf = &rxr->rx_buffers[nextp]; in ngbe_rxeof()
4368 nxbuf->fmp = m; in ngbe_rxeof()
4370 mp->m_next = nxbuf->buf; in ngbe_rxeof()