Home
last modified time | relevance | path

Searched refs:tup_len (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_custom_cis.c936 int tup, tup_len = 0; in dhd_find_tuple_list_from_otp() local
954 tup_len = 0; in dhd_find_tuple_list_from_otp()
956 tup_len = g_cis_buf[idx++]; in dhd_find_tuple_list_from_otp()
957 if ((idx + tup_len) > buf_len) { in dhd_find_tuple_list_from_otp()
962 tup_len != CIS_TUPLE_NULL && in dhd_find_tuple_list_from_otp()
974 *req_tup_len = tup_len; in dhd_find_tuple_list_from_otp()
976 tup_len--; in dhd_find_tuple_list_from_otp()
979 idx += tup_len; in dhd_find_tuple_list_from_otp()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_custom_cis.c936 int tup, tup_len = 0; in dhd_find_tuple_list_from_otp() local
954 tup_len = 0; in dhd_find_tuple_list_from_otp()
956 tup_len = g_cis_buf[idx++]; in dhd_find_tuple_list_from_otp()
957 if ((idx + tup_len) > buf_len) { in dhd_find_tuple_list_from_otp()
962 tup_len != CIS_TUPLE_NULL && in dhd_find_tuple_list_from_otp()
974 *req_tup_len = tup_len; in dhd_find_tuple_list_from_otp()
976 tup_len--; in dhd_find_tuple_list_from_otp()
979 idx += tup_len; in dhd_find_tuple_list_from_otp()