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

  /src/sys/dev/pci/igc/
if_igc.c 199 static bool igc_rxeof(struct rx_ring *, u_int);
2074 igc_rxeof(struct rx_ring *rxr, u_int limit) function in typeref:typename:bool
2155 panic("%s: igc_rxeof: NULL mbuf in slot %d "
2772 rxmore = igc_rxeof(rxr, rxlimit);
2834 rxmore = igc_rxeof(rxr, rxlimit);
2881 rxmore = igc_rxeof(rxr, rxlimit);
if_igc.c 199 static bool igc_rxeof(struct rx_ring *, u_int);
2074 igc_rxeof(struct rx_ring *rxr, u_int limit) function in typeref:typename:bool
2155 panic("%s: igc_rxeof: NULL mbuf in slot %d "
2772 rxmore = igc_rxeof(rxr, rxlimit);
2834 rxmore = igc_rxeof(rxr, rxlimit);
2881 rxmore = igc_rxeof(rxr, rxlimit);
if_igc.c 199 static bool igc_rxeof(struct rx_ring *, u_int);
2074 igc_rxeof(struct rx_ring *rxr, u_int limit) function in typeref:typename:bool
2155 panic("%s: igc_rxeof: NULL mbuf in slot %d "
2772 rxmore = igc_rxeof(rxr, rxlimit);
2834 rxmore = igc_rxeof(rxr, rxlimit);
2881 rxmore = igc_rxeof(rxr, rxlimit);

Completed in 40 milliseconds