Searched refs:hwif_ct2 (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/scsi/bfa/
H A Dbfa_ioc_ct.c47 static struct bfa_ioc_hwif_s hwif_ct2; variable in typeref:struct:bfa_ioc_hwif_s
541 bfa_ioc_set_ctx_hwif(ioc, &hwif_ct2);
543 hwif_ct2.ioc_pll_init = bfa_ioc_ct2_pll_init;
544 hwif_ct2.ioc_reg_init = bfa_ioc_ct2_reg_init;
545 hwif_ct2.ioc_map_port = bfa_ioc_ct2_map_port;
546 hwif_ct2.ioc_lpu_read_stat = bfa_ioc_ct2_lpu_read_stat;
547 hwif_ct2.ioc_isr_mode_set = NULL;
548 ioc->ioc_hwif = &hwif_ct2;

Completed in 107 milliseconds