Searched refs:max_assoc_sta (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/net/wireless/ath/wil6210/
H A Dtxrx.c402 if (wil->max_assoc_sta <= WIL6210_RX_DESC_MAX_CID)
417 for (i = cid; i < wil->max_assoc_sta; i += WIL6210_RX_DESC_MAX_CID) {
424 if (i >= wil->max_assoc_sta) {
1228 wil->ring2cid_tid[id][0] = wil->max_assoc_sta;
1314 wil->ring2cid_tid[ring_id][0] = wil->max_assoc_sta;
1361 wil->ring2cid_tid[id][0] = wil->max_assoc_sta; /* CID */
1410 if (cid < 0 || cid >= wil->max_assoc_sta)
1462 if (cid >= wil->max_assoc_sta) /* skip BCAST */
1569 if (cid >= wil->max_assoc_sta) /* skip BCAST */
1597 if (cid >= wil->max_assoc_sta) /* ski
[all...]
H A Ddebugfs.c170 if (cid < wil->max_assoc_sta)
834 if (p1 < 0 || p1 >= wil->max_assoc_sta) {
1289 for (i = 0; i < wil->max_assoc_sta; i++) {
1399 for (i = 0; i < wil->max_assoc_sta; i++) {
1603 for (i = 0; i < wil->max_assoc_sta; i++) {
1712 for (i = 0; i < wil->max_assoc_sta; i++) {
1801 for (i = 0; i < wil->max_assoc_sta; i++) {
1887 for (i = 0; i < wil->max_assoc_sta; i++) {
2480 for (i = 0; i < wil->max_assoc_sta; i++)
H A Dmain.c233 for (i = 0; i < wil->max_assoc_sta; i++) {
336 for (cid = 0; cid < wil->max_assoc_sta; cid++)
449 for (cid = 0; cid < wil->max_assoc_sta; cid++)
748 wil->max_assoc_sta = max_assoc_sta;
1936 for (i = 0; i < wil->max_assoc_sta; i++) {
H A Dwmi.c17 uint max_assoc_sta = WIL6210_MAX_CID; variable
18 module_param(max_assoc_sta, uint, 0444);
19 MODULE_PARM_DESC(max_assoc_sta, " Max number of stations associated to the AP");
792 if (len > offsetof(struct wmi_ready_event, max_assoc_sta) &&
793 evt->max_assoc_sta > 0) {
794 fw_max_assoc_sta = evt->max_assoc_sta;
806 wil->max_assoc_sta = min_t(uint, max_assoc_sta, fw_max_assoc_sta);
807 wil_dbg_wmi(wil, "setting max assoc sta to %d\n", wil->max_assoc_sta);
980 if (evt->cid >= wil->max_assoc_sta) {
[all...]
H A Dwil6210.h31 extern uint max_assoc_sta;
948 u32 max_assoc_sta; /* max sta's supported by the driver and the FW */ member in struct:wil6210_priv
1155 return (cid >= 0 && cid < wil->max_assoc_sta && cid < WIL6210_MAX_CID);
H A Drx_reorder.c326 if (cid >= wil->max_assoc_sta) {
H A Dtxrx_edma.c737 wil->ring2cid_tid[ring_id][0] = wil->max_assoc_sta;
952 if (unlikely(!wil_val_in_range(cid, 0, wil->max_assoc_sta))) {
1217 stats = (cid < wil->max_assoc_sta) ? &wil->sta[cid].stats :
H A Dcfg80211.c562 for (i = 0; i < wil->max_assoc_sta; i++) {
3292 for (i = 0; i < wil->max_assoc_sta; i++) {
H A Dwmi.h2300 u8 max_assoc_sta; member in struct:wmi_ready_event

Completed in 217 milliseconds