HomeSort by: relevance | last modified time | path
    Searched defs:txph (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/
if_lii.c 1023 struct tx_pkt_header *txph; local in function:lii_txintr
1037 txph = (struct tx_pkt_header *)
1040 if (txph->txph_size != txs->txps_size)
1048 sc->sc_txd_ack = (sc->sc_txd_ack + txph->txph_size + 7 ) & ~3;

Completed in 13 milliseconds