Searched defs:ath_desc (Results 1 - 2 of 2) 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...]
/illumos-gate/usr/src/uts/common/io/ath/
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...]

Completed in 54 milliseconds