Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/purelifi/plfxlc/
Dusb.h109 #define MAX_STA_NUM (AP_USER_LIMIT + 1) macro
120 struct plf_station station[MAX_STA_NUM];
Dusb.c46 usb->sidx = (usb->sidx + 1) % MAX_STA_NUM; in plfxlc_send_packet_from_data_queue()
136 for (sidx = 0; sidx < MAX_STA_NUM; sidx++) in rx_urb_complete()
142 for (sidx = 0; sidx < MAX_STA_NUM; sidx++) in rx_urb_complete()
559 for (sidx = 0; sidx < MAX_STA_NUM - 1; sidx++) { in sta_queue_cleanup_timer_callb()
667 for (i = 0; i < MAX_STA_NUM; i++) { in probe()
Dmac.c308 for (sidx = 0; sidx < MAX_STA_NUM; sidx++) { in plfxlc_op_tx()
454 for (sidx = 0; sidx < MAX_STA_NUM - 1; sidx++) { in plfxlc_mac_rx()
463 if (sidx == MAX_STA_NUM - 1) { in plfxlc_mac_rx()
464 for (sidx = 0; sidx < MAX_STA_NUM - 1; sidx++) { in plfxlc_mac_rx()