HomeSort by: relevance | last modified time | path
    Searched refs:txph_size (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_liireg.h 341 uint16_t txph_size; member in struct:tx_pkt_header
if_lii.c 824 tph->txph_size = m->m_pkthdr.len;
1040 if (txph->txph_size != txs->txps_size)
1048 sc->sc_txd_ack = (sc->sc_txd_ack + txph->txph_size + 7 ) & ~3;

Completed in 23 milliseconds