Home
last modified time | relevance | path

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

/linux/drivers/scsi/bfa/
H A Dbfa_fcbuild.c108 prli_tmpl.parampage.type = FC_TYPE_FCP; in fcbuild_init()
109 prli_tmpl.parampage.imagepair = 1; in fcbuild_init()
110 prli_tmpl.parampage.servparams.rxrdisab = 1; in fcbuild_init()
288 prli->parampage.servparams.initiator = 1; in fc_prli_build()
289 prli->parampage.servparams.retry = 1; in fc_prli_build()
290 prli->parampage.servparams.rec_support = 1; in fc_prli_build()
291 prli->parampage.servparams.task_retry_id = 0; in fc_prli_build()
292 prli->parampage.servparams.confirm = 1; in fc_prli_build()
308 prli->parampage.servparams.initiator = 1; in fc_prli_acc_build()
310 prli->parampage.rspcode = FC_PRLI_ACC_XQTD; in fc_prli_acc_build()
[all …]
H A Dbfa_fcs_fcpim.c524 if (prli_resp->parampage.servparams.initiator) { in bfa_fcs_itnim_prli_response()
525 bfa_trc(itnim->fcs, prli_resp->parampage.type); in bfa_fcs_itnim_prli_response()
540 sparams = &prli_resp->parampage.servparams; in bfa_fcs_itnim_prli_response()
H A Dbfa_fc.h539 struct fc_prli_params_page_s parampage; member