Home
last modified time | relevance | path

Searched refs:offermsg (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/hv/
H A Dchannel_mgmt.c204 const guid_t *guid = &channel->offermsg.offer.if_type; in hv_get_dev_type()
387 u32 new_relid = channel->offermsg.child_relid; in vmbus_channel_map_relid()
429 if (WARN_ON(channel->offermsg.child_relid >= MAX_CHANNEL_RELIDS)) in vmbus_channel_unmap_relid()
432 vmbus_connection.channels[channel->offermsg.child_relid], in vmbus_channel_unmap_relid()
459 WARN_ON(channel->offermsg.child_relid == INVALID_RELID && in hv_process_channel_removal()
469 if (channel->offermsg.child_relid != INVALID_RELID) in hv_process_channel_removal()
491 if (channel->offermsg.child_relid != INVALID_RELID) in hv_process_channel_removal()
492 vmbus_release_relid(channel->offermsg.child_relid); in hv_process_channel_removal()
543 &newchannel->offermsg.offer.if_type, in vmbus_add_channel_work()
544 &newchannel->offermsg.offer.if_instance, in vmbus_add_channel_work()
[all …]
H A Dvmbus_drv.c111 return (u8)channel->offermsg.monitorid / 32; in channel_monitor_group()
116 return (u8)channel->offermsg.monitorid % 32; in channel_monitor_offset()
152 return sysfs_emit(buf, "%d\n", hv_dev->channel->offermsg.child_relid); in id_show()
174 return sysfs_emit(buf, "%d\n", hv_dev->channel->offermsg.monitorid); in monitor_id_show()
186 &hv_dev->channel->offermsg.offer.if_type); in class_id_show()
198 &hv_dev->channel->offermsg.offer.if_instance); in device_id_show()
504 channel->offermsg.child_relid, in channel_vp_mapping_show()
511 cur_sc->offermsg.child_relid, in channel_vp_mapping_show()
614 if (!hv_dev->channel->offermsg.monitor_allocated && in vmbus_dev_attr_is_visible()
1235 rescind->child_relid = channel->offermsg.child_relid; in vmbus_force_channel_rescinded()
[all …]
H A Dchannel.c134 if (channel->offermsg.monitor_allocated && !channel->low_latency) { in vmbus_setevent()
135 vmbus_send_interrupt(channel->offermsg.child_relid); in vmbus_setevent()
223 msg.child_relid = channel->offermsg.child_relid; in send_modifychannel_without_ack()
250 msg->child_relid = channel->offermsg.child_relid; in send_modifychannel_with_ack()
487 gpadlmsg->child_relid = channel->offermsg.child_relid; in __vmbus_establish_gpadl()
721 open_msg->openid = newchannel->offermsg.child_relid; in __vmbus_open()
722 open_msg->child_relid = newchannel->offermsg.child_relid; in __vmbus_open()
846 msg->child_relid = channel->offermsg.child_relid; in vmbus_teardown_gpadl()
952 msg->child_relid = channel->offermsg.child_relid; in vmbus_close_internal()
H A Dconnection.c508 u32 child_relid = channel->offermsg.child_relid; in vmbus_set_event()
H A Dhv_trace.h335 TP_fast_assign(__entry->relid = channel->offermsg.child_relid),
/linux/net/vmw_vsock/
H A Dhyperv_transport.c309 if_type = &chan->offermsg.offer.if_type; in hvs_open_connection()
310 if_instance = &chan->offermsg.offer.if_instance; in hvs_open_connection()
311 conn_from_host = chan->offermsg.offer.u.pipe.user_def[0]; in hvs_open_connection()
/linux/include/linux/
H A Dhyperv.h794 struct vmbus_channel_offer_channel offermsg; member
1068 return is_hvsock_offer(&c->offermsg); in is_hvsock_channel()
1073 return c->offermsg.offer.sub_channel_index != 0; in is_sub_channel()
/linux/drivers/net/hyperv/
H A Drndis_filter.c1229 u16 chn_index = new_sc->offermsg.offer.sub_channel_index; in netvsc_sc_open()
H A Dnetvsc.c1447 u16 q_idx = channel->offermsg.offer.sub_channel_index; in netvsc_receive()
H A Dnetvsc_drv.c847 u16 q_idx = channel->offermsg.offer.sub_channel_index; in netvsc_recv_callback()