/linux/drivers/net/wireless/ath/ath10k/ |
A D | qmi_wlfw_v01.c | 16 .tlv_type = 0, 25 .tlv_type = 0, 34 .tlv_type = 0, 43 .tlv_type = 0, 52 .tlv_type = 0, 65 .tlv_type = 0, 74 .tlv_type = 0, 83 .tlv_type = 0, 96 .tlv_type = 0, 105 .tlv_type = 0, [all …]
|
/linux/drivers/net/ipa/ |
A D | ipa_qmi_msg.c | 19 .tlv_type = 0x10, 29 .tlv_type = 0x10, 39 .tlv_type = 0x11, 49 .tlv_type = 0x11, 59 .tlv_type = 0x12, 69 .tlv_type = 0x12, 79 .tlv_type = 0x13, 89 .tlv_type = 0x13, 99 .tlv_type = 0x14, 109 .tlv_type = 0x14, [all …]
|
/linux/drivers/net/wireless/ath/ath11k/ |
A D | qmi.c | 29 .tlv_type = 0x10, 38 .tlv_type = 0x10, 47 .tlv_type = 0x11, 56 .tlv_type = 0x11, 65 .tlv_type = 0x12, 74 .tlv_type = 0x12, 83 .tlv_type = 0x12, 92 .tlv_type = 0x13, 558 .tlv_type = 0, 566 .tlv_type = 0, [all …]
|
/linux/drivers/soc/qcom/ |
A D | pdr_internal.h | 37 .tlv_type = 0, 46 .tlv_type = 0, 55 .tlv_type = 0, 64 .tlv_type = 0, 83 .tlv_type = 0x01, 92 .tlv_type = 0x10, 101 .tlv_type = 0x10, 125 .tlv_type = 0x02, 135 .tlv_type = 0x10, 144 .tlv_type = 0x10, [all …]
|
A D | qmi_encdec.c | 83 u8 tlv_type; in skip_to_next_elem() local 89 tlv_type = temp_ei->tlv_type; in skip_to_next_elem() 91 } while (tlv_type == temp_ei->tlv_type); in skip_to_next_elem() 302 u8 tlv_type; in qmi_encode() local 318 tlv_type = temp_ei->tlv_type; in qmi_encode() 573 if (temp_ei->tlv_type == (u8)type) in find_ei() 603 u32 tlv_type; in qmi_decode() local 614 QMI_ENCDEC_DECODE_TLV(&tlv_type, in qmi_decode() 790 .tlv_type = QMI_COMMON_TLV_TYPE, 799 .tlv_type = QMI_COMMON_TLV_TYPE, [all …]
|
/linux/samples/qmi/ |
A D | qmi_sample_client.c | 51 .tlv_type = QMI_COMMON_TLV_TYPE, 60 .tlv_type = QMI_COMMON_TLV_TYPE, 80 .tlv_type = PING_REQ1_TLV_TYPE, 89 .tlv_type = PING_OPT1_TLV_TYPE, 98 .tlv_type = PING_OPT1_TLV_TYPE, 132 .tlv_type = PING_OPT1_TLV_TYPE, 141 .tlv_type = PING_OPT1_TLV_TYPE, 150 .tlv_type = PING_OPT2_TLV_TYPE, 159 .tlv_type = PING_OPT2_TLV_TYPE, 181 .tlv_type = DATA_REQ1_TLV_TYPE, [all …]
|
/linux/drivers/net/ethernet/qlogic/qed/ |
A D | qed_mng_tlv.c | 32 switch (tlv_type) { in qed_mfw_get_tlv_group() 250 switch (p_tlv->tlv_type) { in qed_mfw_get_gen_tlv_value() 312 switch (p_tlv->tlv_type) { in qed_mfw_get_eth_tlv_value() 449 switch (p_tlv->tlv_type) { in qed_mfw_get_fcoe_tlv_value() 635 idx = (p_tlv->tlv_type - in qed_mfw_get_fcoe_tlv_value() 686 idx = p_tlv->tlv_type - in qed_mfw_get_fcoe_tlv_value() 700 idx = p_tlv->tlv_type - in qed_mfw_get_fcoe_tlv_value() 761 idx = (p_tlv->tlv_type - in qed_mfw_get_fcoe_tlv_value() 783 idx = (p_tlv->tlv_type - in qed_mfw_get_fcoe_tlv_value() 887 idx = (p_tlv->tlv_type - in qed_mfw_get_fcoe_tlv_value() [all …]
|
A D | qed_mcp.h | 783 u8 tlv_type; member
|
/linux/drivers/net/wireless/intel/iwlwifi/fw/ |
A D | uefi.c | 78 u32 tlv_len, tlv_type; in iwl_uefi_reduce_power_section() local 84 tlv_type = le32_to_cpu(tlv->type); in iwl_uefi_reduce_power_section() 96 switch (tlv_type) { in iwl_uefi_reduce_power_section() 128 tlv_type, tlv_len); in iwl_uefi_reduce_power_section() 162 u32 tlv_len, tlv_type; in iwl_uefi_reduce_power_parse() local 168 tlv_type = le32_to_cpu(tlv->type); in iwl_uefi_reduce_power_parse() 176 if (tlv_type == IWL_UCODE_TLV_PNVM_SKU) { in iwl_uefi_reduce_power_parse()
|
A D | pnvm.c | 47 u32 tlv_len, tlv_type; in iwl_pnvm_handle_section() local 53 tlv_type = le32_to_cpu(tlv->type); in iwl_pnvm_handle_section() 64 switch (tlv_type) { in iwl_pnvm_handle_section() 141 tlv_type, tlv_len); in iwl_pnvm_handle_section() 181 u32 tlv_len, tlv_type; in iwl_pnvm_parse() local 187 tlv_type = le32_to_cpu(tlv->type); in iwl_pnvm_parse() 195 if (tlv_type == IWL_UCODE_TLV_PNVM_SKU) { in iwl_pnvm_parse()
|
/linux/drivers/net/ethernet/mellanox/mlxfw/ |
A D | mlxfw_mfa2_tlv.h | 47 #define MLXFW_MFA2_TLV(name, payload_type, tlv_type) \ argument 53 tlv_type, sizeof(payload_type), \ 57 #define MLXFW_MFA2_TLV_VARSIZE(name, payload_type, tlv_type) \ argument 63 tlv_type, sizeof(payload_type), \
|
/linux/include/uapi/linux/ |
A D | tipc_config.h | 250 __be16 tlv_type; /* TLV identifier */ member 278 (ntohs(((struct tlv_desc *)tlv)->tlv_type) == exp_type); in TLV_CHECK() 293 return (ntohs(tlv->tlv_type) == type); in TLV_CHECK_TYPE() 298 tlv->tlv_type = htons(type); in TLV_SET_TYPE() 308 tlv_ptr->tlv_type = htons(type); in TLV_SET()
|
/linux/drivers/net/wireless/quantenna/qtnfmac/ |
A D | event.c | 27 u16 tlv_type; in qtnf_event_handle_sta_assoc() local 63 tlv_type = le16_to_cpu(tlv->type); in qtnf_event_handle_sta_assoc() 66 if (tlv_type == QTN_TLV_ID_IE_SET) { in qtnf_event_handle_sta_assoc() 146 u16 tlv_type; in qtnf_event_handle_bss_join() local 231 tlv_type = le16_to_cpu(tlv->type); in qtnf_event_handle_bss_join() 234 if (tlv_type == QTN_TLV_ID_IE_SET) { in qtnf_event_handle_bss_join() 348 u16 tlv_type; in qtnf_event_handle_scan_results() local 370 tlv_type = le16_to_cpu(tlv->type); in qtnf_event_handle_scan_results() 373 if (tlv_type == QTN_TLV_ID_IE_SET) { in qtnf_event_handle_scan_results()
|
A D | commands.c | 891 u16 tlv_type; in qtnf_cmd_resp_proc_hw_info() local 905 tlv_type = le16_to_cpu(tlv->type); in qtnf_cmd_resp_proc_hw_info() 908 switch (tlv_type) { in qtnf_cmd_resp_proc_hw_info() 1017 u16 tlv_type; in qtnf_parse_variable_mac_info() local 1061 switch (tlv_type) { in qtnf_parse_variable_mac_info() 1152 tlv_type, tlv_value_len); in qtnf_parse_variable_mac_info() 1162 mac->macid, tlv_type); in qtnf_parse_variable_mac_info() 1360 u16 tlv_type; in qtnf_cmd_resp_fill_band_info() local 1399 switch (tlv_type) { in qtnf_cmd_resp_fill_band_info() 2330 u16 tlv_type; in qtnf_cmd_resp_proc_chan_stat_info() local [all …]
|
/linux/drivers/remoteproc/ |
A D | qcom_sysmon.c | 198 .tlv_type = 0x02, 219 .tlv_type = 0x01, 229 .tlv_type = 0x01, 239 .tlv_type = 0x02, 249 .tlv_type = 0x10, 259 .tlv_type = 0x10, 277 .tlv_type = 0x02,
|
/linux/drivers/net/wireless/marvell/mwifiex/ |
A D | sta_event.c | 419 u16 tlv_buf_left, tlv_type, tlv_len; in mwifiex_process_multi_chan_event() local 441 tlv_type = le16_to_cpu(tlv->type); in mwifiex_process_multi_chan_event() 449 if (tlv_type != TLV_TYPE_MC_GROUP_INFO) { in mwifiex_process_multi_chan_event() 451 tlv_type); in mwifiex_process_multi_chan_event() 495 u16 tlv_type, tlv_len; in mwifiex_process_tx_pause_event() local 509 tlv_type = le16_to_cpu(tlv->type); in mwifiex_process_tx_pause_event() 518 if (tlv_type == TLV_TYPE_TX_PAUSE) { in mwifiex_process_tx_pause_event() 545 u16 tlv_type, tlv_len; in mwifiex_bt_coex_wlan_param_update_event() local 550 tlv_type = le16_to_cpu(tlv->type); in mwifiex_bt_coex_wlan_param_update_event() 554 switch (tlv_type) { in mwifiex_bt_coex_wlan_param_update_event()
|
A D | 11n_rxreorder.c | 923 u16 tlv_type, tlv_len; in mwifiex_11n_rxba_sync_event() local 934 tlv_type = le16_to_cpu(tlv_rxba->header.type); in mwifiex_11n_rxba_sync_event() 936 if (tlv_type != TLV_TYPE_RXBA_SYNC) { in mwifiex_11n_rxba_sync_event() 938 "Wrong TLV id=0x%x\n", tlv_type); in mwifiex_11n_rxba_sync_event()
|
A D | scan.c | 1148 u32 tlv_type; in mwifiex_ret_802_11_scan_get_tlv_ptrs() local 1161 tlv_type = le16_to_cpu(current_tlv->header.type); in mwifiex_ret_802_11_scan_get_tlv_ptrs() 1170 if (req_tlv_type == tlv_type) { in mwifiex_ret_802_11_scan_get_tlv_ptrs() 1171 switch (tlv_type) { in mwifiex_ret_802_11_scan_get_tlv_ptrs() 1189 tlv_type); in mwifiex_ret_802_11_scan_get_tlv_ptrs()
|
/linux/drivers/slimbus/ |
A D | qcom-ngd-ctrl.c | 229 .tlv_type = 0x01, 239 .tlv_type = 0x10, 249 .tlv_type = 0x10, 259 .tlv_type = 0x00, 271 .tlv_type = 0x02, 281 .tlv_type = 0x00, 293 .tlv_type = 0x01, 303 .tlv_type = 0x10, 312 .tlv_type = 0x10, 321 .tlv_type = 0x00, [all …]
|
/linux/drivers/net/wireless/marvell/libertas/ |
A D | debugfs.c | 197 static void *lbs_tlv_find(uint16_t tlv_type, const uint8_t *tlv, uint16_t size) in lbs_tlv_find() argument 207 if (tlv_h->type == cpu_to_le16(tlv_type)) in lbs_tlv_find() 217 static ssize_t lbs_threshold_read(uint16_t tlv_type, uint16_t event_mask, in lbs_threshold_read() argument 248 got = lbs_tlv_find(tlv_type, subscribed->tlv, sizeof(subscribed->tlv)); in lbs_threshold_read() 269 static ssize_t lbs_threshold_write(uint16_t tlv_type, uint16_t event_mask, in lbs_threshold_write() argument 317 tlv->header.type = cpu_to_le16(tlv_type); in lbs_threshold_write() 320 if (tlv_type != TLV_TYPE_BCNMISS) in lbs_threshold_write()
|
/linux/fs/btrfs/ |
A D | send.h | 42 __le16 tlv_type; member
|
/linux/drivers/net/wireless/intel/iwlwifi/ |
A D | iwl-drv.c | 553 enum iwl_ucode_tlv_type tlv_type, in iwl_drv_set_dump_exclude() argument 562 if (tlv_type == IWL_UCODE_TLV_SEC_TABLE_ADDR) { in iwl_drv_set_dump_exclude() 601 enum iwl_ucode_tlv_type tlv_type; in iwl_parse_tlv_firmware() local 647 tlv_type = le32_to_cpu(tlv->type); in iwl_parse_tlv_firmware() 658 switch (tlv_type) { in iwl_parse_tlv_firmware() 1208 iwl_drv_set_dump_exclude(drv, tlv_type, in iwl_parse_tlv_firmware() 1212 IWL_DEBUG_INFO(drv, "unknown TLV: %d\n", tlv_type); in iwl_parse_tlv_firmware() 1233 IWL_ERR(drv, "TLV %d has invalid size: %u\n", tlv_type, tlv_len); in iwl_parse_tlv_firmware()
|
/linux/include/linux/soc/qcom/ |
A D | qmi.h | 76 u8 tlv_type; member
|
/linux/include/net/ |
A D | bond_3ad.h | 138 u8 tlv_type; /* = 0x01 (marker information) */ member
|
/linux/drivers/net/bonding/ |
A D | bond_3ad.c | 893 switch (marker->tlv_type) { in ad_marker_send() 1954 marker.tlv_type = AD_MARKER_RESPONSE_SUBTYPE; in ad_marker_info_received() 2417 switch (marker->tlv_type) { in bond_3ad_rx_indication()
|