Searched refs:ioc_isr_mode_set (Results 1 – 5 of 5) sorted by relevance
336 void (*ioc_isr_mode_set) (struct bfa_ioc_s *ioc, member866 if ((__ioc)->ioc_hwif->ioc_isr_mode_set) \867 ((__ioc)->ioc_hwif->ioc_isr_mode_set(__ioc, __msix)); \
55 hwif_cb.ioc_isr_mode_set = bfa_ioc_cb_isr_mode_set; in bfa_ioc_set_cb_hwif()
531 hwif_ct.ioc_isr_mode_set = bfa_ioc_ct_isr_mode_set; in bfa_ioc_set_ct_hwif()547 hwif_ct2.ioc_isr_mode_set = NULL; in bfa_ioc_set_ct2_hwif()
61 .ioc_isr_mode_set = bfa_ioc_ct_isr_mode_set,82 .ioc_isr_mode_set = NULL,
205 void (*ioc_isr_mode_set) (struct bfa_ioc *ioc, member