Home
last modified time | relevance | path

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

123

/mirbsd/src/sys/dev/ic/
Dmidwayvar.h138 struct ifqueue indma; /* mbufs being dma'd now */
139 struct ifqueue q; /* mbufs waiting for dma now */
160 struct ifqueue indma; /* mbufs being dma'd now */
161 struct ifqueue q; /* mbufs waiting for dma now */
Ddaicvar.h60 struct ifqueue tx_queue; /* outgoing data */
61 struct ifqueue rx_queue; /* incoming data */
Disic_l1.h107 struct ifqueue rx_queue; /* receiver queue */
117 struct ifqueue tx_queue; /* transmitter queue */
Diavcvar.h81 struct ifqueue sc_txq;
/mirbsd/src/sys/net/
Dif_pppvar.h100 struct ifqueue sc_rawq; /* received packets */
101 struct ifqueue sc_inq; /* queue of input packets for daemon */
102 struct ifqueue sc_fastq; /* interactive output packet q */
Dif_pppoe.h76 extern struct ifqueue ppoediscinq;
77 extern struct ifqueue ppoeinq;
Dif_enc.c66 extern struct ifqueue clnlintrq;
70 extern struct ifqueue nsintrq;
Dif_sppp.h104 struct ifqueue pp_fastq; /* fast output queue */
105 struct ifqueue pp_cpq; /* PPP control protocol queue */
Dif_ieee80211.h472 struct ifqueue ni_savedq; /* packets queued for pspoll */
522 struct ifqueue ic_mgtq;
523 struct ifqueue ic_pwrsaveq;
Dif_stripvar.h15 struct ifqueue sc_fastq; /* interactive output queue */
Dif.h139 struct ifqueue { struct
641 void if_qflush(struct ifqueue *);
666 void if_congestion(struct ifqueue *);
Dif.c131 void if_detach_queues(struct ifnet *, struct ifqueue *);
547 extern struct ifqueue x; \ in if_detach()
616 if_detach_queues(struct ifnet *ifp, struct ifqueue *q) in if_detach_queues()
809 if_congestion(struct ifqueue *ifq) in if_congestion()
828 struct ifqueue *ifq = arg; in if_congestion_clear()
1083 if_qflush(struct ifqueue *ifq) in if_qflush()
Dif_loop.c252 struct ifqueue *ifq = 0;
379 struct ifqueue *ifq;
/mirbsd/src/sys/netisdn/
Di4b_mbuf.h49 void i4b_Dcleanifq( struct ifqueue * );
53 void i4b_Bcleanifq( struct ifqueue * );
Di4b_capi.h67 struct ifqueue tx_queue;
68 struct ifqueue rx_queue;
Di4b_mbuf.c149 i4b_Dcleanifq(struct ifqueue *ifq) in i4b_Dcleanifq()
231 i4b_Bcleanifq(struct ifqueue *ifq) in i4b_Bcleanifq()
Di4b_isppp.h108 struct ifqueue pp_fastq; /* fast output queue */
109 struct ifqueue pp_cpq; /* PPP control protocol queue */
Di4b_l3l4.h63 struct ifqueue *tx_queue;
64 struct ifqueue *rx_queue; /* data xfer for NON-HDLC traffic */
Di4b_rbch.c138 struct ifqueue sc_hdlcq; /* hdlc read queue */
410 struct ifqueue *iqp; in isdnbchanread()
772 struct ifqueue *iqp; in isdnbchanpoll()
809 struct ifqueue *iqp; in filt_i4brbchread()
909 struct ifqueue *iqp; in isdnbchanselect()
/mirbsd/src/sys/dev/pci/
Diwicvar.h55 struct ifqueue rx_queue;/* receiver queue */
63 struct ifqueue tx_queue;/* transmitter queue */
/mirbsd/src/sys/netatalk/
Dat_var.h109 struct ifqueue atintrq1, atintrq2;
/mirbsd/src/sys/netnatm/
Dnatm_proto.c92 struct ifqueue natmintrq; /* natm packet input queue */
Dnatm.h117 extern struct ifqueue natmintrq; /* natm packet input queue */
/mirbsd/src/sys/netipx/
Dipx_if.h90 extern struct ifqueue ipxintrq; /* IPX input packet queue */
/mirbsd/src/sys/netinet/
Dip_gre.c108 struct ifqueue *ifq;
282 struct ifqueue *ifq; in gre_mobile_input()

123