Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/scsi/bfa/
Dbfa_fcbuild.c36 static struct fc_logi_s plogi_tmpl; variable
95 plogi_tmpl.csp.verhi = FC_PH_VER_PH_3; in fcbuild_init()
96 plogi_tmpl.csp.verlo = FC_PH_VER_4_3; in fcbuild_init()
97 plogi_tmpl.csp.bbcred = cpu_to_be16(0x0004); 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()
[all …]