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()
1060 u32 msg_ret; in venus_isr_thread() local1070 msg_ret = hfi_process_msg_packet(core, pkt); in venus_isr_thread()1071 switch (msg_ret) { in venus_isr_thread()
488 u32 msg_ret; in clear_irq_reg() local490 pci_read_config_dword(pdev, PCI_INTERRUPT_CTRL, &msg_ret); in clear_irq_reg()491 msg_ret |= 1 << INTR_IIR; in clear_irq_reg()492 pci_write_config_dword(pdev, PCI_INTERRUPT_CTRL, msg_ret); in clear_irq_reg()