Searched refs:SSV_NUM_STA (Results 1 – 3 of 3) sorted by relevance
25 #define SSV_NUM_STA 8 macro
1184 if ((wsid < 0) || (wsid >= SSV_NUM_STA)) in _write_pairwise_key_to_hw()3819 for (s=0; s<SSV_NUM_STA; s++, sta_info++)3835 if (s >= SSV_NUM_STA)3859 for (; s < SSV_NUM_STA; s++)3904 if (s >= SSV_NUM_STA)3906 dev_err(sc->dev, "Number of STA exceeds driver limitation %d\n.", SSV_NUM_STA);4011 BUG_ON(sta_priv_dat->sta_idx >= SSV_NUM_STA);4086 for(s=0; s<SSV_NUM_STA; s++, sta_info++) {5374 if ((rxdesc->wsid >= 0) && (rxdesc->wsid < SSV_NUM_STA))5405 for (j = 0; j < SSV_NUM_STA; j++)[all …]
348 struct ssv_sta_info sta_info[SSV_NUM_STA];