Searched refs:msg_info (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/hmdfs/comm/ |
D | socket_adapter.c | 861 void hmdfs_response_wakeup(struct sendmsg_wait_queue *msg_info, in hmdfs_response_wakeup() argument 864 msg_info->ret = ret_code; in hmdfs_response_wakeup() 865 msg_info->size = data_len; in hmdfs_response_wakeup() 866 msg_info->buf = buf; in hmdfs_response_wakeup() 867 atomic_set(&msg_info->valid, MSG_Q_END_RECV); in hmdfs_response_wakeup() 868 wake_up_interruptible(&msg_info->response_q); in hmdfs_response_wakeup() 871 static int hmdfs_readfile_slice(struct sendmsg_wait_queue *msg_info, in hmdfs_readfile_slice() argument 876 struct file_recv_info *recv_info = &msg_info->recv_info; in hmdfs_readfile_slice() 906 struct sendmsg_wait_queue *msg_info = NULL; in hmdfs_file_response_work_fn() local 913 msg_info = (struct sendmsg_wait_queue *)hmdfs_find_msg_head(desp->peer, in hmdfs_file_response_work_fn() [all …]
|
D | socket_adapter.h | 157 void hmdfs_response_wakeup(struct sendmsg_wait_queue *msg_info,
|
/kernel/linux/linux-5.10/drivers/net/ethernet/huawei/hinic/ |
D | hinic_hw_mbox.c | 399 if (recv_mbox->msg_info.msg_id == func_to_func->send_msg_id && in resp_mbox_handler() 405 func_to_func->send_msg_id, recv_mbox->msg_info.msg_id, in resp_mbox_handler() 406 recv_mbox->msg_info.status); in resp_mbox_handler() 465 recv_mbox->msg_info.msg_id = HINIC_MBOX_HEADER_GET(mbox_header, MSG_ID); in recv_mbox_handler() 466 recv_mbox->msg_info.status = HINIC_MBOX_HEADER_GET(mbox_header, STATUS); in recv_mbox_handler() 803 int poll, void *msg_info) in send_mbox_seg() argument 849 struct mbox_msg_info *msg_info) in send_mbox_to_func() argument 870 HINIC_MBOX_HEADER_SET(msg_info->msg_id, MSG_ID) | in send_mbox_to_func() 871 HINIC_MBOX_HEADER_SET(msg_info->status, STATUS) | in send_mbox_to_func() 885 seg_len, MBOX_SEND_MSG_INT, msg_info); in send_mbox_to_func() [all …]
|
D | hinic_hw_mbox.h | 51 struct mbox_msg_info msg_info; member
|
/kernel/linux/linux-5.10/drivers/rapidio/devices/ |
D | tsi721.h | 563 __le32 msg_info; member 592 __le32 msg_info; member
|
D | tsi721.c | 1697 desc[tx_slot].msg_info = in tsi721_add_outb_message() 1996 bd_ptr[entries].msg_info = 0; in tsi721_open_outb_mbox() 2462 if (!(le32_to_cpu(desc->msg_info) & TSI721_IMD_HO)) in tsi721_get_inb_message() 2478 msg_size = le32_to_cpu(desc->msg_info) & TSI721_IMD_BCOUNT; in tsi721_get_inb_message() 2485 desc->msg_info &= cpu_to_le32(~TSI721_IMD_HO); in tsi721_get_inb_message()
|