Searched refs:snd_queue (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/sys/netgraph/ |
| D | ng_source.c | 88 struct mbufq snd_queue; /* packets to send */ member 287 mbufq_init(&sc->snd_queue, 2048); in ng_source_constructor() 377 sc->stats.queueFrames = mbufq_len(&sc->snd_queue); in ng_source_rcvmsg() 571 error = mbufq_enqueue(&sc->snd_queue, m); in ng_source_rcvdata() 674 m = mbufq_dequeue(&sc->snd_queue); in ng_source_clr_data() 747 packets = mbufq_len(&sc->snd_queue); in ng_source_intr() 791 m = mbufq_dequeue(&sc->snd_queue); in ng_source_send() 799 mbufq_prepend(&sc->snd_queue, m); in ng_source_send() 801 (void)mbufq_enqueue(&sc->snd_queue, m); in ng_source_send() 811 error = mbufq_enqueue(&sc->snd_queue, m); in ng_source_send()
|
| /freebsd-12-stable/sys/dev/vnic/ |
| D | nicvf_queues.c | 103 static void nicvf_free_snd_queue(struct nicvf *, struct snd_queue *); 106 static void nicvf_sq_enable(struct nicvf *, struct snd_queue *, int); 107 static void nicvf_put_sq_desc(struct snd_queue *, int); 110 static void nicvf_sq_free_used_descs(struct nicvf *, struct snd_queue *, int); 112 static int nicvf_tx_mbuf_locked(struct snd_queue *, struct mbuf **); 703 struct snd_queue *sq; in nicvf_snd_pkt_handler() 740 struct snd_queue *sq = &qs->sq[cq_idx]; in nicvf_cq_intr_handler() 983 nicvf_xmit_locked(struct snd_queue *sq) in nicvf_xmit_locked() 1017 struct snd_queue *sq = (struct snd_queue *)arg; in nicvf_snd_task() 1043 nicvf_init_snd_queue(struct nicvf *nic, struct snd_queue *sq, int q_len, in nicvf_init_snd_queue() [all …]
|
| D | nicvf_queues.h | 312 struct snd_queue { struct 353 struct snd_queue sq[MAX_SND_QUEUES_PER_QS]; argument 392 int nicvf_xmit_locked(struct snd_queue *sq);
|
| D | nicvf_main.c | 654 struct snd_queue *sq; in nicvf_if_transmit() 711 struct snd_queue *sq; in nicvf_if_qflush()
|