/linux-4.4.14/fs/btrfs/ |
H A D | send.h | 53 __le16 tlv_type; member in struct:btrfs_tlv_header
|
H A D | send.c | 552 hdr->tlv_type = cpu_to_le16(attr); tlv_put()
|
/linux-4.4.14/drivers/net/wireless/mwifiex/ |
H A D | sta_event.c | 319 u16 tlv_buf_left, tlv_type, tlv_len; mwifiex_process_multi_chan_event() local 341 tlv_type = le16_to_cpu(tlv->type); mwifiex_process_multi_chan_event() 349 if (tlv_type != TLV_TYPE_MC_GROUP_INFO) { mwifiex_process_multi_chan_event() 351 tlv_type); mwifiex_process_multi_chan_event() 395 u16 tlv_type, tlv_len; mwifiex_process_tx_pause_event() local 409 tlv_type = le16_to_cpu(tlv->type); mwifiex_process_tx_pause_event() 418 if (tlv_type == TLV_TYPE_TX_PAUSE) { mwifiex_process_tx_pause_event() 445 u16 tlv_type, tlv_len; mwifiex_bt_coex_wlan_param_update_event() local 450 tlv_type = le16_to_cpu(tlv->type); mwifiex_bt_coex_wlan_param_update_event() 454 switch (tlv_type) { mwifiex_bt_coex_wlan_param_update_event()
|
H A D | scan.c | 1119 u32 tlv_type; mwifiex_ret_802_11_scan_get_tlv_ptrs() local 1132 tlv_type = le16_to_cpu(current_tlv->header.type); mwifiex_ret_802_11_scan_get_tlv_ptrs() 1141 if (req_tlv_type == tlv_type) { mwifiex_ret_802_11_scan_get_tlv_ptrs() 1142 switch (tlv_type) { mwifiex_ret_802_11_scan_get_tlv_ptrs() 1160 tlv_type); mwifiex_ret_802_11_scan_get_tlv_ptrs()
|
/linux-4.4.14/include/uapi/linux/ |
H A D | tipc_config.h | 244 __be16 tlv_type; /* TLV identifier */ member in struct:tlv_desc 272 (ntohs(((struct tlv_desc *)tlv)->tlv_type) == exp_type); TLV_CHECK() 287 return (ntohs(tlv->tlv_type) == type); TLV_CHECK_TYPE() 292 tlv->tlv_type = htons(type); TLV_SET_TYPE() 302 tlv_ptr->tlv_type = htons(type); TLV_SET()
|
/linux-4.4.14/drivers/net/wireless/libertas/ |
H A D | debugfs.c | 204 static void *lbs_tlv_find(uint16_t tlv_type, const uint8_t *tlv, uint16_t size) lbs_tlv_find() argument 214 if (tlv_h->type == cpu_to_le16(tlv_type)) lbs_tlv_find() 224 static ssize_t lbs_threshold_read(uint16_t tlv_type, uint16_t event_mask, lbs_threshold_read() argument 255 got = lbs_tlv_find(tlv_type, subscribed->tlv, sizeof(subscribed->tlv)); lbs_threshold_read() 276 static ssize_t lbs_threshold_write(uint16_t tlv_type, uint16_t event_mask, lbs_threshold_write() argument 330 tlv->header.type = cpu_to_le16(tlv_type); lbs_threshold_write() 333 if (tlv_type != TLV_TYPE_BCNMISS) lbs_threshold_write()
|
/linux-4.4.14/drivers/net/wimax/i2400m/ |
H A D | control.c | 115 * @tlv_type: type of the TLV we are looking for 125 enum i2400m_tlv tlv_type, ssize_t tlv_size) i2400m_tlv_match() 127 if (le16_to_cpu(tlv->type) != tlv_type) /* Not our type? skip */ i2400m_tlv_match() 134 tlv_type, size, tlv_size); i2400m_tlv_match() 215 * @tlv_type: type of the TLV we are looking for 227 enum i2400m_tlv tlv_type, ssize_t tlv_size) i2400m_tlv_find() 233 match = i2400m_tlv_match(tlv, tlv_type, tlv_size); i2400m_tlv_find() 239 tlv_type, match, tlv_size); i2400m_tlv_find() 124 i2400m_tlv_match(const struct i2400m_tlv_hdr *tlv, enum i2400m_tlv tlv_type, ssize_t tlv_size) i2400m_tlv_match() argument 224 i2400m_tlv_find( struct i2400m *i2400m, const struct i2400m_tlv_hdr *tlv_hdr, size_t size, enum i2400m_tlv tlv_type, ssize_t tlv_size) i2400m_tlv_find() argument
|
/linux-4.4.14/include/net/ |
H A D | bond_3ad.h | 155 u8 tlv_type; /* = 0x01 (marker information) */ member in struct:bond_marker
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/ |
H A D | iwl-drv.c | 601 enum iwl_ucode_tlv_type tlv_type; iwl_parse_tlv_firmware() local 651 tlv_type = le32_to_cpu(tlv->type); iwl_parse_tlv_firmware() 662 switch (tlv_type) { iwl_parse_tlv_firmware() 1025 IWL_DEBUG_INFO(drv, "unknown TLV: %d\n", tlv_type); iwl_parse_tlv_firmware() 1055 IWL_ERR(drv, "TLV %d has invalid size: %u\n", tlv_type, tlv_len); iwl_parse_tlv_firmware()
|
/linux-4.4.14/net/tipc/ |
H A D | netlink_compat.c | 98 tlv->tlv_type = htons(type); tipc_add_tlv()
|
/linux-4.4.14/drivers/net/bonding/ |
H A D | bond_3ad.c | 1851 marker.tlv_type = AD_MARKER_RESPONSE_SUBTYPE; ad_marker_info_received() 2282 switch (((struct bond_marker *)lacpdu)->tlv_type) { bond_3ad_rx_indication()
|