tlv_band_channel 1905 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 	struct host_cmd_tlv_channel_band *tlv_band_channel =
tlv_band_channel 1910 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 				sizeof(*tlv_band_channel) + S_DS_GEN);
tlv_band_channel 1912 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 	memset(tlv_band_channel, 0, sizeof(*tlv_band_channel));
tlv_band_channel 1913 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 	tlv_band_channel->header.type = cpu_to_le16(TLV_TYPE_CHANNELBANDLIST);
tlv_band_channel 1914 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 	tlv_band_channel->header.len  = cpu_to_le16(sizeof(*tlv_band_channel) -
tlv_band_channel 1174 drivers/net/wireless/marvell/mwifiex/sta_cmdresp.c 	struct host_cmd_tlv_channel_band *tlv_band_channel;
tlv_band_channel 1176 drivers/net/wireless/marvell/mwifiex/sta_cmdresp.c 	tlv_band_channel =
tlv_band_channel 1178 drivers/net/wireless/marvell/mwifiex/sta_cmdresp.c 	memcpy(&channel_band->band_config, &tlv_band_channel->band_config,
tlv_band_channel 1180 drivers/net/wireless/marvell/mwifiex/sta_cmdresp.c 	channel_band->channel = tlv_band_channel->channel;