Lines Matching refs:plogi_tmpl
37 static struct fc_logi_s plogi_tmpl; variable
96 plogi_tmpl.csp.verhi = FC_PH_VER_PH_3; in fcbuild_init()
97 plogi_tmpl.csp.verlo = FC_PH_VER_4_3; in fcbuild_init()
98 plogi_tmpl.csp.ciro = 0x1; in fcbuild_init()
99 plogi_tmpl.csp.cisc = 0x0; in fcbuild_init()
100 plogi_tmpl.csp.altbbcred = 0x0; in fcbuild_init()
101 plogi_tmpl.csp.conseq = cpu_to_be16(0x00FF); in fcbuild_init()
102 plogi_tmpl.csp.ro_bitmap = cpu_to_be16(0x0002); in fcbuild_init()
103 plogi_tmpl.csp.e_d_tov = cpu_to_be32(2000); in fcbuild_init()
105 plogi_tmpl.class3.class_valid = 1; in fcbuild_init()
106 plogi_tmpl.class3.sequential = 1; in fcbuild_init()
107 plogi_tmpl.class3.conseq = 0xFF; in fcbuild_init()
108 plogi_tmpl.class3.ospx = 1; in fcbuild_init()
230 memcpy(plogi, &plogi_tmpl, sizeof(struct fc_logi_s)); in fc_plogi_x_build()
259 memcpy(flogi, &plogi_tmpl, sizeof(struct fc_logi_s)); in fc_flogi_build()
297 memcpy(flogi, &plogi_tmpl, sizeof(struct fc_logi_s)); in fc_flogi_acc_build()
317 memcpy(flogi, &plogi_tmpl, sizeof(struct fc_logi_s)); in fc_fdisc_build()
851 memcpy(pdisc, &plogi_tmpl, sizeof(struct fc_logi_s)); in fc_pdisc_build()