Searched refs:ath_desc (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_ath9k.h137 struct ath_desc { struct
1041 boolean_t ath9k_hw_filltxdesc(struct ath_hal *ah, struct ath_desc *ds,
1043 boolean_t lastSeg, const struct ath_desc *ds0);
1044 void ath9k_hw_cleartxdesc(struct ath_hal *ah, struct ath_desc *ds);
1045 int ath9k_hw_txprocdesc(struct ath_hal *ah, struct ath_desc *ds);
1046 void ath9k_hw_set11n_txdesc(struct ath_hal *ah, struct ath_desc *ds,
1049 void ath9k_hw_set11n_ratescenario(struct ath_hal *ah, struct ath_desc *ds,
1050 struct ath_desc *lastds,
1055 void ath9k_hw_set11n_aggr_first(struct ath_hal *ah, struct ath_desc *ds,
1057 void ath9k_hw_set11n_aggr_middle(struct ath_hal *ah, struct ath_desc *d
[all...]
H A Darn_recv.c37 struct ath_desc *ds;
90 arn_rx_prepare(struct ath_desc *ds, struct arn_softc *sc)
403 struct ath_desc *ds = bf->bf_desc;
419 ((struct ath_desc *)((caddr_t)(_sc)->sc_desc + \
425 struct ath_desc *ds;
469 struct ath_desc *tds;
H A Darn_mac.c258 ath9k_hw_filltxdesc(struct ath_hal *ah, struct ath_desc *ds,
260 boolean_t lastSeg, const struct ath_desc *ds0)
288 ath9k_hw_cleartxdesc(struct ath_hal *ah, struct ath_desc *ds)
300 ath9k_hw_txprocdesc(struct ath_hal *ah, struct ath_desc *ds)
388 ath9k_hw_set11n_txdesc(struct ath_hal *ah, struct ath_desc *ds,
427 ath9k_hw_set11n_ratescenario(struct ath_hal *ah, struct ath_desc *ds,
428 struct ath_desc *lastds,
487 ath9k_hw_set11n_aggr_first(struct ath_hal *ah, struct ath_desc *ds,
499 ath9k_hw_set11n_aggr_middle(struct ath_hal *ah, struct ath_desc *ds,
515 ath9k_hw_set11n_aggr_last(struct ath_hal *ah, struct ath_desc *d
[all...]
H A Darn_core.h384 struct ath_desc *bf_desc; /* virtual addr of desc */
472 struct ath_desc *axq_lastdsWithCTS;
478 struct ath_desc *axq_gatingds;
870 struct ath_desc *sc_desc;
H A Darn_xmit.c106 static void arn_tx_rc_status(struct ath_buf *bf, struct ath_desc *ds,
361 struct ath_desc *ds = bf_last->bf_desc;
1056 struct ath_desc *ds = bf_last->bf_desc;
1296 struct ath_desc *ds = bf->bf_desc;
1297 struct ath_desc *lastds = bf->bf_desc; /* temp workground */
1863 struct ath_desc *ds;
2146 struct ath_desc *ds = bf->bf_desc;
2161 struct ath_desc *ds,
2190 struct ath_desc *ds;
H A Darn_beacon.c45 struct ath_desc *ds;
H A Darn_main.c352 struct ath_desc **pds,
359 struct ath_desc *ds = *pds;
432 struct ath_desc *ds;
436 size = sizeof (struct ath_desc) * (ATH_TXBUF + ATH_RXBUF + ATH_BCBUF);
438 size = sizeof (struct ath_desc) * (ATH_TXBUF + ATH_RXBUF);
446 sc->sc_desc = (struct ath_desc *)sc->sc_desc_dma.mem_va;
/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_impl.h116 ((struct ath_desc *)((caddr_t)(_asc)->asc_desc + \
225 struct ath_desc *bf_desc; /* virtual addr of desc */
281 struct ath_desc *asc_desc; /* TX/RX descriptors */
H A Dath_hal.h821 struct ath_desc { struct
906 HAL_BOOL (*ah_setupTxDesc) (struct ath_hal *, struct ath_desc *,
915 HAL_BOOL (*ah_setupXTxDesc) (struct ath_hal *, struct ath_desc *,
919 HAL_BOOL (*ah_fillTxDesc) (struct ath_hal *, struct ath_desc *,
921 HAL_BOOL lastSeg, const struct ath_desc *);
922 HAL_STATUS (*ah_procTxDesc)(struct ath_hal *, struct ath_desc *,
925 void (*ah_reqTxIntrDesc)(struct ath_hal *, struct ath_desc *);
942 HAL_BOOL (*ah_setupRxDesc) (struct ath_hal *, struct ath_desc *,
944 HAL_STATUS (*ah_procRxDesc) (struct ath_hal *, struct ath_desc *,
945 uint32_t phyAddr, struct ath_desc *nex
[all...]
H A Dath_main.c305 struct ath_desc *ds;
388 struct ath_buf **pbf, struct ath_desc **pds, int nbuf, uint_t dmabflags)
392 struct ath_desc *ds = *pds;
463 struct ath_desc *ds;
466 size = sizeof (struct ath_desc) * (ATH_TXBUF + ATH_RXBUF);
473 asc->asc_desc = (struct ath_desc *)asc->asc_desc_dma.mem_va;
515 struct ath_desc *ds = bf->bf_desc;
533 struct ath_desc *ds;
649 struct ath_desc *ds = bf->bf_desc;
678 struct ath_desc *d
[all...]

Completed in 634 milliseconds