Home
last modified time | relevance | path

Searched refs:ath_buf (Results 1 – 25 of 67) sorted by relevance

123

/dports/emulators/qemu60/qemu-6.0.0/roms/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_xmit.c85 struct ath_buf *bf = NULL; in ath_tx_get_buffer()
183 struct ath_buf *bf, *lastbf __unused; in ath_draintxq()
195 bf = list_first_entry(&txq->axq_q, struct ath_buf, in ath_draintxq()
327 struct ath_buf *bf; in ath_tx_txqaddbuf()
337 bf = list_first_entry(head, struct ath_buf, list); in ath_tx_txqaddbuf()
367 struct ath_buf *bf; in ath_tx_send_normal()
369 bf = list_first_entry(bf_head, struct ath_buf, list); in ath_tx_send_normal()
504 struct ath_buf *bf; in ath_tx_setup_buffer()
574 struct ath_buf *bf; in ath_tx_start()
659 struct ath_buf *bf, *lastbf, *bf_held = NULL; in ath_tx_processq()
[all …]
H A Dath9k_recv.c33 static void ath_rx_buf_link(struct ath_softc *sc, struct ath_buf *bf) in ath_rx_buf_link()
101 struct ath_buf *bf; in ath_rx_init()
145 struct ath_buf *bf; in ath_rx_cleanup()
197 struct ath_buf *bf, *tbf; in ath_startrecv()
211 bf = list_first_entry(&sc->rx.rxbuf, struct ath_buf, list); in ath_startrecv()
249 static struct ath_buf *ath_get_next_rx_buf(struct ath_softc *sc, in ath_get_next_rx_buf()
254 struct ath_buf *bf; in ath_get_next_rx_buf()
262 bf = list_first_entry(&sc->rx.rxbuf, struct ath_buf, list); in ath_get_next_rx_buf()
279 struct ath_buf *tbf; in ath_get_next_rx_buf()
288 tbf = list_entry(bf->list.next, struct ath_buf, list); in ath_get_next_rx_buf()
[all …]
H A Dath9k.h109 struct ath_buf *dd_bufptr;
219 struct ath_buf { struct
221 struct ath_buf *bf_lastbf; /* last buf of this unit (a frame or argument
223 struct ath_buf *bf_next; /* next subframe in the aggregate */ argument
303 struct ath_buf *rx_bufptr;
/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_xmit.c85 struct ath_buf *bf = NULL; in ath_tx_get_buffer()
183 struct ath_buf *bf, *lastbf __unused; in ath_draintxq()
195 bf = list_first_entry(&txq->axq_q, struct ath_buf, in ath_draintxq()
327 struct ath_buf *bf; in ath_tx_txqaddbuf()
337 bf = list_first_entry(head, struct ath_buf, list); in ath_tx_txqaddbuf()
367 struct ath_buf *bf; in ath_tx_send_normal()
369 bf = list_first_entry(bf_head, struct ath_buf, list); in ath_tx_send_normal()
504 struct ath_buf *bf; in ath_tx_setup_buffer()
574 struct ath_buf *bf; in ath_tx_start()
659 struct ath_buf *bf, *lastbf, *bf_held = NULL; in ath_tx_processq()
[all …]
H A Dath9k_recv.c33 static void ath_rx_buf_link(struct ath_softc *sc, struct ath_buf *bf) in ath_rx_buf_link()
101 struct ath_buf *bf; in ath_rx_init()
145 struct ath_buf *bf; in ath_rx_cleanup()
197 struct ath_buf *bf, *tbf; in ath_startrecv()
211 bf = list_first_entry(&sc->rx.rxbuf, struct ath_buf, list); in ath_startrecv()
249 static struct ath_buf *ath_get_next_rx_buf(struct ath_softc *sc, in ath_get_next_rx_buf()
254 struct ath_buf *bf; in ath_get_next_rx_buf()
262 bf = list_first_entry(&sc->rx.rxbuf, struct ath_buf, list); in ath_get_next_rx_buf()
279 struct ath_buf *tbf; in ath_get_next_rx_buf()
288 tbf = list_entry(bf->list.next, struct ath_buf, list); in ath_get_next_rx_buf()
[all …]
H A Dath9k.h109 struct ath_buf *dd_bufptr;
219 struct ath_buf { struct
221 struct ath_buf *bf_lastbf; /* last buf of this unit (a frame or argument
223 struct ath_buf *bf_next; /* next subframe in the aggregate */ argument
303 struct ath_buf *rx_bufptr;
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_xmit.c85 struct ath_buf *bf = NULL; in ath_tx_get_buffer()
183 struct ath_buf *bf, *lastbf __unused; in ath_draintxq()
195 bf = list_first_entry(&txq->axq_q, struct ath_buf, in ath_draintxq()
327 struct ath_buf *bf; in ath_tx_txqaddbuf()
337 bf = list_first_entry(head, struct ath_buf, list); in ath_tx_txqaddbuf()
367 struct ath_buf *bf; in ath_tx_send_normal()
369 bf = list_first_entry(bf_head, struct ath_buf, list); in ath_tx_send_normal()
504 struct ath_buf *bf; in ath_tx_setup_buffer()
574 struct ath_buf *bf; in ath_tx_start()
659 struct ath_buf *bf, *lastbf, *bf_held = NULL; in ath_tx_processq()
[all …]
H A Dath9k_recv.c33 static void ath_rx_buf_link(struct ath_softc *sc, struct ath_buf *bf) in ath_rx_buf_link()
101 struct ath_buf *bf; in ath_rx_init()
145 struct ath_buf *bf; in ath_rx_cleanup()
197 struct ath_buf *bf, *tbf; in ath_startrecv()
211 bf = list_first_entry(&sc->rx.rxbuf, struct ath_buf, list); in ath_startrecv()
249 static struct ath_buf *ath_get_next_rx_buf(struct ath_softc *sc, in ath_get_next_rx_buf()
254 struct ath_buf *bf; in ath_get_next_rx_buf()
262 bf = list_first_entry(&sc->rx.rxbuf, struct ath_buf, list); in ath_get_next_rx_buf()
279 struct ath_buf *tbf; in ath_get_next_rx_buf()
288 tbf = list_entry(bf->list.next, struct ath_buf, list); in ath_get_next_rx_buf()
[all …]
H A Dath9k.h109 struct ath_buf *dd_bufptr;
219 struct ath_buf { struct
221 struct ath_buf *bf_lastbf; /* last buf of this unit (a frame or argument
223 struct ath_buf *bf_next; /* next subframe in the aggregate */ argument
303 struct ath_buf *rx_bufptr;
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_xmit.c85 struct ath_buf *bf = NULL; in ath_tx_get_buffer()
183 struct ath_buf *bf, *lastbf __unused; in ath_draintxq()
195 bf = list_first_entry(&txq->axq_q, struct ath_buf, in ath_draintxq()
327 struct ath_buf *bf; in ath_tx_txqaddbuf()
337 bf = list_first_entry(head, struct ath_buf, list); in ath_tx_txqaddbuf()
367 struct ath_buf *bf; in ath_tx_send_normal()
369 bf = list_first_entry(bf_head, struct ath_buf, list); in ath_tx_send_normal()
504 struct ath_buf *bf; in ath_tx_setup_buffer()
574 struct ath_buf *bf; in ath_tx_start()
659 struct ath_buf *bf, *lastbf, *bf_held = NULL; in ath_tx_processq()
[all …]
H A Dath9k_recv.c33 static void ath_rx_buf_link(struct ath_softc *sc, struct ath_buf *bf) in ath_rx_buf_link()
101 struct ath_buf *bf; in ath_rx_init()
145 struct ath_buf *bf; in ath_rx_cleanup()
197 struct ath_buf *bf, *tbf; in ath_startrecv()
211 bf = list_first_entry(&sc->rx.rxbuf, struct ath_buf, list); in ath_startrecv()
249 static struct ath_buf *ath_get_next_rx_buf(struct ath_softc *sc, in ath_get_next_rx_buf()
254 struct ath_buf *bf; in ath_get_next_rx_buf()
262 bf = list_first_entry(&sc->rx.rxbuf, struct ath_buf, list); in ath_get_next_rx_buf()
279 struct ath_buf *tbf; in ath_get_next_rx_buf()
288 tbf = list_entry(bf->list.next, struct ath_buf, list); in ath_get_next_rx_buf()
[all …]
H A Dath9k.h109 struct ath_buf *dd_bufptr;
219 struct ath_buf { struct
221 struct ath_buf *bf_lastbf; /* last buf of this unit (a frame or argument
223 struct ath_buf *bf_next; /* next subframe in the aggregate */ argument
303 struct ath_buf *rx_bufptr;
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_xmit.c85 struct ath_buf *bf = NULL; in ath_tx_get_buffer()
183 struct ath_buf *bf, *lastbf __unused; in ath_draintxq()
195 bf = list_first_entry(&txq->axq_q, struct ath_buf, in ath_draintxq()
327 struct ath_buf *bf; in ath_tx_txqaddbuf()
337 bf = list_first_entry(head, struct ath_buf, list); in ath_tx_txqaddbuf()
367 struct ath_buf *bf; in ath_tx_send_normal()
369 bf = list_first_entry(bf_head, struct ath_buf, list); in ath_tx_send_normal()
504 struct ath_buf *bf; in ath_tx_setup_buffer()
574 struct ath_buf *bf; in ath_tx_start()
659 struct ath_buf *bf, *lastbf, *bf_held = NULL; in ath_tx_processq()
[all …]
H A Dath9k_recv.c33 static void ath_rx_buf_link(struct ath_softc *sc, struct ath_buf *bf) in ath_rx_buf_link()
101 struct ath_buf *bf; in ath_rx_init()
145 struct ath_buf *bf; in ath_rx_cleanup()
197 struct ath_buf *bf, *tbf; in ath_startrecv()
211 bf = list_first_entry(&sc->rx.rxbuf, struct ath_buf, list); in ath_startrecv()
249 static struct ath_buf *ath_get_next_rx_buf(struct ath_softc *sc, in ath_get_next_rx_buf()
254 struct ath_buf *bf; in ath_get_next_rx_buf()
262 bf = list_first_entry(&sc->rx.rxbuf, struct ath_buf, list); in ath_get_next_rx_buf()
279 struct ath_buf *tbf; in ath_get_next_rx_buf()
288 tbf = list_entry(bf->list.next, struct ath_buf, list); in ath_get_next_rx_buf()
[all …]
H A Dath9k.h109 struct ath_buf *dd_bufptr;
219 struct ath_buf { struct
221 struct ath_buf *bf_lastbf; /* last buf of this unit (a frame or argument
223 struct ath_buf *bf_next; /* next subframe in the aggregate */ argument
303 struct ath_buf *rx_bufptr;
/dports/net/ipxe/ipxe-2265a65/src/drivers/net/ath/ath9k/
H A Dath9k_xmit.c85 struct ath_buf *bf = NULL; in ath_tx_get_buffer()
183 struct ath_buf *bf, *lastbf __unused; in ath_draintxq()
195 bf = list_first_entry(&txq->axq_q, struct ath_buf, in ath_draintxq()
327 struct ath_buf *bf; in ath_tx_txqaddbuf()
337 bf = list_first_entry(head, struct ath_buf, list); in ath_tx_txqaddbuf()
367 struct ath_buf *bf; in ath_tx_send_normal()
369 bf = list_first_entry(bf_head, struct ath_buf, list); in ath_tx_send_normal()
504 struct ath_buf *bf; in ath_tx_setup_buffer()
574 struct ath_buf *bf; in ath_tx_start()
659 struct ath_buf *bf, *lastbf, *bf_held = NULL; in ath_tx_processq()
[all …]
H A Dath9k_recv.c33 static void ath_rx_buf_link(struct ath_softc *sc, struct ath_buf *bf) in ath_rx_buf_link()
101 struct ath_buf *bf; in ath_rx_init()
145 struct ath_buf *bf; in ath_rx_cleanup()
197 struct ath_buf *bf, *tbf; in ath_startrecv()
211 bf = list_first_entry(&sc->rx.rxbuf, struct ath_buf, list); in ath_startrecv()
249 static struct ath_buf *ath_get_next_rx_buf(struct ath_softc *sc, in ath_get_next_rx_buf()
254 struct ath_buf *bf; in ath_get_next_rx_buf()
262 bf = list_first_entry(&sc->rx.rxbuf, struct ath_buf, list); in ath_get_next_rx_buf()
279 struct ath_buf *tbf; in ath_get_next_rx_buf()
288 tbf = list_entry(bf->list.next, struct ath_buf, list); in ath_get_next_rx_buf()
[all …]
H A Dath9k.h109 struct ath_buf *dd_bufptr;
219 struct ath_buf { struct
221 struct ath_buf *bf_lastbf; /* last buf of this unit (a frame or argument
223 struct ath_buf *bf_next; /* next subframe in the aggregate */ argument
303 struct ath_buf *rx_bufptr;
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_xmit.c85 struct ath_buf *bf = NULL; in ath_tx_get_buffer()
183 struct ath_buf *bf, *lastbf __unused; in ath_draintxq()
195 bf = list_first_entry(&txq->axq_q, struct ath_buf, in ath_draintxq()
327 struct ath_buf *bf; in ath_tx_txqaddbuf()
337 bf = list_first_entry(head, struct ath_buf, list); in ath_tx_txqaddbuf()
367 struct ath_buf *bf; in ath_tx_send_normal()
369 bf = list_first_entry(bf_head, struct ath_buf, list); in ath_tx_send_normal()
504 struct ath_buf *bf; in ath_tx_setup_buffer()
574 struct ath_buf *bf; in ath_tx_start()
659 struct ath_buf *bf, *lastbf, *bf_held = NULL; in ath_tx_processq()
[all …]
H A Dath9k_recv.c33 static void ath_rx_buf_link(struct ath_softc *sc, struct ath_buf *bf) in ath_rx_buf_link()
101 struct ath_buf *bf; in ath_rx_init()
145 struct ath_buf *bf; in ath_rx_cleanup()
197 struct ath_buf *bf, *tbf; in ath_startrecv()
211 bf = list_first_entry(&sc->rx.rxbuf, struct ath_buf, list); in ath_startrecv()
249 static struct ath_buf *ath_get_next_rx_buf(struct ath_softc *sc, in ath_get_next_rx_buf()
254 struct ath_buf *bf; in ath_get_next_rx_buf()
262 bf = list_first_entry(&sc->rx.rxbuf, struct ath_buf, list); in ath_get_next_rx_buf()
279 struct ath_buf *tbf; in ath_get_next_rx_buf()
288 tbf = list_entry(bf->list.next, struct ath_buf, list); in ath_get_next_rx_buf()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_xmit.c85 struct ath_buf *bf = NULL; in ath_tx_get_buffer()
183 struct ath_buf *bf, *lastbf __unused; in ath_draintxq()
195 bf = list_first_entry(&txq->axq_q, struct ath_buf, in ath_draintxq()
327 struct ath_buf *bf; in ath_tx_txqaddbuf()
337 bf = list_first_entry(head, struct ath_buf, list); in ath_tx_txqaddbuf()
367 struct ath_buf *bf; in ath_tx_send_normal()
369 bf = list_first_entry(bf_head, struct ath_buf, list); in ath_tx_send_normal()
504 struct ath_buf *bf; in ath_tx_setup_buffer()
574 struct ath_buf *bf; in ath_tx_start()
659 struct ath_buf *bf, *lastbf, *bf_held = NULL; in ath_tx_processq()
[all …]
H A Dath9k_recv.c33 static void ath_rx_buf_link(struct ath_softc *sc, struct ath_buf *bf) in ath_rx_buf_link()
101 struct ath_buf *bf; in ath_rx_init()
145 struct ath_buf *bf; in ath_rx_cleanup()
197 struct ath_buf *bf, *tbf; in ath_startrecv()
211 bf = list_first_entry(&sc->rx.rxbuf, struct ath_buf, list); in ath_startrecv()
249 static struct ath_buf *ath_get_next_rx_buf(struct ath_softc *sc, in ath_get_next_rx_buf()
254 struct ath_buf *bf; in ath_get_next_rx_buf()
262 bf = list_first_entry(&sc->rx.rxbuf, struct ath_buf, list); in ath_get_next_rx_buf()
279 struct ath_buf *tbf; in ath_get_next_rx_buf()
288 tbf = list_entry(bf->list.next, struct ath_buf, list); in ath_get_next_rx_buf()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/ath/ath9k/
H A Dxmit.c158 struct ath_buf *bf) in ath_set_rates()
236 struct ath_buf *bf; in ath_tx_flush_tid()
321 struct ath_buf *bf; in ath_tid_drain()
392 struct ath_buf *tbf; in ath_clone_txbuf()
597 struct ath_buf *tbf; in ath_tx_complete_aggr()
665 struct ath_buf *bf, in ath_tx_count_airtime()
899 struct ath_buf *bf; in ath_tx_get_tid_subframe()
2161 struct ath_buf *bf; in ath_tx_setup_buffer()
2285 struct ath_buf *bf; in ath_tx_start()
2349 struct ath_buf *bf; in ath_tx_cabq()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/wireless/ath/ath9k/
H A Dxmit.c158 struct ath_buf *bf) in ath_set_rates()
236 struct ath_buf *bf; in ath_tx_flush_tid()
321 struct ath_buf *bf; in ath_tid_drain()
392 struct ath_buf *tbf; in ath_clone_txbuf()
597 struct ath_buf *tbf; in ath_tx_complete_aggr()
665 struct ath_buf *bf, in ath_tx_count_airtime()
899 struct ath_buf *bf; in ath_tx_get_tid_subframe()
2161 struct ath_buf *bf; in ath_tx_setup_buffer()
2285 struct ath_buf *bf; in ath_tx_start()
2349 struct ath_buf *bf; in ath_tx_cabq()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/wireless/ath/ath9k/
H A Dxmit.c158 struct ath_buf *bf) in ath_set_rates()
236 struct ath_buf *bf; in ath_tx_flush_tid()
321 struct ath_buf *bf; in ath_tid_drain()
392 struct ath_buf *tbf; in ath_clone_txbuf()
597 struct ath_buf *tbf; in ath_tx_complete_aggr()
665 struct ath_buf *bf, in ath_tx_count_airtime()
899 struct ath_buf *bf; in ath_tx_get_tid_subframe()
2161 struct ath_buf *bf; in ath_tx_setup_buffer()
2285 struct ath_buf *bf; in ath_tx_start()
2349 struct ath_buf *bf; in ath_tx_cabq()
[all …]

123