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

/drivers/scsi/bfa/
H A Dbfa_fcbuild.c34 static struct fchs_s fc_bls_rsp_tmpl; variable in typeref:struct:fchs_s
75 * fc_bls_rsp_tmpl
77 fc_bls_rsp_tmpl.routing = FC_RTG_BASIC_LINK;
78 fc_bls_rsp_tmpl.cat_info = FC_CAT_BA_ACC;
79 fc_bls_rsp_tmpl.type = FC_TYPE_BLS;
80 fc_bls_rsp_tmpl.f_ctl =
83 fc_bls_rsp_tmpl.rx_id = FC_RXID_ANY;
216 memcpy(fchs, &fc_bls_rsp_tmpl, sizeof(struct fchs_s));

Completed in 10 milliseconds