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

/freebsd-11.0-release/sys/dev/altera/atse/
H A Dif_atsereg.h410 uint8_t *atse_tx_buf; member in struct:atse_softc
H A Dif_atse.c360 m_copydata(m, 0, m->m_pkthdr.len, sc->atse_tx_buf);
380 bcopy(&sc->atse_tx_buf[sc->atse_tx_m_offset], &val4,
409 bcopy(sc->atse_tx_buf + sc->atse_tx_m_offset, &val4, leftm);
1773 sc->atse_tx_buf = malloc(ETHER_MAX_LEN_JUMBO, M_DEVBUF, M_WAITOK);
1921 if (sc->atse_tx_buf != NULL)
1922 free(sc->atse_tx_buf, M_DEVBUF);

Completed in 383 milliseconds