Home
last modified time | relevance | path

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

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