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

  /src/sys/dev/pci/igc/
if_igc.c 252 igc_txdesc_incr(struct igc_softc *sc, int id) function in typeref:typename:int
1722 prod = igc_txdesc_incr(sc, prod);
1750 prod = igc_txdesc_incr(sc, prod);
1837 cons = igc_txdesc_incr(sc, last);

Completed in 14 milliseconds