Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/purelifi/plfxlc/
H A Dusb.h109 #define MAX_STA_NUM (AP_USER_LIMIT + 1) macro
120 struct plf_station station[MAX_STA_NUM];
H 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()
563 for (sidx = 0; sidx < MAX_STA_NUM - 1; sidx++) { in sta_queue_cleanup_timer_callb()
671 for (i = 0; i < MAX_STA_NUM; i++) { in probe()
H A 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()