Searched refs:msg_ret (Results 1 – 3 of 3) sorted by relevance
73 struct dlm_msg **msg_ret) in create_rcom_stateless() argument88 *msg_ret = msg; in create_rcom_stateless()
1086 u32 msg_ret; in venus_isr_thread() local1096 msg_ret = hfi_process_msg_packet(core, pkt); in venus_isr_thread()1097 switch (msg_ret) { in venus_isr_thread()
480 u32 msg_ret; in clear_irq_reg() local482 pci_read_config_dword(pdev, PCI_INTERRUPT_CTRL, &msg_ret); in clear_irq_reg()483 msg_ret |= 1 << INTR_IIR; in clear_irq_reg()484 pci_write_config_dword(pdev, PCI_INTERRUPT_CTRL, msg_ret); in clear_irq_reg()