Lines Matching refs:snd_queue
99 static void nicvf_free_snd_queue(struct nicvf *, struct snd_queue *);
102 static void nicvf_sq_enable(struct nicvf *, struct snd_queue *, int);
103 static void nicvf_put_sq_desc(struct snd_queue *, int);
106 static void nicvf_sq_free_used_descs(struct nicvf *, struct snd_queue *, int);
108 static int nicvf_tx_mbuf_locked(struct snd_queue *, struct mbuf **);
699 struct snd_queue *sq; in nicvf_snd_pkt_handler()
739 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()
1142 nicvf_free_snd_queue(struct nicvf *nic, struct snd_queue *sq) in nicvf_free_snd_queue()
1411 struct snd_queue *sq; in nicvf_snd_queue_config()
1661 nicvf_get_sq_desc(struct snd_queue *sq, int desc_cnt) in nicvf_get_sq_desc()
1675 nicvf_put_sq_desc(struct snd_queue *sq, int desc_cnt) in nicvf_put_sq_desc()
1684 nicvf_get_nxt_sqentry(struct snd_queue *sq, int qentry) in nicvf_get_nxt_sqentry()
1692 nicvf_sq_enable(struct nicvf *nic, struct snd_queue *sq, int qidx) in nicvf_sq_enable()
1714 nicvf_sq_free_used_descs(struct nicvf *nic, struct snd_queue *sq, int qidx) in nicvf_sq_free_used_descs()
1744 nicvf_sq_add_hdr_subdesc(struct snd_queue *sq, int qentry, in nicvf_sq_add_hdr_subdesc()
1883 static inline void nicvf_sq_add_gather_subdesc(struct snd_queue *sq, int qentry, in nicvf_sq_add_gather_subdesc()
1900 nicvf_tx_mbuf_locked(struct snd_queue *sq, struct mbuf **mbufp) in nicvf_tx_mbuf_locked()
2215 struct snd_queue *sq; in nicvf_update_sq_stats()