Lines Matching refs:plogi_tmpl
29 static struct fc_logi_s plogi_tmpl; variable
88 plogi_tmpl.csp.verhi = FC_PH_VER_PH_3; in fcbuild_init()
89 plogi_tmpl.csp.verlo = FC_PH_VER_4_3; in fcbuild_init()
90 plogi_tmpl.csp.ciro = 0x1; in fcbuild_init()
91 plogi_tmpl.csp.cisc = 0x0; in fcbuild_init()
92 plogi_tmpl.csp.altbbcred = 0x0; in fcbuild_init()
93 plogi_tmpl.csp.conseq = cpu_to_be16(0x00FF); in fcbuild_init()
94 plogi_tmpl.csp.ro_bitmap = cpu_to_be16(0x0002); in fcbuild_init()
95 plogi_tmpl.csp.e_d_tov = cpu_to_be32(2000); in fcbuild_init()
97 plogi_tmpl.class3.class_valid = 1; in fcbuild_init()
98 plogi_tmpl.class3.sequential = 1; in fcbuild_init()
99 plogi_tmpl.class3.conseq = 0xFF; in fcbuild_init()
100 plogi_tmpl.class3.ospx = 1; in fcbuild_init()
201 memcpy(plogi, &plogi_tmpl, sizeof(struct fc_logi_s)); in fc_plogi_x_build()
230 memcpy(flogi, &plogi_tmpl, sizeof(struct fc_logi_s)); in fc_flogi_build()
268 memcpy(flogi, &plogi_tmpl, sizeof(struct fc_logi_s)); in fc_flogi_acc_build()
288 memcpy(flogi, &plogi_tmpl, sizeof(struct fc_logi_s)); in fc_fdisc_build()
810 memcpy(pdisc, &plogi_tmpl, sizeof(struct fc_logi_s)); in fc_pdisc_build()