Searched refs:cthdr (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/scsi/bfa/ |
| H A D | bfa_fcbuild.c | 572 fc_gs_cthdr_build(struct ct_hdr_s *cthdr, u32 s_id, u16 cmd_code) in fc_gs_cthdr_build() argument 574 memset(cthdr, 0, sizeof(struct ct_hdr_s)); in fc_gs_cthdr_build() 575 cthdr->rev_id = CT_GS3_REVISION; in fc_gs_cthdr_build() 576 cthdr->gs_type = CT_GSTYPE_DIRSERVICE; in fc_gs_cthdr_build() 577 cthdr->gs_sub_type = CT_GSSUBTYPE_NAMESERVER; in fc_gs_cthdr_build() 578 cthdr->cmd_rsp_code = cpu_to_be16(cmd_code); in fc_gs_cthdr_build() 582 fc_gs_fdmi_cthdr_build(struct ct_hdr_s *cthdr, u32 s_id, u16 cmd_code) in fc_gs_fdmi_cthdr_build() argument 584 memset(cthdr, 0, sizeof(struct ct_hdr_s)); in fc_gs_fdmi_cthdr_build() 585 cthdr->rev_id = CT_GS3_REVISION; in fc_gs_fdmi_cthdr_build() 586 cthdr->gs_type = CT_GSTYPE_MGMTSERVICE; in fc_gs_fdmi_cthdr_build() [all …]
|
| H A D | bfa_fcbuild.h | 159 u16 fc_gs_rjt_build(struct fchs_s *fchs, struct ct_hdr_s *cthdr,
|