Home
last modified time | relevance | path

Searched refs:max_agg_wsize (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/net/wireless/ath/wil6210/
Drx_reorder.c299 u16 max_agg_size = min_t(u16, wil->max_agg_wsize, wil->max_ampdu_size / in wil_agg_size()
358 wil->max_agg_wsize); in wil_addba_rx_request()
359 agg_wsize = wil->max_agg_wsize; in wil_addba_rx_request()
361 agg_wsize = min_t(u16, wil->max_agg_wsize, req_agg_wsize); in wil_addba_rx_request()
Dmain.c1281 wil->max_agg_wsize = WIL_MAX_AGG_WSIZE_64; in wil_refresh_fw_capabilities()
1284 wil->max_agg_wsize = WIL_MAX_AGG_WSIZE; in wil_refresh_fw_capabilities()
Dwil6210.h1071 u32 max_agg_wsize; member