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

  /src/sys/dev/pci/igc/
if_igc.h 259 struct igc_queue { struct
300 struct igc_queue *txr_igcq;
320 struct igc_queue *rxr_igcq;
358 struct igc_queue *queues;
if_igc.c 200 static int igc_rx_checksum(struct igc_queue *, uint64_t, uint32_t,
223 static void igc_sched_handle_queue(struct igc_softc *, struct igc_queue *);
645 kmem_zalloc(sc->sc_nqueues * sizeof(struct igc_queue), KM_SLEEP);
712 struct igc_queue *q = &sc->queues[iq];
731 kmem_free(sc->queues, sc->sc_nqueues * sizeof(struct igc_queue));
782 kmem_free(sc->queues, sc->sc_nqueues * sizeof(struct igc_queue));
989 struct igc_queue *q = &sc->queues[iq];
998 struct igc_queue *q = &sc->queues[iq];
1042 struct igc_queue *q = &sc->queues[iq];
1056 struct igc_queue *q = &sc->queues[iq]
    [all...]

Completed in 41 milliseconds