Home
last modified time | relevance | path

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

/drivers/net/wireless/purelifi/plfxlc/
A Dusb.h109 #define MAX_STA_NUM (AP_USER_LIMIT + 1) macro
120 struct plf_station station[MAX_STA_NUM];
A 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()
565 for (sidx = 0; sidx < MAX_STA_NUM - 1; sidx++) { in sta_queue_cleanup_timer_callb()
673 for (i = 0; i < MAX_STA_NUM; i++) { in probe()
A Dmac.c301 for (sidx = 0; sidx < MAX_STA_NUM; sidx++) { in plfxlc_op_tx()
447 for (sidx = 0; sidx < MAX_STA_NUM - 1; sidx++) { in plfxlc_mac_rx()
456 if (sidx == MAX_STA_NUM - 1) { in plfxlc_mac_rx()
457 for (sidx = 0; sidx < MAX_STA_NUM - 1; sidx++) { in plfxlc_mac_rx()

Completed in 9 milliseconds