Home
last modified time | relevance | path

Searched defs:ifq (Results 1 – 25 of 48) sorted by relevance

12

/openbsd-src/sys/net/
H A Difq.c82 ifq_run_start(struct ifqueue *ifq) in ifq_run_start() argument
88 ifq_serialize(struct ifqueue *ifq, struct task *t) in ifq_serialize() argument
122 ifq_is_serialized(struct ifqueue * ifq) ifq_is_serialized() argument
128 ifq_start(struct ifqueue * ifq) ifq_start() argument
140 struct ifqueue *ifq = p; ifq_start_task() local
151 ifq_set_oactive(struct ifqueue * ifq) ifq_set_oactive() argument
167 struct ifqueue *ifq = p; ifq_restart_task() local
177 struct ifqueue *ifq = p; ifq_bundle_task() local
183 ifq_barrier(struct ifqueue * ifq) ifq_barrier() argument
242 struct ifqueue *ifq = ks->ks_softc; ifq_kstat_copy() local
260 ifq_init(struct ifqueue * ifq,struct ifnet * ifp,unsigned int idx) ifq_init() argument
308 ifq_attach(struct ifqueue * ifq,const struct ifq_ops * newops,void * opsarg) ifq_attach() argument
344 ifq_destroy(struct ifqueue * ifq) ifq_destroy() argument
365 ifq_add_data(struct ifqueue * ifq,struct if_data * data) ifq_add_data() argument
377 ifq_enqueue(struct ifqueue * ifq,struct mbuf * m) ifq_enqueue() argument
403 ifq_deq_enter(struct ifqueue * ifq) ifq_deq_enter() argument
409 ifq_deq_leave(struct ifqueue * ifq) ifq_deq_leave() argument
423 ifq_deq_begin(struct ifqueue * ifq) ifq_deq_begin() argument
441 ifq_deq_commit(struct ifqueue * ifq,struct mbuf * m) ifq_deq_commit() argument
454 ifq_deq_rollback(struct ifqueue * ifq,struct mbuf * m) ifq_deq_rollback() argument
462 ifq_dequeue(struct ifqueue * ifq) ifq_dequeue() argument
476 ifq_deq_sleep(struct ifqueue * ifq,struct mbuf ** mp,int nbio,int priority,const char * wmesg,volatile unsigned int * sleeping,volatile unsigned int * alive) ifq_deq_sleep() argument
515 ifq_hdatalen(struct ifqueue * ifq) ifq_hdatalen() argument
533 ifq_init_maxlen(struct ifqueue * ifq,unsigned int maxlen) ifq_init_maxlen() argument
540 ifq_purge(struct ifqueue * ifq) ifq_purge() argument
560 ifq_q_enter(struct ifqueue * ifq,const struct ifq_ops * ops) ifq_q_enter() argument
572 ifq_q_leave(struct ifqueue * ifq,void * q) ifq_q_leave() argument
579 ifq_mfreem(struct ifqueue * ifq,struct mbuf * m) ifq_mfreem() argument
589 ifq_mfreeml(struct ifqueue * ifq,struct mbuf_list * ml) ifq_mfreeml() argument
924 priq_enq(struct ifqueue * ifq,struct mbuf * m) priq_enq() argument
958 priq_deq_begin(struct ifqueue * ifq,void ** cookiep) priq_deq_begin() argument
978 priq_deq_commit(struct ifqueue * ifq,struct mbuf * m,void * cookie) priq_deq_commit() argument
988 priq_purge(struct ifqueue * ifq,struct mbuf_list * ml) priq_purge() argument
[all...]
H A Difq.h456 ifq_is_priq(struct ifqueue * ifq) ifq_is_priq() argument
462 ifq_clr_oactive(struct ifqueue * ifq) ifq_clr_oactive() argument
468 ifq_is_oactive(struct ifqueue * ifq) ifq_is_oactive() argument
474 ifq_restart(struct ifqueue * ifq) ifq_restart() argument
480 ifq_idx(struct ifqueue * ifq,unsigned int nifqs,const struct mbuf * m) ifq_idx() argument
[all...]
H A Dif_sec.c343 struct ifqueue *ifq = &ifp->if_snd; in sec_enqueue() local
360 struct ifqueue *ifq = &ifp->if_snd; in sec_send() local
408 sec_start(struct ifqueue *ifq) in sec_start()
H A Dfq_codel.c702 fqcodel_if_enq(struct ifqueue * ifq,struct mbuf * m) fqcodel_if_enq() argument
708 fqcodel_if_deq_begin(struct ifqueue * ifq,void ** cookiep) fqcodel_if_deq_begin() argument
719 fqcodel_if_deq_commit(struct ifqueue * ifq,struct mbuf * m,void * cookie) fqcodel_if_deq_commit() argument
725 fqcodel_if_purge(struct ifqueue * ifq,struct mbuf_list * ml) fqcodel_if_purge() argument
H A Dif_vether.c119 vetherqstart(struct ifqueue *ifq) in vetherqstart()
H A Dhfsc.c618 hfsc_purge(struct ifqueue * ifq,struct mbuf_list * ml) hfsc_purge() argument
810 hfsc_enq(struct ifqueue * ifq,struct mbuf * m) hfsc_enq() argument
840 hfsc_deq_begin(struct ifqueue * ifq,void ** cookiep) hfsc_deq_begin() argument
896 hfsc_deq_commit(struct ifqueue * ifq,struct mbuf * m,void * cookie) hfsc_deq_commit() argument
950 struct ifqueue *ifq = &ifp->if_snd; hfsc_deferred() local
[all...]
H A Dif_pair.c161 pairstart(struct ifqueue *ifq) in pairstart()
H A Dif.c582 struct ifqueue *ifq; if_attach_queues() local
701 if_qstart_compat(struct ifqueue * ifq) if_qstart_compat() argument
751 struct ifqueue *ifq = &ifp->if_snd; if_enqueue_ifq() local
2820 struct ifqueue *ifq = ifp->if_ifqs[i]; if_getdata() local
2837 if_detached_qstart(struct ifqueue * ifq) if_detached_qstart() argument
[all...]
H A Dhfsc.h116 #define HFSC_ENABLED(ifq) ((ifq)->ifq_ops == ifq_hfsc_ops) argument
H A Dif_pppx.c826 pppx_if_qstart(struct ifqueue * ifq) pppx_if_qstart() argument
1459 pppac_qstart(struct ifqueue * ifq) pppac_qstart() argument
H A Dif_vxlan.c491 struct ifqueue *ifq = &ifp->if_snd; in vxlan_enqueue() local
502 vxlan_start(struct ifqueue *ifq) in vxlan_start() argument
H A Dif_tpmr.c431 tpmr_start(struct ifqueue *ifq) in tpmr_start()
H A Dif_veb.c1215 veb_start(struct ifqueue *ifq) in veb_start() argument
2517 vport_start(struct ifqueue *ifq) in vport_start() argument
H A Dif_vlan.c317 vlan_start(struct ifqueue *ifq) in vlan_start()
/openbsd-src/sys/dev/pci/
H A Dif_igc.c959 igc_start(struct ifqueue *ifq) in igc_start() argument
835 struct ifqueue *ifq = ifp->if_ifqs[i]; igc_setup_interface() local
1074 struct ifqueue *ifq = txr->ifq; igc_txeof() local
1150 struct ifqueue *ifq = ifp->if_ifqs[i]; igc_stop() local
[all...]
H A Dif_vmx.c126 struct ifqueue *ifq; member
825 struct ifqueue *ifq = tq->ifq; in vmxnet3_txstop() local
1028 struct ifqueue *ifq = tq->ifq; in vmxnet3_txintr() local
1596 vmxnet3_start(struct ifqueue * ifq) vmxnet3_start() argument
[all...]
H A Dif_ix.c450 ixgbe_start(struct ifqueue * ifq) ixgbe_start() argument
1655 struct ifqueue *ifq = ifp->if_ifqs[i]; ixgbe_stop() local
1954 struct ifqueue *ifq = ifp->if_ifqs[i]; ixgbe_setup_interface() local
2620 struct ifqueue *ifq = txr->ifq; ixgbe_txeof() local
[all...]
H A Dif_ngbe.c691 ngbe_start(struct ifqueue *ifq) in ngbe_start() argument
812 struct ifqueue *ifq = ifp->if_ifqs[i]; in ngbe_stop() local
1048 struct ifqueue *ifq = ifp->if_ifqs[i]; in ngbe_setup_interface() local
4459 struct ifqueue *ifq = txr->ifq; ngbe_txeof() local
[all...]
H A Dif_ix.h170 struct ifqueue *ifq; member
H A Dif_igc.h262 struct ifqueue *ifq; member
/openbsd-src/sys/arch/octeon/dev/
H A Dif_cnmac.c902 cnmac_start(struct ifqueue *ifq) in cnmac_start()
1321 struct ifqueue *ifq = &ifp->if_snd; in cnmac_free_task() local
/openbsd-src/sys/dev/fdt/
H A Dif_mvneta.c953 mvneta_start(struct ifqueue *ifq) in mvneta_start()
1539 struct ifqueue *ifq = &ifp->if_snd; in mvneta_tx_proc() local
/openbsd-src/sys/dev/ic/
H A Ddwqe.c366 dwqe_start(struct ifqueue *ifq) in dwqe_start()
H A Dgem.c1710 gem_start(struct ifqueue *ifq) in gem_start()
H A Dre.c1816 re_start(struct ifqueue *ifq) in re_start() argument

12