Searched refs:fail_count (Results 1 – 1 of 1) sorted by relevance
1604 MrvlIEtypes_FailureCount_t *fail_count = MNULL; local1636 fail_count = (MrvlIEtypes_FailureCount_t *)tlv;1637 sub_evt->failure_count = fail_count->value;1638 sub_evt->failure_count_freq = fail_count->frequency;1740 MrvlIEtypes_FailureCount_t *fail_count = MNULL; local1793 fail_count = (MrvlIEtypes_FailureCount_t *)tlv;1794 fail_count->header.type = wlan_cpu_to_le16(TLV_TYPE_FAILCOUNT);1795 …fail_count->header.len = wlan_cpu_to_le16(sizeof(MrvlIEtypes_FailureCount_t) - sizeof(MrvlIEtypes…1796 fail_count->value = sub_evt->failure_count;1797 fail_count->frequency = sub_evt->failure_count_freq;