Home
last modified time | relevance | path

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

/drivers/scsi/bfa/
Dbfa_fcbuild.c209 return FC_PARSE_OK; in fc_els_rsp_parse()
211 return FC_PARSE_OK; in fc_els_rsp_parse()
375 return FC_PARSE_OK; in fc_plogi_rsp_parse()
394 return FC_PARSE_OK; in fc_plogi_parse()
450 return FC_PARSE_OK; in fc_prli_rsp_parse()
465 return FC_PARSE_OK; in fc_prli_parse()
535 return FC_PARSE_OK; in fc_adisc_rsp_parse()
550 return FC_PARSE_OK; in fc_adisc_parse()
574 return FC_PARSE_OK; in fc_pdisc_parse()
594 return FC_PARSE_OK; in fc_abts_rsp_parse()
[all …]
Dbfa_fcbuild.h113 FC_PARSE_OK = 0, enumerator
Dbfa_fcs_fcpim.c509 if (fc_prli_rsp_parse(prli_resp, rsp_len) != FC_PARSE_OK) { in bfa_fcs_itnim_prli_response()
Dbfa_fcs_rport.c1908 rport->nwwn) == FC_PARSE_OK) { in bfa_fcs_rport_adisc_response()
Dbfa_fcs_lport.c464 if (fc_plogi_parse(rx_fchs) != FC_PARSE_OK) { in bfa_fcs_lport_plogi()