Searched refs:mbox_out (Results 1 – 2 of 2) sorted by relevance
57 struct cxl_mbox_get_sup_feats_out mbox_out; in cxl_get_supported_features_count() local63 mbox_in.count = cpu_to_le32(sizeof(mbox_out)); in cxl_get_supported_features_count()64 memset(&mbox_out, 0, sizeof(mbox_out)); in cxl_get_supported_features_count()69 .size_out = sizeof(mbox_out), in cxl_get_supported_features_count()70 .payload_out = &mbox_out, in cxl_get_supported_features_count()71 .min_out = sizeof(mbox_out), in cxl_get_supported_features_count()77 return le16_to_cpu(mbox_out.supported_feats); in cxl_get_supported_features_count()101 struct cxl_mbox_get_sup_feats_out *mbox_out __free(kvfree) = in get_supported_features()103 if (!mbox_out) in get_supported_features()106 hdr_size = struct_size(mbox_out, ents, 0); in get_supported_features()[all …]
199 struct mbox_out mbox; in mega_query_adapter()1116 sizeof(struct mbox_out)); in issue_scb()1189 memcpy((char *) mbox, raw_mbox, sizeof(struct mbox_out)); in issue_scb_block()3565 struct mbox_out mbox; in mega_is_bios_enabled()3594 struct mbox_out mbox; in mega_enum_raid_scsi()3647 struct mbox_out mbox; in mega_get_boot_drv()3711 struct mbox_out mbox; in mega_support_random_del()3738 struct mbox_out mbox; in mega_support_ext_cdb()3851 struct mbox_out mbox; in mega_get_max_sgl()3894 struct mbox_out mbox; in mega_support_cluster()[all …]