Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/scsi/bfa/
Dbfa_fcbuild.h188 u16 fc_adisc_build(struct fchs_s *fchs, struct fc_adisc_s *adisc,
195 enum fc_parse_status fc_adisc_rsp_parse(struct fc_adisc_s *adisc, int len,
198 u16 fc_adisc_acc_build(struct fchs_s *fchs, struct fc_adisc_s *adisc,
Dbfa_fcbuild.c460 fc_adisc_x_build(struct fchs_s *fchs, struct fc_adisc_s *adisc, u32 d_id, in fc_adisc_x_build()
464 memset(adisc, '\0', sizeof(struct fc_adisc_s)); in fc_adisc_x_build()
478 return sizeof(struct fc_adisc_s); in fc_adisc_x_build()
482 fc_adisc_build(struct fchs_s *fchs, struct fc_adisc_s *adisc, u32 d_id, in fc_adisc_build()
490 fc_adisc_acc_build(struct fchs_s *fchs, struct fc_adisc_s *adisc, u32 d_id, in fc_adisc_acc_build()
499 fc_adisc_rsp_parse(struct fc_adisc_s *adisc, int len, wwn_t port_name, in fc_adisc_rsp_parse()
503 if (len < sizeof(struct fc_adisc_s)) in fc_adisc_rsp_parse()
519 struct fc_adisc_s *adisc = (struct fc_adisc_s *) pld; in fc_adisc_parse()
Dbfa_fcs_rport.c1534 if (fc_adisc_rsp_parse((struct fc_adisc_s *)pld, rsp_len, rport->pwwn, in bfa_fcs_rport_adisc_response()
1881 struct fc_adisc_s *adisc; in bfa_fcs_rport_process_adisc()
1888 adisc = (struct fc_adisc_s *) (rx_fchs + 1); in bfa_fcs_rport_process_adisc()
Dbfa_fc.h391 struct fc_adisc_s { struct