Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/bfa/
Dbfa_fcbuild.c33 static struct fchs_s fc_bls_req_tmpl; variable
69 fc_bls_req_tmpl.routing = FC_RTG_BASIC_LINK; in fcbuild_init()
70 fc_bls_req_tmpl.type = FC_TYPE_BLS; in fcbuild_init()
71 fc_bls_req_tmpl.f_ctl = bfa_hton3b(FCTL_END_SEQ | FCTL_SI_XFER); in fcbuild_init()
72 fc_bls_req_tmpl.rx_id = FC_RXID_ANY; in fcbuild_init()
579 memcpy(fchs, &fc_bls_req_tmpl, sizeof(struct fchs_s)); in fc_abts_build()