Searched defs:flogi (Results 1 - 5 of 5) sorted by relevance

/drivers/scsi/libfc/
H A Dfc_rport.c620 struct fc_els_flogi *flogi; local
624 flogi = fc_frame_payload_get(fp, sizeof(*flogi));
625 if (!flogi)
628 csp_flags = ntohs(flogi->fl_csp.sp_features);
640 e_d_tov = ntohl(flogi->fl_csp.sp_e_d_tov);
646 rdata->maxframe_size = fc_plogi_get_maxframe(flogi, lport->mfs);
661 struct fc_els_flogi *flogi; local
689 flogi = fc_frame_payload_get(fp, sizeof(*flogi));
[all...]
H A Dfc_lport.c356 * @flogi: The FLOGI command
360 struct fc_els_flogi *flogi,
366 memset(flogi, 0, sizeof(*flogi));
367 flogi->fl_cmd = (u8) op;
368 put_unaligned_be64(lport->wwpn, &flogi->fl_wwpn);
369 put_unaligned_be64(lport->wwnn, &flogi->fl_wwnn);
370 sp = &flogi->fl_csp;
375 cp = &flogi->fl_cssp[3 - 1]; /* class 3 parameters */
359 fc_lport_flogi_fill(struct fc_lport *lport, struct fc_els_flogi *flogi, unsigned int op) argument
/drivers/scsi/bfa/
H A Dbfa_fcs.c1327 struct fc_logi_s *flogi = (struct fc_logi_s *) els_cmd; local
1339 (flogi->port_name == bfa_fcs_lport_get_pwwn(&fabric->bport))) {
1416 struct fc_logi_s *flogi = (struct fc_logi_s *) (fchs + 1); local
1425 if (flogi->csp.port_type) {
1429 bfa_trc(fabric->fcs, flogi->port_name);
1434 fabric->bb_credit = be16_to_cpu(flogi->csp.bbcred);
1435 bport->port_topo.pn2n.rem_port_wwn = flogi->port_name;
H A Dbfa_fcbuild.c251 fc_flogi_build(struct fchs_s *fchs, struct fc_logi_s *flogi, u32 s_id, argument
258 memcpy(flogi, &plogi_tmpl, sizeof(struct fc_logi_s));
260 flogi->els_cmd.els_code = FC_ELS_FLOGI;
263 flogi->csp.rxsz = flogi->class3.rxsz = cpu_to_be16(pdu_size);
264 flogi->port_name = port_name;
265 flogi->node_name = node_name;
271 flogi->csp.ciro = set_npiv;
274 flogi->csp.security = set_auth;
276 flogi
289 fc_flogi_acc_build(struct fchs_s *fchs, struct fc_logi_s *flogi, u32 s_id, __be16 ox_id, wwn_t port_name, wwn_t node_name, u16 pdu_size, u16 local_bb_credits, u8 bb_scn) argument
311 fc_fdisc_build(struct fchs_s *fchs, struct fc_logi_s *flogi, u32 s_id, u16 ox_id, wwn_t port_name, wwn_t node_name, u16 pdu_size) argument
[all...]
/drivers/scsi/lpfc/
H A Dlpfc_nportdisc.c70 struct serv_parm *sp, uint32_t class, int flogi)
83 if (!flogi) {
100 if (!flogi) {
117 if (!flogi) {
69 lpfc_check_sparm(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, struct serv_parm *sp, uint32_t class, int flogi) argument

Completed in 155 milliseconds