Searched refs:ath_desc (Results 1 - 10 of 10) sorted by relevance
/illumos-gate/usr/src/uts/common/io/arn/ |
H A D | arn_ath9k.h | 137 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 D | arn_recv.c | 37 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 D | arn_mac.c | 258 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 D | arn_core.h | 384 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 D | arn_xmit.c | 106 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 D | arn_beacon.c | 45 struct ath_desc *ds;
|
H A D | arn_main.c | 352 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 D | ath_impl.h | 116 ((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 D | ath_hal.h | 821 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 D | ath_main.c | 305 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 77 milliseconds