oldchannel        933 drivers/hv/channel_mgmt.c 	struct vmbus_channel *oldchannel, *newchannel;
oldchannel        940 drivers/hv/channel_mgmt.c 	oldchannel = find_primary_channel_by_offer(offer);
oldchannel        942 drivers/hv/channel_mgmt.c 	if (oldchannel != NULL) {
oldchannel        952 drivers/hv/channel_mgmt.c 		WARN_ON(oldchannel->offermsg.child_relid != INVALID_RELID);
oldchannel        954 drivers/hv/channel_mgmt.c 		oldchannel->offermsg.child_relid = offer->child_relid;
oldchannel        957 drivers/hv/channel_mgmt.c 		if (memcmp(offer, &oldchannel->offermsg, offer_sz) == 0) {
oldchannel        972 drivers/hv/channel_mgmt.c 				     16, 4, &oldchannel->offermsg, offer_sz,
oldchannel        978 drivers/hv/channel_mgmt.c 		vmbus_setup_channel_state(oldchannel, offer);
oldchannel       1479 drivers/net/wireless/broadcom/b43legacy/phy.c 	u8 oldchannel;
oldchannel       1485 drivers/net/wireless/broadcom/b43legacy/phy.c 	oldchannel = phy->channel;
oldchannel       1685 drivers/net/wireless/broadcom/b43legacy/phy.c 	b43legacy_radio_selectchannel(dev, oldchannel, 1);