Searched refs:wka_ports (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/s390/scsi/
H A Dzfcp_fc.c1113 struct zfcp_fc_wka_ports *wka_ports; local
1115 wka_ports = kzalloc(sizeof(struct zfcp_fc_wka_ports), GFP_KERNEL);
1116 if (!wka_ports)
1119 adapter->gs = wka_ports;
1120 zfcp_fc_wka_port_init(&wka_ports->ms, FC_FID_MGMT_SERV, adapter);
1121 zfcp_fc_wka_port_init(&wka_ports->ts, FC_FID_TIME_SERV, adapter);
1122 zfcp_fc_wka_port_init(&wka_ports->ds, FC_FID_DIR_SERV, adapter);
1123 zfcp_fc_wka_port_init(&wka_ports->as, FC_FID_ALIASES, adapter);

Completed in 183 milliseconds