Searched refs:ct_hdr (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/scsi/ |
D | zfcp_fc.h | 63 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
|
D | zfcp_fc.c | 363 if (gid_pn_rsp->ct_hdr.ct_cmd != cpu_to_be16(FC_FS_ACC)) in zfcp_fc_ns_gid_pn_eval() 375 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 377 ct_hdr->ct_rev = FC_CT_REV; in zfcp_fc_ct_ns_init() 378 ct_hdr->ct_fs_type = FC_FST_DIR; in zfcp_fc_ct_ns_init() 379 ct_hdr->ct_fs_subtype = FC_NS_SUBTYPE; in zfcp_fc_ct_ns_init() 380 ct_hdr->ct_cmd = cpu_to_be16(cmd); in zfcp_fc_ct_ns_init() 381 ct_hdr->ct_mr_size = cpu_to_be16(mr_size / 4); in zfcp_fc_ct_ns_init() 402 zfcp_fc_ct_ns_init(&gid_pn_req->ct_hdr, in zfcp_fc_ns_gid_pn_request() 704 zfcp_fc_ct_ns_init(&req->ct_hdr, FC_NS_GPN_FT, max_bytes); in zfcp_fc_send_gpn_ft() 859 zfcp_fc_ct_ns_init(&gspn_req->ct_hdr, FC_NS_GSPN_ID, in zfcp_fc_gspn() [all …]
|
/kernel/linux/linux-5.10/drivers/crypto/mediatek/ |
D | mtk-platform.h | 64 __le32 ct_hdr; member
|
D | mtk-sha.c | 83 __le32 ct_hdr; member 280 ctx->ct_hdr = SHA_CT_CTRL_HDR; in mtk_sha_info_init() 327 ctx->ct_hdr &= ~SHA_DATA_LEN_MSK; in mtk_sha_info_update() 328 ctx->ct_hdr |= cpu_to_le32(len1 + len2); in mtk_sha_info_update() 442 cmd->ct_hdr = ctx->ct_hdr; in mtk_sha_xmit()
|
D | mtk-aes.c | 118 __le32 ct_hdr; member 278 cmd->ct_hdr = aes->ctx->ct_hdr; in mtk_aes_xmit() 405 ctx->ct_hdr = AES_CT_CTRL_HDR | cpu_to_le32(len); in mtk_aes_info_init() 852 ctx->ct_hdr = AES_CT_CTRL_HDR | cpu_to_le32(len); in mtk_aes_gcm_info_init()
|
/kernel/linux/linux-5.10/drivers/scsi/bfa/ |
D | bfa_fcs_lport.c | 414 struct ct_hdr_s *ct_hdr; in bfa_fcs_lport_send_fcgs_rjt() local 423 ct_hdr = bfa_fcxp_get_reqbuf(fcxp); in bfa_fcs_lport_send_fcgs_rjt() 424 ct_hdr->gs_type = rx_cthdr->gs_type; in bfa_fcs_lport_send_fcgs_rjt() 425 ct_hdr->gs_sub_type = rx_cthdr->gs_sub_type; in bfa_fcs_lport_send_fcgs_rjt() 427 len = fc_gs_rjt_build(&fchs, ct_hdr, rx_fchs->s_id, in bfa_fcs_lport_send_fcgs_rjt()
|