Searched refs:temp_info (Results 1 – 2 of 2) sorted by relevance
680 struct nic_interrupt_info temp_info; in hinic_set_interrupt_cfg() local684 temp_info.msix_index = interrupt_info.msix_index; in hinic_set_interrupt_cfg()685 err = hinic_get_interrupt_cfg(hwdev, &temp_info); in hinic_set_interrupt_cfg()693 msix_cfg.lli_credit_cnt = temp_info.lli_credit_limit; in hinic_set_interrupt_cfg()694 msix_cfg.lli_tmier_cnt = temp_info.lli_timer_cfg; in hinic_set_interrupt_cfg()695 msix_cfg.pending_cnt = temp_info.pending_limt; in hinic_set_interrupt_cfg()696 msix_cfg.coalesct_timer_cnt = temp_info.coalesc_timer_cfg; in hinic_set_interrupt_cfg()697 msix_cfg.resend_timer_cnt = temp_info.resend_timer_cfg; in hinic_set_interrupt_cfg()
1228 struct temperature_status_stc temp_info; member