Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/bfa/
H A Dbfa_fcbuild.c25 static struct fchs_s fc_els_rsp_tmpl; variable
51 fc_els_rsp_tmpl.routing = FC_RTG_EXT_LINK; in fcbuild_init()
52 fc_els_rsp_tmpl.cat_info = FC_CAT_LD_REPLY; in fcbuild_init()
53 fc_els_rsp_tmpl.type = FC_TYPE_ELS; in fcbuild_init()
54 fc_els_rsp_tmpl.f_ctl = in fcbuild_init()
57 fc_els_rsp_tmpl.rx_id = FC_RXID_ANY; in fcbuild_init()
179 memcpy(fchs, &fc_els_rsp_tmpl, sizeof(struct fchs_s)); in fc_els_rsp_build()