Searched defs:aggrLen (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/ |
H A D | ath9k_ar9002_mac.c | 383 u32 aggrLen) 389 ads->ds_ctl6 |= SM(aggrLen, AR_AggrLen); 382 ar9002_hw_set11n_aggr_first(struct ath_hw *ah __unused, void *ds, u32 aggrLen) argument
|
H A D | ath9k_ar9003_mac.c | 425 u32 aggrLen) 442 aggrLen += (FIRST_DESC_NDELIMS - ndelim) * 4; 447 ctl17 |= SM(aggrLen, AR_AggrLen); 455 ads->ctl17 |= SM(aggrLen, AR_AggrLen); 424 ar9003_hw_set11n_aggr_first(struct ath_hw *ah, void *ds, u32 aggrLen) argument
|
H A D | hw-ops.h | 98 u32 aggrLen) 100 ath9k_hw_ops(ah)->set11n_aggr_first(ah, ds, aggrLen); 97 ath9k_hw_set11n_aggr_first(struct ath_hw *ah, void *ds, u32 aggrLen) argument
|
Completed in 120 milliseconds