Searched refs:fc_adisc_s (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/scsi/bfa/ |
| H A D | bfa_fcbuild.h | 171 u16 fc_adisc_build(struct fchs_s *fchs, struct fc_adisc_s *adisc, 175 enum fc_parse_status fc_adisc_rsp_parse(struct fc_adisc_s *adisc, int len, 178 u16 fc_adisc_acc_build(struct fchs_s *fchs, struct fc_adisc_s *adisc,
|
| H A D | bfa_fcbuild.c | 349 fc_adisc_x_build(struct fchs_s *fchs, struct fc_adisc_s *adisc, u32 d_id, in fc_adisc_x_build() 353 memset(adisc, '\0', sizeof(struct fc_adisc_s)); in fc_adisc_x_build() 367 return sizeof(struct fc_adisc_s); in fc_adisc_x_build() 371 fc_adisc_build(struct fchs_s *fchs, struct fc_adisc_s *adisc, u32 d_id, in fc_adisc_build() 379 fc_adisc_acc_build(struct fchs_s *fchs, struct fc_adisc_s *adisc, u32 d_id, in fc_adisc_acc_build() 388 fc_adisc_rsp_parse(struct fc_adisc_s *adisc, int len, wwn_t port_name, in fc_adisc_rsp_parse() 392 if (len < sizeof(struct fc_adisc_s)) in fc_adisc_rsp_parse()
|
| H A D | bfa_fc.h | 370 struct fc_adisc_s { struct
|