Home
last modified time | relevance | path

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

/drivers/scsi/bfa/
Dbfa_fcbuild.c208 return FC_PARSE_OK; in fc_els_rsp_parse()
210 return FC_PARSE_OK; in fc_els_rsp_parse()
374 return FC_PARSE_OK; in fc_plogi_rsp_parse()
393 return FC_PARSE_OK; in fc_plogi_parse()
449 return FC_PARSE_OK; in fc_prli_rsp_parse()
464 return FC_PARSE_OK; in fc_prli_parse()
534 return FC_PARSE_OK; in fc_adisc_rsp_parse()
549 return FC_PARSE_OK; in fc_adisc_parse()
573 return FC_PARSE_OK; in fc_pdisc_parse()
593 return FC_PARSE_OK; in fc_abts_rsp_parse()
[all …]
Dbfa_fcbuild.h112 FC_PARSE_OK = 0, enumerator
Dbfa_fcs_fcpim.c508 if (fc_prli_rsp_parse(prli_resp, rsp_len) != FC_PARSE_OK) { in bfa_fcs_itnim_prli_response()
Dbfa_fcs_rport.c1907 rport->nwwn) == FC_PARSE_OK) { in bfa_fcs_rport_adisc_response()
Dbfa_fcs_lport.c452 if (fc_plogi_parse(rx_fchs) != FC_PARSE_OK) { in bfa_fcs_lport_plogi()