Lines Matching defs:efc
92 struct efc *efc;
96 efc = kzalloc(sizeof(*efc), GFP_KERNEL);
97 if (!efc)
100 efct->efcport = efc;
102 memcpy(&efc->tt, tt, sizeof(*tt));
103 efc->base = efct;
104 efc->pci = efct->pci;
106 efc->def_wwnn = efct_get_wwnn(&efct->hw);
107 efc->def_wwpn = efct_get_wwpn(&efct->hw);
108 efc->enable_tgt = 1;
109 efc->log_level = EFC_LOG_LIB;
112 efc->max_xfer_size = sli->sge_supported_length *
114 efc->sli = sli;
115 efc->fcfi = efct->hw.fcf_indicator;
117 rc = efcport_init(efc);
119 efc_log_err(efc, "efcport_init failed\n");