Home
last modified time | relevance | path

Searched refs:ifqueue (Results 1 – 25 of 53) sorted by relevance

123

/openbsd/sys/net/
H A Difq.h27 struct ifqueue { struct
38 struct ifqueue *_ifq_ifqs[1]; argument
415 void (*ifqop_purge)(struct ifqueue *,
429 void ifq_destroy(struct ifqueue *);
432 void ifq_start(struct ifqueue *);
437 int ifq_hdatalen(struct ifqueue *);
445 void ifq_barrier(struct ifqueue *);
457 ifq_is_priq(struct ifqueue *ifq) in ifq_is_priq()
463 ifq_clr_oactive(struct ifqueue *ifq) in ifq_clr_oactive()
469 ifq_is_oactive(struct ifqueue *ifq) in ifq_is_oactive()
[all …]
H A Difq.c82 ifq_run_start(struct ifqueue *ifq) in ifq_run_start()
122 ifq_start(struct ifqueue *ifq) in ifq_start()
134 struct ifqueue *ifq = p; in ifq_start_task()
172 struct ifqueue *ifq = p; in ifq_restart_task()
182 struct ifqueue *ifq = p; in ifq_bundle_task()
188 ifq_barrier(struct ifqueue *ifq) in ifq_barrier()
349 ifq_destroy(struct ifqueue *ifq) in ifq_destroy()
408 ifq_deq_enter(struct ifqueue *ifq) in ifq_deq_enter()
467 ifq_dequeue(struct ifqueue *ifq) in ifq_dequeue()
520 ifq_hdatalen(struct ifqueue *ifq) in ifq_hdatalen()
[all …]
H A Dfq_codel.c123 struct mbuf *fqcodel_if_enq(struct ifqueue *, struct mbuf *);
124 struct mbuf *fqcodel_if_deq_begin(struct ifqueue *, void **);
125 void fqcodel_if_deq_commit(struct ifqueue *, struct mbuf *, void *);
126 void fqcodel_if_purge(struct ifqueue *, struct mbuf_list *);
693 fqcodel_if_enq(struct ifqueue *ifq, struct mbuf *m) in fqcodel_if_enq()
699 fqcodel_if_deq_begin(struct ifqueue *ifq, void **cookiep) in fqcodel_if_deq_begin()
710 fqcodel_if_deq_commit(struct ifqueue *ifq, struct mbuf *m, void *cookie) in fqcodel_if_deq_commit()
716 fqcodel_if_purge(struct ifqueue *ifq, struct mbuf_list *ml) in fqcodel_if_purge()
H A Dif_vether.c39 void vetherqstart(struct ifqueue *);
119 vetherqstart(struct ifqueue *ifq) in vetherqstart()
H A Dif_var.h208 struct ifqueue if_snd; /* transmit queue */
209 struct ifqueue **if_ifqs; /* [I] pointer to an array of sndqs */
210 void (*if_qstart)(struct ifqueue *);
H A Dif_sec.c88 static void sec_start(struct ifqueue *);
343 struct ifqueue *ifq = &ifp->if_snd; in sec_enqueue()
360 struct ifqueue *ifq = &ifp->if_snd; in sec_send()
408 sec_start(struct ifqueue *ifq) in sec_start()
H A Dif_rport.c76 static void rport_start(struct ifqueue *);
216 struct ifqueue *ifq = &ifp->if_snd; in rport_enqueue()
233 rport_start(struct ifqueue *ifq) in rport_start()
H A Dif_pair.c40 void pairstart(struct ifqueue *);
161 pairstart(struct ifqueue *ifq) in pairstart()
H A Dhfsc.c264 struct mbuf *hfsc_enq(struct ifqueue *, struct mbuf *);
265 struct mbuf *hfsc_deq_begin(struct ifqueue *, void **);
266 void hfsc_deq_commit(struct ifqueue *, struct mbuf *, void *);
267 void hfsc_purge(struct ifqueue *, struct mbuf_list *);
609 hfsc_purge(struct ifqueue *ifq, struct mbuf_list *ml) in hfsc_purge()
801 hfsc_enq(struct ifqueue *ifq, struct mbuf *m) in hfsc_enq()
831 hfsc_deq_begin(struct ifqueue *ifq, void **cookiep) in hfsc_deq_begin()
887 hfsc_deq_commit(struct ifqueue *ifq, struct mbuf *m, void *cookie) in hfsc_deq_commit()
941 struct ifqueue *ifq = &ifp->if_snd; in hfsc_deferred()
H A Dhfsc.h109 struct ifqueue;
H A Dif_pppvar.h113 struct ifqueue sc_fastq; /* interactive output packet q */
H A Dif.c148 void if_detached_qstart(struct ifqueue *);
178 void if_qstart_compat(struct ifqueue *);
580 struct ifqueue **map; in if_attach_queues()
581 struct ifqueue *ifq; in if_attach_queues()
700 if_qstart_compat(struct ifqueue *ifq) in if_qstart_compat()
750 struct ifqueue *ifq = &ifp->if_snd; in if_enqueue_ifq()
1260 sizeof(struct ifqueue)); in if_detach()
1263 sizeof(struct ifqueue *) * ifp->if_nifqs); in if_detach()
2841 struct ifqueue *ifq = ifp->if_ifqs[i]; in if_getdata()
2858 if_detached_qstart(struct ifqueue *ifq) in if_detached_qstart()
H A Dif_pppx.c189 void pppx_if_qstart(struct ifqueue *);
822 pppx_if_qstart(struct ifqueue *ifq) in pppx_if_qstart()
1012 static void pppac_qstart(struct ifqueue *);
1455 pppac_qstart(struct ifqueue *ifq) in pppac_qstart()
H A Dif_tpmr.c111 static void tpmr_start(struct ifqueue *);
431 tpmr_start(struct ifqueue *ifq) in tpmr_start()
H A Dif_veb.c174 static void veb_start(struct ifqueue *);
257 static void vport_start(struct ifqueue *);
1215 veb_start(struct ifqueue *ifq) in veb_start()
2517 vport_start(struct ifqueue *ifq) in vport_start()
H A Dif_vxlan.c166 static void vxlan_start(struct ifqueue *);
491 struct ifqueue *ifq = &ifp->if_snd; in vxlan_enqueue()
502 vxlan_start(struct ifqueue *ifq) in vxlan_start()
H A Dif_vlan.c122 void vlan_start(struct ifqueue *ifq);
317 vlan_start(struct ifqueue *ifq) in vlan_start()
/openbsd/sys/dev/pci/
H A Dif_ix.h170 struct ifqueue *ifq;
H A Dif_igc.h262 struct ifqueue *ifq;
H A Dif_vmx.c126 struct ifqueue *ifq;
214 void vmxnet3_start(struct ifqueue *);
825 struct ifqueue *ifq = tq->ifq; in vmxnet3_txstop()
1028 struct ifqueue *ifq = tq->ifq; in vmxnet3_txintr()
1596 vmxnet3_start(struct ifqueue *ifq) in vmxnet3_start()
H A Dif_ixv.c93 void ixgbe_start(struct ifqueue *ifq);
737 struct ifqueue *ifq = ifp->if_ifqs[i]; in ixv_stop()
805 struct ifqueue *ifq = ifp->if_ifqs[i]; in ixv_setup_interface()
H A Dif_igc.c108 void igc_start(struct ifqueue *);
836 struct ifqueue *ifq = ifp->if_ifqs[i]; in igc_setup_interface()
959 igc_start(struct ifqueue *ifq) in igc_start()
1074 struct ifqueue *ifq = txr->ifq; in igc_txeof()
1150 struct ifqueue *ifq = ifp->if_ifqs[i]; in igc_stop()
/openbsd/sys/arch/octeon/dev/
H A Dif_cnmac.c141 void cnmac_start(struct ifqueue *);
902 cnmac_start(struct ifqueue *ifq) in cnmac_start()
1321 struct ifqueue *ifq = &ifp->if_snd; in cnmac_free_task()
/openbsd/sys/dev/pv/
H A Dif_xnf.c204 void xnf_start(struct ifqueue *);
484 xnf_start(struct ifqueue *ifq) in xnf_start()
/openbsd/sys/dev/fdt/
H A Dif_mvneta.c200 void mvneta_start(struct ifqueue *);
953 mvneta_start(struct ifqueue *ifq) in mvneta_start()
1539 struct ifqueue *ifq = &ifp->if_snd; in mvneta_tx_proc()

123