Home
last modified time | relevance | path

Searched refs:plogi_tmpl (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/scsi/bfa/
Dbfa_fcbuild.c29 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()
[all …]