Home
last modified time | relevance | path

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

/linux/drivers/scsi/bfa/
A Dbfa_fcbuild.h192 u16 fc_adisc_build(struct fchs_s *fchs, struct fc_adisc_s *adisc,
199 enum fc_parse_status fc_adisc_rsp_parse(struct fc_adisc_s *adisc, int len,
202 u16 fc_adisc_acc_build(struct fchs_s *fchs, struct fc_adisc_s *adisc,
A Dbfa_fcbuild.c454 fc_adisc_x_build(struct fchs_s *fchs, struct fc_adisc_s *adisc, u32 d_id, in fc_adisc_x_build()
458 memset(adisc, '\0', sizeof(struct fc_adisc_s)); in fc_adisc_x_build()
472 return sizeof(struct fc_adisc_s); in fc_adisc_x_build()
476 fc_adisc_build(struct fchs_s *fchs, struct fc_adisc_s *adisc, u32 d_id, in fc_adisc_build()
484 fc_adisc_acc_build(struct fchs_s *fchs, struct fc_adisc_s *adisc, u32 d_id, in fc_adisc_acc_build()
493 fc_adisc_rsp_parse(struct fc_adisc_s *adisc, int len, wwn_t port_name, in fc_adisc_rsp_parse()
497 if (len < sizeof(struct fc_adisc_s)) in fc_adisc_rsp_parse()
513 struct fc_adisc_s *adisc = (struct fc_adisc_s *) pld; in fc_adisc_parse()
A Dbfa_fc.h370 struct fc_adisc_s { struct
A Dbfa_fcs_rport.c1894 if (fc_adisc_rsp_parse((struct fc_adisc_s *)pld, rsp_len, rport->pwwn, in bfa_fcs_rport_adisc_response()

Completed in 27 milliseconds