Home
last modified time | relevance | path

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

/drivers/scsi/bfa/
Dbfa_fcbuild.c48 fc_els_req_tmpl.cat_info = FC_CAT_LD_REQUEST; in fcbuild_init()
59 fc_els_rsp_tmpl.cat_info = FC_CAT_LD_REPLY; in fcbuild_init()
78 fc_bls_rsp_tmpl.cat_info = FC_CAT_BA_ACC; in fcbuild_init()
128 fcp_fchs_tmpl.cat_info = FC_CAT_UNSOLICIT_CMD; in fcbuild_init()
142 fchs->cat_info = FC_CAT_UNSOLICIT_CTRL; in fc_gs_fchdr_build()
164 fchs->cat_info = FC_CAT_SOLICIT_CTRL; in fc_gsresp_fchdr_build()
576 fchs->cat_info = FC_CAT_ABTS; in fc_abts_build()
587 if ((fchs->cat_info == FC_CAT_BA_ACC) in fc_abts_rsp_parse()
588 || (fchs->cat_info == FC_CAT_BA_RJT)) in fc_abts_rsp_parse()
1018 fchs->cat_info = FC_CAT_BA_RJT; in fc_ba_rjt_build()
Dbfa_fc.h65 u32 cat_info:4; /* category info */ member
67 u32 cat_info:4; /* category info */
Dbfa_fcs.c1502 fchs->cat_info == FC_CAT_VFT_HDR) { in bfa_fcs_uf_recv()
Dbfa_fcs_lport.c774 (fchs->cat_info == FC_CAT_ABTS)) in bfa_fcs_lport_uf_recv()