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

/linux-master/drivers/scsi/bfa/
H A Dbfa_fcbuild.c26 static struct fchs_s fc_bls_req_tmpl; variable in typeref:struct:fchs_s
60 * fc_bls_req_tmpl
62 fc_bls_req_tmpl.routing = FC_RTG_BASIC_LINK;
63 fc_bls_req_tmpl.type = FC_TYPE_BLS;
64 fc_bls_req_tmpl.f_ctl = bfa_hton3b(FCTL_END_SEQ | FCTL_SI_XFER);
65 fc_bls_req_tmpl.rx_id = FC_RXID_ANY;
551 memcpy(fchs, &fc_bls_req_tmpl, sizeof(struct fchs_s));

Completed in 181 milliseconds