Searched refs:oldchannel (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/hv/ |
H A D | channel_mgmt.c | 938 struct vmbus_channel *oldchannel, *newchannel; in vmbus_onoffer() local 945 oldchannel = find_primary_channel_by_offer(offer); in vmbus_onoffer() 947 if (oldchannel != NULL) { in vmbus_onoffer() 981 WARN_ON(oldchannel->offermsg.child_relid != INVALID_RELID); in vmbus_onoffer() 983 oldchannel->offermsg.child_relid = offer->child_relid; in vmbus_onoffer() 986 if (memcmp(offer, &oldchannel->offermsg, offer_sz) != 0) { in vmbus_onoffer() 999 &oldchannel->offermsg, offer_sz, in vmbus_onoffer() 1006 vmbus_setup_channel_state(oldchannel, offer); in vmbus_onoffer() 1010 vmbus_channel_map_relid(oldchannel); in vmbus_onoffer()
|
/kernel/linux/linux-6.6/drivers/hv/ |
H A D | channel_mgmt.c | 1023 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()
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43legacy/ |
H A D | phy.c | 1479 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()
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43legacy/ |
H A D | phy.c | 1479 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()
|
Completed in 8 milliseconds