Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/bfa/
H A Dbfa_fcbuild.c27 static struct fchs_s fc_bls_rsp_tmpl; variable
70 fc_bls_rsp_tmpl.routing = FC_RTG_BASIC_LINK; in fcbuild_init()
71 fc_bls_rsp_tmpl.cat_info = FC_CAT_BA_ACC; in fcbuild_init()
72 fc_bls_rsp_tmpl.type = FC_TYPE_BLS; in fcbuild_init()
73 fc_bls_rsp_tmpl.f_ctl = in fcbuild_init()
76 fc_bls_rsp_tmpl.rx_id = FC_RXID_ANY; in fcbuild_init()
188 memcpy(fchs, &fc_bls_rsp_tmpl, sizeof(struct fchs_s)); in fc_bls_rsp_build()