Home
last modified time | relevance | path

Searched refs:ct_hdr (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/s390/scsi/
Dzfcp_fc.h63 struct fc_ct_hdr ct_hdr; member
73 struct fc_ct_hdr ct_hdr; member
83 struct fc_ct_hdr ct_hdr; member
93 struct fc_ct_hdr ct_hdr; member
104 struct fc_ct_hdr ct_hdr; member
116 struct fc_ct_hdr ct_hdr; member
Dzfcp_fc.c339 if (gid_pn_rsp->ct_hdr.ct_cmd != cpu_to_be16(FC_FS_ACC)) in zfcp_fc_ns_gid_pn_eval()
351 static void zfcp_fc_ct_ns_init(struct fc_ct_hdr *ct_hdr, u16 cmd, u16 mr_size) in zfcp_fc_ct_ns_init() argument
353 ct_hdr->ct_rev = FC_CT_REV; in zfcp_fc_ct_ns_init()
354 ct_hdr->ct_fs_type = FC_FST_DIR; in zfcp_fc_ct_ns_init()
355 ct_hdr->ct_fs_subtype = FC_NS_SUBTYPE; in zfcp_fc_ct_ns_init()
356 ct_hdr->ct_cmd = cpu_to_be16(cmd); in zfcp_fc_ct_ns_init()
357 ct_hdr->ct_mr_size = cpu_to_be16(mr_size / 4); in zfcp_fc_ct_ns_init()
378 zfcp_fc_ct_ns_init(&gid_pn_req->ct_hdr, in zfcp_fc_ns_gid_pn_request()
627 zfcp_fc_ct_ns_init(&req->ct_hdr, FC_NS_GPN_FT, max_bytes); in zfcp_fc_send_gpn_ft()
782 zfcp_fc_ct_ns_init(&gspn_req->ct_hdr, FC_NS_GSPN_ID, in zfcp_fc_gspn()
[all …]
/Linux-v4.19/drivers/crypto/mediatek/
Dmtk-platform.h68 __le32 ct_hdr; member
Dmtk-sha.c86 __le32 ct_hdr; member
283 ctx->ct_hdr = SHA_CT_CTRL_HDR; in mtk_sha_info_init()
330 ctx->ct_hdr &= ~SHA_DATA_LEN_MSK; in mtk_sha_info_update()
331 ctx->ct_hdr |= cpu_to_le32(len1 + len2); in mtk_sha_info_update()
446 cmd->ct_hdr = ctx->ct_hdr; in mtk_sha_xmit()
Dmtk-aes.c115 __le32 ct_hdr; member
293 cmd->ct_hdr = aes->ctx->ct_hdr; in mtk_aes_xmit()
420 ctx->ct_hdr = AES_CT_CTRL_HDR | cpu_to_le32(len); in mtk_aes_info_init()
826 ctx->ct_hdr = AES_CT_CTRL_HDR | len; in mtk_aes_gcm_info_init()
/Linux-v4.19/drivers/scsi/bfa/
Dbfa_fcs_lport.c422 struct ct_hdr_s *ct_hdr; in bfa_fcs_lport_send_fcgs_rjt() local
431 ct_hdr = bfa_fcxp_get_reqbuf(fcxp); in bfa_fcs_lport_send_fcgs_rjt()
432 ct_hdr->gs_type = rx_cthdr->gs_type; in bfa_fcs_lport_send_fcgs_rjt()
433 ct_hdr->gs_sub_type = rx_cthdr->gs_sub_type; in bfa_fcs_lport_send_fcgs_rjt()
435 len = fc_gs_rjt_build(&fchs, ct_hdr, rx_fchs->s_id, in bfa_fcs_lport_send_fcgs_rjt()