Home
last modified time | relevance | path

Searched refs:igc_queue (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/pci/igc/
H A Dif_igc.h259 struct igc_queue { struct
300 struct igc_queue *txr_igcq; argument
320 struct igc_queue *rxr_igcq;
358 struct igc_queue *queues;
H A Dif_igc.c200 static int igc_rx_checksum(struct igc_queue *, uint64_t, uint32_t,
225 static void igc_sched_handle_queue(struct igc_softc *, struct igc_queue *);
647 kmem_zalloc(sc->sc_nqueues * sizeof(struct igc_queue), KM_SLEEP); in igc_allocate_queues()
714 struct igc_queue *q = &sc->queues[iq]; in igc_allocate_queues()
733 kmem_free(sc->queues, sc->sc_nqueues * sizeof(struct igc_queue)); in igc_allocate_queues()
784 kmem_free(sc->queues, sc->sc_nqueues * sizeof(struct igc_queue)); in igc_free_queues()
991 struct igc_queue *q = &sc->queues[iq]; in igc_attach_counters()
1000 struct igc_queue *q = &sc->queues[iq]; in igc_attach_counters()
1044 struct igc_queue *q = &sc->queues[iq]; in igc_detach_counters()
1058 struct igc_queue * in igc_detach_counters()
[all...]