Home
last modified time | relevance | path

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

/linux/drivers/scsi/bfa/
H A Dbfa_fcbuild.c275 return FC_PARSE_OK; in fc_plogi_parse()
331 return FC_PARSE_OK; in fc_prli_rsp_parse()
401 return FC_PARSE_OK; in fc_adisc_rsp_parse()
H A Dbfa_fcbuild.h105 FC_PARSE_OK = 0, enumerator
H A Dbfa_fcs_fcpim.c518 if (fc_prli_rsp_parse(prli_resp, rsp_len) != FC_PARSE_OK) { in bfa_fcs_itnim_prli_response()
H A Dbfa_fcs_lport.c443 if (fc_plogi_parse(rx_fchs) != FC_PARSE_OK) { in bfa_fcs_lport_plogi()