Searched refs:srl (Results 1 – 3 of 3) sorted by relevance
481 #define TW_MAX_LUNS(srl) (srl < TW_FW_SRL_LUNS_SUPPORTED ? 1 : 16) argument
313 int brcms_c_set_rate_limit(struct brcms_c_info *wlc, u16 srl, u16 lrl);
5404 int brcms_c_set_rate_limit(struct brcms_c_info *wlc, u16 srl, u16 lrl) in brcms_c_set_rate_limit() argument5408 if (srl < 1 || srl > RETRY_SHORT_MAX || in brcms_c_set_rate_limit()5412 wlc->SRL = srl; in brcms_c_set_rate_limit()