Searched refs:tx_buffer_area (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sys/dev/pci/
H A Dif_ixgb.c649 tx_buffer = &sc->tx_buffer_area[sc->next_avail_tx_desc];
671 tx_buffer = &sc->tx_buffer_area[i];
1134 if (!(sc->tx_buffer_area = mallocarray(sc->num_tx_desc,
1163 tx_buffer = sc->tx_buffer_area;
1248 if (sc->tx_buffer_area != NULL) {
1249 tx_buffer = sc->tx_buffer_area;
1271 if (sc->tx_buffer_area != NULL) {
1272 free(sc->tx_buffer_area, M_DEVBUF, 0);
1273 sc->tx_buffer_area = NULL;
1325 tx_buffer = &sc->tx_buffer_area[curr_tx
[all...]
H A Dif_ixgb.h258 * tx_buffer_area). The index of the next available descriptor is
269 struct ixgb_buffer *tx_buffer_area; member in struct:ixgb_softc

Completed in 69 milliseconds