Home
last modified time | relevance | path

Searched refs:oldchannel (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/hv/
H A Dchannel_mgmt.c1023 struct vmbus_channel *oldchannel, *newchannel; in vmbus_onoffer() local
1037 oldchannel = find_primary_channel_by_offer(offer); in vmbus_onoffer()
1039 if (oldchannel != NULL) { in vmbus_onoffer()
1073 WARN_ON(oldchannel->offermsg.child_relid != INVALID_RELID); in vmbus_onoffer()
1075 oldchannel->offermsg.child_relid = offer->child_relid; in vmbus_onoffer()
1078 if (memcmp(offer, &oldchannel->offermsg, offer_sz) != 0) { in vmbus_onoffer()
1091 &oldchannel->offermsg, offer_sz, in vmbus_onoffer()
1098 vmbus_setup_channel_state(oldchannel, offer); in vmbus_onoffer()
1102 vmbus_channel_map_relid(oldchannel); in vmbus_onoffer()
/openbmc/linux/drivers/net/wireless/broadcom/b43legacy/
H A Dphy.c1479 u8 oldchannel; in b43legacy_phy_lo_g_measure() local
1485 oldchannel = phy->channel; in b43legacy_phy_lo_g_measure()
1685 b43legacy_radio_selectchannel(dev, oldchannel, 1); in b43legacy_phy_lo_g_measure()