Searched defs:buf_addr (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_ar9002_mac.c184 const void *ds0, u32 buf_addr,
189 ads->ds_data = buf_addr;
182 ar9002_hw_fill_txdesc(struct ath_hw *ah __unused, void *ds, u32 seglen, int is_firstseg, int is_lastseg, const void *ds0, u32 buf_addr, unsigned int qcu __unused) argument
H A Dath9k_ar9003_mac.c203 const void *ds0, u32 buf_addr,
214 ads->data0 = buf_addr;
534 void *buf_addr)
536 struct ar9003_rxs *rxsp = (struct ar9003_rxs *) buf_addr;
201 ar9003_hw_fill_txdesc(struct ath_hw *ah __unused, void *ds, u32 seglen, int is_firstseg, int is_lastseg, const void *ds0, u32 buf_addr, unsigned int qcu) argument
533 ath9k_hw_process_rxdesc_edma(struct ath_hw *ah __unused, struct ath_rx_status *rxs, void *buf_addr) argument
H A Dhw-ops.h62 const void *ds0, u32 buf_addr,
66 ds0, buf_addr, qcu);
60 ath9k_hw_filltxdesc(struct ath_hw *ah, void *ds, u32 seglen, int is_firstseg, int is_lastseg, const void *ds0, u32 buf_addr, unsigned int qcu) argument

Completed in 184 milliseconds