Searched refs:axq_link (Results 1 - 5 of 5) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath.c3762 dst->axq_link = src->axq_link;
3763 src->axq_link = NULL;
3958 txq->axq_link = NULL;
4406 txq->axq_link);
4412 txq->axq_link,
4487 txq->axq_link = NULL;
4958 txq->axq_link = NULL;
5055 txq->axq_link,
5171 &sc->sc_txq[i].axq_link);
[all...]
H A Dif_ath_tx_edma.c740 sc->sc_txq[i].axq_link = NULL;
H A Dif_ath_tx.c786 * then axq_link should be pointing to the holdingbf.
795 * For now this is captured by having axq_link point
798 * I'd rather just kill axq_link here and do it as above.
816 * to kill axq_link with fire.
818 if (txq->axq_link != NULL) {
819 *txq->axq_link = bf->bf_daddr;
822 txq->axq_qnum, txq->axq_link,
828 txq->axq_qnum, txq->axq_link,
882 ath_hal_gettxdesclinkptr(ah, bf->bf_lastds, &txq->axq_link);
950 &txq->axq_link);
[all...]
H A Dif_ath_beacon.c643 cabq->axq_link = NULL;
800 * We can't use axq_link here because
H A Dif_athvar.h360 u_int32_t *axq_link; /* link ptr in last TX desc */ member in struct:ath_txq

Completed in 72 milliseconds