Searched refs:send_msg (Results 1 – 14 of 14) sorted by relevance
| /drivers/char/ipmi/ |
| A D | ipmi_poweroff.c | 200 &send_msg); in pps_poweroff_atca() 227 send_msg.data = data; in ipmi_atca_detect() 231 &send_msg); in ipmi_atca_detect() 271 &send_msg); in ipmi_poweroff_atca() 342 &send_msg); in ipmi_poweroff_cpi1() 357 &send_msg); in ipmi_poweroff_cpi1() 380 &send_msg); in ipmi_poweroff_cpi1() 392 &send_msg); in ipmi_poweroff_cpi1() 406 &send_msg); in ipmi_poweroff_cpi1() 495 &send_msg); in ipmi_poweroff_chassis() [all …]
|
| /drivers/net/ethernet/hisilicon/hns3/hns3vf/ |
| A D | hclgevf_main.c | 159 struct hclge_vf_to_pf_msg send_msg; in hclgevf_get_basic_info() local 186 struct hclge_vf_to_pf_msg send_msg; in hclgevf_get_port_base_vlan_filter_state() local 212 struct hclge_vf_to_pf_msg send_msg; in hclgevf_get_queue_info() local 239 struct hclge_vf_to_pf_msg send_msg; in hclgevf_get_queue_depth() local 535 send_msg.data[0] = index; in hclgevf_get_rss_hash_key() 666 memset(&send_msg, 0, sizeof(send_msg)); in hclgevf_bind_ring_to_vector() 669 send_msg.vector_id = vector_id; in hclgevf_bind_ring_to_vector() 672 send_msg.param[i].ring_type = in hclgevf_bind_ring_to_vector() 676 send_msg.param[i].int_gl_index = in hclgevf_bind_ring_to_vector() 683 send_msg.ring_num = i; in hclgevf_bind_ring_to_vector() [all …]
|
| A D | hclgevf_mbx.c | 102 struct hclge_vf_to_pf_msg *send_msg, bool need_resp, in hclgevf_send_mbx_msg() argument 111 if (!send_msg) { in hclgevf_send_mbx_msg() 121 memcpy(&req->msg, send_msg, sizeof(struct hclge_vf_to_pf_msg)); in hclgevf_send_mbx_msg() 140 status = hclgevf_get_mbx_resp(hdev, send_msg->code, in hclgevf_send_mbx_msg() 141 send_msg->subcode, resp_data, in hclgevf_send_mbx_msg()
|
| A D | hclgevf_main.h | 287 struct hclge_vf_to_pf_msg *send_msg, bool need_resp,
|
| /drivers/connector/ |
| A D | cn_proc.c | 88 static inline void send_msg(struct cn_msg *msg) in send_msg() function 144 send_msg(msg); in proc_fork_connector() 168 send_msg(msg); in proc_exec_connector() 206 send_msg(msg); in proc_id_connector() 230 send_msg(msg); in proc_sid_connector() 262 send_msg(msg); in proc_ptrace_connector() 287 send_msg(msg); in proc_comm_connector() 320 send_msg(msg); in proc_coredump_connector() 355 send_msg(msg); in proc_exit_connector() 387 send_msg(msg); in cn_proc_ack()
|
| /drivers/crypto/intel/qat/qat_common/ |
| A D | adf_gen2_pfvf.c | 388 pfvf_ops->send_msg = adf_gen2_pf2vf_send; in adf_gen2_init_pf_pfvf_ops() 398 pfvf_ops->send_msg = adf_gen2_vf2pf_send; in adf_gen2_init_vf_pfvf_ops()
|
| A D | adf_gen4_pfvf.c | 142 pfvf_ops->send_msg = adf_gen4_pfvf_send; in adf_gen4_init_pf_pfvf_ops()
|
| A D | adf_pfvf_vf_proto.c | 38 return pfvf_ops->send_msg(accel_dev, msg, pfvf_offset, in adf_send_vf2pf_msg()
|
| A D | adf_pfvf_pf_proto.c | 37 return pfvf_ops->send_msg(accel_dev, msg, pfvf_offset, in adf_send_pf2vf_msg()
|
| A D | adf_accel_devices.h | 236 int (*send_msg)(struct adf_accel_dev *accel_dev, struct pfvf_message msg, member
|
| /drivers/net/ethernet/intel/idpf/ |
| A D | idpf_virtchnl.h | 161 u8 *send_msg, u16 msg_size,
|
| A D | idpf_virtchnl.c | 1915 goto send_msg; in idpf_send_ena_dis_queues_msg() 1935 send_msg: in idpf_send_ena_dis_queues_msg() 4001 u8 *send_msg, u16 msg_size, in idpf_idc_rdma_vc_send_sync() argument 4016 xn_params.send_buf.iov_base = send_msg; in idpf_idc_rdma_vc_send_sync()
|
| /drivers/net/ethernet/marvell/octeontx2/nic/ |
| A D | cn10k_macsec.c | 769 goto send_msg; in cn10k_mcs_sa_stats() 780 send_msg: in cn10k_mcs_sa_stats() 824 goto send_msg; in cn10k_mcs_sc_stats() 835 send_msg: in cn10k_mcs_sc_stats() 879 goto send_msg; in cn10k_mcs_secy_stats() 890 send_msg: in cn10k_mcs_secy_stats()
|
| /drivers/usb/typec/ |
| A D | anx7411.c | 277 struct fw_msg send_msg; member 735 struct fw_msg *msg = &ctx->send_msg; in anx7411_send_msg()
|
Completed in 50 milliseconds