| /Linux-v6.1/drivers/scsi/megaraid/ |
| D | megaraid_sas_base.c | 135 int megasas_transition_to_ready(struct megasas_instance *instance, int ocr); 136 static int megasas_get_pd_list(struct megasas_instance *instance); 137 static int megasas_ld_list_query(struct megasas_instance *instance, 139 static int megasas_issue_init_mfi(struct megasas_instance *instance); 140 static int megasas_register_aen(struct megasas_instance *instance, 142 static void megasas_get_pd_info(struct megasas_instance *instance, 145 megasas_set_ld_removed_by_fw(struct megasas_instance *instance); 224 megasas_complete_cmd(struct megasas_instance *instance, struct megasas_cmd *cmd, 227 megasas_read_fw_status_reg_gen2(struct megasas_instance *instance); 229 megasas_adp_reset_gen2(struct megasas_instance *instance, [all …]
|
| D | megaraid_sas_fusion.c | 52 megasas_complete_cmd(struct megasas_instance *instance, 55 wait_and_poll(struct megasas_instance *instance, struct megasas_cmd *cmd, 59 megasas_clear_intr_fusion(struct megasas_instance *instance); 61 int megasas_transition_to_ready(struct megasas_instance *instance, int ocr); 64 int megasas_sriov_start_heartbeat(struct megasas_instance *instance, 69 static void megasas_free_rdpq_fusion(struct megasas_instance *instance); 70 static void megasas_free_reply_fusion(struct megasas_instance *instance); 72 void megasas_configure_queue_sizes(struct megasas_instance *instance); 73 static void megasas_fusion_crash_dump(struct megasas_instance *instance); 78 * @instance: adapter's soft state [all …]
|
| D | megaraid_sas_debugfs.c | 62 struct megasas_instance *instance = inode->i_private; in megasas_debugfs_raidmap_open() local 66 fusion = instance->ctrl_context; in megasas_debugfs_raidmap_open() 72 debug->buf = (void *)fusion->ld_drv_map[(instance->map_id & 1)]; in megasas_debugfs_raidmap_open() 119 * instance: Soft instance of adapter 122 megasas_setup_debugfs(struct megasas_instance *instance) in megasas_setup_debugfs() argument 127 fusion = instance->ctrl_context; in megasas_setup_debugfs() 131 "scsi_host%d", instance->host->host_no); in megasas_setup_debugfs() 132 if (!instance->debugfs_root) { in megasas_setup_debugfs() 133 instance->debugfs_root = in megasas_setup_debugfs() 135 if (!instance->debugfs_root) { in megasas_setup_debugfs() [all …]
|
| /Linux-v6.1/drivers/staging/vc04_services/bcm2835-audio/ |
| D | bcm2835-vchiq.c | 25 static void bcm2835_audio_lock(struct bcm2835_audio_instance *instance) in bcm2835_audio_lock() argument 27 mutex_lock(&instance->vchi_mutex); in bcm2835_audio_lock() 28 vchiq_use_service(instance->alsa_stream->chip->vchi_ctx->instance, in bcm2835_audio_lock() 29 instance->service_handle); in bcm2835_audio_lock() 32 static void bcm2835_audio_unlock(struct bcm2835_audio_instance *instance) in bcm2835_audio_unlock() argument 34 vchiq_release_service(instance->alsa_stream->chip->vchi_ctx->instance, in bcm2835_audio_unlock() 35 instance->service_handle); in bcm2835_audio_unlock() 36 mutex_unlock(&instance->vchi_mutex); in bcm2835_audio_unlock() 39 static int bcm2835_audio_send_msg_locked(struct bcm2835_audio_instance *instance, in bcm2835_audio_send_msg_locked() argument 45 instance->result = -1; in bcm2835_audio_send_msg_locked() [all …]
|
| /Linux-v6.1/drivers/usb/atm/ |
| D | usbatm.c | 73 static int usbatm_print_packet(struct usbatm_data *instance, const unsigned char *data, int len); 280 static inline struct usbatm_vcc_data *usbatm_find_vcc(struct usbatm_data *instance, in usbatm_find_vcc() argument 285 list_for_each_entry(vcc_data, &instance->vcc_list, list) in usbatm_find_vcc() 291 static void usbatm_extract_one_cell(struct usbatm_data *instance, unsigned char *source) in usbatm_extract_one_cell() argument 299 if ((vci != instance->cached_vci) || (vpi != instance->cached_vpi)) { in usbatm_extract_one_cell() 300 instance->cached_vpi = vpi; in usbatm_extract_one_cell() 301 instance->cached_vci = vci; in usbatm_extract_one_cell() 303 instance->cached_vcc = usbatm_find_vcc(instance, vpi, vci); in usbatm_extract_one_cell() 305 if (!instance->cached_vcc) in usbatm_extract_one_cell() 306 atm_rldbg(instance, "%s: unknown vpi/vci (%hd/%d)!\n", __func__, vpi, vci); in usbatm_extract_one_cell() [all …]
|
| D | cxacru.c | 193 static int cxacru_cm(struct cxacru_data *instance, enum cxacru_cm_request cm, 211 struct cxacru_data *instance = to_usbatm_driver_data(\ 214 if (instance == NULL) \ 217 return cxacru_sysfs_showattr_##_type(instance->card_info[_value], buf); \ 306 struct cxacru_data *instance = to_usbatm_driver_data( in mac_address_show() local 309 if (instance == NULL || instance->usbatm->atm_dev == NULL) in mac_address_show() 312 return sprintf(buf, "%pM\n", instance->usbatm->atm_dev->esi); in mac_address_show() 319 struct cxacru_data *instance = to_usbatm_driver_data( in adsl_state_show() local 323 if (instance == NULL) in adsl_state_show() 326 value = instance->card_info[CXINF_LINE_STARTABLE]; in adsl_state_show() [all …]
|
| D | speedtch.c | 144 static void speedtch_set_swbuff(struct speedtch_instance_data *instance, int state) in speedtch_set_swbuff() argument 146 struct usbatm_data *usbatm = instance->usbatm; in speedtch_set_swbuff() 160 static void speedtch_test_sequence(struct speedtch_instance_data *instance) in speedtch_test_sequence() argument 162 struct usbatm_data *usbatm = instance->usbatm; in speedtch_test_sequence() 164 unsigned char *buf = instance->scratch_buffer; in speedtch_test_sequence() 204 buf[0] = instance->params.ModemMode; in speedtch_test_sequence() 216 instance->params.ModemOption, in speedtch_test_sequence() 222 buf[0] = instance->params.BMaxDSL & 0xff; in speedtch_test_sequence() 223 buf[1] = instance->params.BMaxDSL >> 8; in speedtch_test_sequence() 230 static int speedtch_upload_firmware(struct speedtch_instance_data *instance, in speedtch_upload_firmware() argument [all …]
|
| /Linux-v6.1/Documentation/trace/ |
| D | boottime-trace.rst | 56 Ftrace Per-instance Options 59 These options can be used for each instance including global ftrace node. 61 ftrace.[instance.INSTANCE.]options = OPT1[, OPT2[...]] 64 ftrace.[instance.INSTANCE.]tracing_on = 0|1 65 Enable/Disable tracing on this instance when starting boot-time tracing. 68 ftrace.[instance.INSTANCE.]trace_clock = CLOCK 71 ftrace.[instance.INSTANCE.]buffer_size = SIZE 75 ftrace.[instance.INSTANCE.]alloc_snapshot 78 ftrace.[instance.INSTANCE.]cpumask = CPUMASK 81 ftrace.[instance.INSTANCE.]events = EVENT[, EVENT2[...]] [all …]
|
| /Linux-v6.1/drivers/phy/mediatek/ |
| D | phy-mtk-tphy.c | 340 struct mtk_phy_instance *instance) in hs_slew_rate_calibrate() argument 342 struct u2phy_banks *u2_banks = &instance->u2_banks; in hs_slew_rate_calibrate() 354 if (instance->eye_src) in hs_slew_rate_calibrate() 369 tmp |= FIELD_PREP(P2F_RG_MONCLK_SEL, instance->index >> 1); in hs_slew_rate_calibrate() 398 instance->index, fm_out, calibration_val, in hs_slew_rate_calibrate() 410 struct mtk_phy_instance *instance) in u3_phy_instance_init() argument 412 struct u3phy_banks *u3_banks = &instance->u3_banks; in u3_phy_instance_init() 438 dev_dbg(tphy->dev, "%s(%d)\n", __func__, instance->index); in u3_phy_instance_init() 442 struct mtk_phy_instance *instance) in u2_phy_pll_26m_set() argument 444 struct u2phy_banks *u2_banks = &instance->u2_banks; in u2_phy_pll_26m_set() [all …]
|
| /Linux-v6.1/drivers/staging/vc04_services/vchiq-mmal/ |
| D | mmal-vchiq.c | 120 struct vchiq_mmal_instance *instance; member 133 /* mmal instance */ 134 struct vchiq_mmal_instance *instance; member 180 /* handle for a vchiq instance */ 185 get_msg_context(struct vchiq_mmal_instance *instance) in get_msg_context() argument 200 mutex_lock(&instance->context_map_lock); in get_msg_context() 201 handle = idr_alloc(&instance->context_map, msg_context, in get_msg_context() 203 mutex_unlock(&instance->context_map_lock); in get_msg_context() 210 msg_context->instance = instance; in get_msg_context() 217 lookup_msg_context(struct vchiq_mmal_instance *instance, int handle) in lookup_msg_context() argument [all …]
|
| /Linux-v6.1/drivers/thermal/ |
| D | gov_step_wise.c | 32 * equals lower limit, deactivate the thermal instance 36 * deactivate the thermal instance 38 static unsigned long get_target_state(struct thermal_instance *instance, in get_target_state() argument 41 struct thermal_cooling_device *cdev = instance->cdev; in get_target_state() 46 * We keep this instance the way it is by default. in get_target_state() 51 next_target = instance->target; in get_target_state() 54 if (!instance->initialized) { in get_target_state() 56 next_target = clamp((cur_state + 1), instance->lower, instance->upper); in get_target_state() 67 next_target = clamp((cur_state + 1), instance->lower, instance->upper); in get_target_state() 71 if (cur_state <= instance->lower) { in get_target_state() [all …]
|
| D | gov_bang_bang.c | 19 struct thermal_instance *instance; in thermal_zone_trip_update() local 34 list_for_each_entry(instance, &tz->thermal_instances, tz_node) { in thermal_zone_trip_update() 35 if (instance->trip != trip) in thermal_zone_trip_update() 39 if (instance->target == THERMAL_NO_TARGET) in thermal_zone_trip_update() 40 instance->target = 0; in thermal_zone_trip_update() 43 if (instance->target != 0 && instance->target != 1) { in thermal_zone_trip_update() 44 pr_warn("Thermal instance %s controlled by bang-bang has unexpected state: %ld\n", in thermal_zone_trip_update() 45 instance->name, instance->target); in thermal_zone_trip_update() 46 instance->target = 1; in thermal_zone_trip_update() 53 if (instance->target == 0 && tz->temperature >= trip_temp) in thermal_zone_trip_update() [all …]
|
| /Linux-v6.1/drivers/media/platform/mediatek/vcodec/vdec/ |
| D | vdec_vp9_req_lat_if.c | 282 * struct vdec_vp9_slice_init_vsi - VSI used to initialize instance 419 * struct vdec_vp9_slice_instance - represent one vp9 instance 422 * @vpu: VPU instance 439 * @init_vsi: vsi used for initialized VP9 instance 505 static int vdec_vp9_slice_init_default_frame_ctx(struct vdec_vp9_slice_instance *instance) in vdec_vp9_slice_init_default_frame_ctx() argument 513 ctx = instance->ctx; in vdec_vp9_slice_init_default_frame_ctx() 514 vsi = instance->vpu.vsi; in vdec_vp9_slice_init_default_frame_ctx() 521 mtk_vcodec_err(instance, "failed to map default frame ctx\n"); in vdec_vp9_slice_init_default_frame_ctx() 543 static int vdec_vp9_slice_alloc_working_buffer(struct vdec_vp9_slice_instance *instance, in vdec_vp9_slice_alloc_working_buffer() argument 546 struct mtk_vcodec_ctx *ctx = instance->ctx; in vdec_vp9_slice_alloc_working_buffer() [all …]
|
| /Linux-v6.1/drivers/mailbox/ |
| D | mailbox-sti.c | 49 * Each instance is currently composed of 32 channels 66 * @num_chan: Maximum number of channel per instance 77 * @instance: Instance number channel resides in 82 unsigned int instance; member 90 unsigned int instance = chan_info->instance; in sti_mbox_channel_is_enabled() local 93 return mdev->enabled[instance] & BIT(channel); in sti_mbox_channel_is_enabled() 98 unsigned int instance, in sti_mbox_to_channel() argument 107 chan_info->instance == instance && in sti_mbox_to_channel() 113 "Channel not registered: instance: %d channel: %d\n", in sti_mbox_to_channel() 114 instance, channel); in sti_mbox_to_channel() [all …]
|
| /Linux-v6.1/drivers/gpu/drm/i915/gt/ |
| D | intel_gt_mcr.c | 25 * one specific instance). Reads of MCR registers always operate in a unicast 27 * Selection of a specific MCR instance for unicast operations is referred to 43 "INSTANCE 0", 143 * @instance: instance number (documented as "subsliceid" on older platforms) 152 int group, int instance, u32 value) in rw_with_mcr_steering_fw() argument 160 mcr_ss = GEN11_MCR_SLICE(group) | GEN11_MCR_SUBSLICE(instance); in rw_with_mcr_steering_fw() 167 * from a single register instance regardless of how that bit in rw_with_mcr_steering_fw() 178 mcr_ss = GEN8_MCR_SLICE(group) | GEN8_MCR_SUBSLICE(instance); in rw_with_mcr_steering_fw() 202 int group, int instance, in rw_with_mcr_steering() argument 217 val = rw_with_mcr_steering_fw(uncore, reg, rw_flag, group, instance, value); in rw_with_mcr_steering() [all …]
|
| /Linux-v6.1/drivers/staging/vc04_services/interface/vchiq_arm/ |
| D | vchiq_dev.c | 111 vchiq_ioc_queue_message(struct vchiq_instance *instance, unsigned int handle, in vchiq_ioc_queue_message() argument 130 status = vchiq_queue_message(instance, handle, vchiq_ioc_copy_element_data, in vchiq_ioc_queue_message() 140 static int vchiq_ioc_create_service(struct vchiq_instance *instance, in vchiq_ioc_create_service() argument 149 if (args->is_open && !instance->connected) in vchiq_ioc_create_service() 159 srvstate = instance->connected ? in vchiq_ioc_create_service() 170 service = vchiq_add_service_internal(instance->state, ¶ms, in vchiq_ioc_create_service() 171 srvstate, instance, in vchiq_ioc_create_service() 180 user_service->instance = instance; in vchiq_ioc_create_service() 184 user_service->message_available_pos = instance->completion_remove - 1; in vchiq_ioc_create_service() 192 status = vchiq_open_service_internal(service, instance->pid); in vchiq_ioc_create_service() [all …]
|
| D | vchiq_arm.c | 155 vchiq_blocking_bulk_transfer(struct vchiq_instance *instance, unsigned int handle, void *data, 177 cleanup_pagelistinfo(struct vchiq_instance *instance, struct vchiq_pagelist_info *pagelistinfo) in cleanup_pagelistinfo() argument 180 dma_unmap_sg(instance->state->dev, pagelistinfo->scatterlist, in cleanup_pagelistinfo() 187 dma_free_coherent(instance->state->dev, pagelistinfo->pagelist_buffer_size, in cleanup_pagelistinfo() 214 create_pagelist(struct vchiq_instance *instance, char *buf, char __user *ubuf, in create_pagelist() argument 252 pagelist = dma_alloc_coherent(instance->state->dev, pagelist_size, &dma_addr, in create_pagelist() 294 cleanup_pagelistinfo(instance, pagelistinfo); in create_pagelist() 317 cleanup_pagelistinfo(instance, pagelistinfo); in create_pagelist() 340 dma_buffers = dma_map_sg(instance->state->dev, in create_pagelist() 346 cleanup_pagelistinfo(instance, pagelistinfo); in create_pagelist() [all …]
|
| /Linux-v6.1/drivers/scsi/ |
| D | NCR5380.c | 76 * the command structure is placed into the per instance disconnected 115 * The generic driver is initialized by calling NCR5380_init(instance), 289 * @instance: adapter state to dump 294 static void NCR5380_print(struct Scsi_Host *instance) in NCR5380_print() argument 296 struct NCR5380_hostdata *hostdata = shost_priv(instance); in NCR5380_print() 338 * @instance: adapter to dump 343 static void NCR5380_print_phase(struct Scsi_Host *instance) in NCR5380_print_phase() argument 345 struct NCR5380_hostdata *hostdata = shost_priv(instance); in NCR5380_print_phase() 351 shost_printk(KERN_DEBUG, instance, "REQ not asserted, phase unknown.\n"); in NCR5380_print_phase() 356 shost_printk(KERN_DEBUG, instance, "phase %s\n", phases[i].name); in NCR5380_print_phase() [all …]
|
| D | a2091.c | 34 struct Scsi_Host *instance = data; in a2091_intr() local 35 struct a2091_hostdata *hdata = shost_priv(instance); in a2091_intr() 42 spin_lock_irqsave(instance->host_lock, flags); in a2091_intr() 43 wd33c93_intr(instance); in a2091_intr() 44 spin_unlock_irqrestore(instance->host_lock, flags); in a2091_intr() 52 struct Scsi_Host *instance = cmd->device->host; in dma_setup() local 53 struct a2091_hostdata *hdata = shost_priv(instance); in dma_setup() 135 static void dma_stop(struct Scsi_Host *instance, struct scsi_cmnd *SCpnt, in dma_stop() argument 139 struct a2091_hostdata *hdata = shost_priv(instance); in dma_stop() 202 struct Scsi_Host *instance; in a2091_probe() local [all …]
|
| /Linux-v6.1/drivers/edac/ |
| D | edac_device_sysfs.c | 224 * perform the high level setup for the new edac_device instance 239 /* Point to the 'edac_subsys' this instance 'reports' to */ in edac_device_register_sysfs_main_kobj() 302 /* edac_dev -> instance information */ 305 * Set of low-level instance attribute show functions 307 static ssize_t instance_ue_count_show(struct edac_device_instance *instance, in instance_ue_count_show() argument 310 return sprintf(data, "%u\n", instance->counters.ue_count); in instance_ue_count_show() 313 static ssize_t instance_ce_count_show(struct edac_device_instance *instance, in instance_ce_count_show() argument 316 return sprintf(data, "%u\n", instance->counters.ce_count); in instance_ce_count_show() 322 /* DEVICE instance kobject release() function */ 325 struct edac_device_instance *instance; in edac_device_ctrl_instance_release() local [all …]
|
| D | edac_device.c | 63 unsigned instance, block, attr; in edac_device_alloc_ctl_info() local 112 /* Initialize every Instance */ in edac_device_alloc_ctl_info() 113 for (instance = 0; instance < nr_instances; instance++) { in edac_device_alloc_ctl_info() 114 inst = &dev_inst[instance]; in edac_device_alloc_ctl_info() 117 blk_p = &dev_blk[instance * nr_blocks]; in edac_device_alloc_ctl_info() 120 /* name of this instance */ in edac_device_alloc_ctl_info() 121 snprintf(inst->name, sizeof(inst->name), "%s%u", dev_name, instance); in edac_device_alloc_ctl_info() 123 /* Initialize every block in each instance */ in edac_device_alloc_ctl_info() 126 blk->instance = inst; in edac_device_alloc_ctl_info() 130 edac_dbg(4, "instance=%d inst_p=%p block=#%d block_p=%p name='%s'\n", in edac_device_alloc_ctl_info() [all …]
|
| /Linux-v6.1/drivers/gpu/drm/amd/amdgpu/ |
| D | arct_reg_init.c | 34 adev->reg_offset[GC_HWIP][i] = (uint32_t *)(&(GC_BASE.instance[i])); in arct_reg_base_init() 35 adev->reg_offset[HDP_HWIP][i] = (uint32_t *)(&(HDP_BASE.instance[i])); in arct_reg_base_init() 36 adev->reg_offset[MMHUB_HWIP][i] = (uint32_t *)(&(MMHUB_BASE.instance[i])); in arct_reg_base_init() 37 adev->reg_offset[ATHUB_HWIP][i] = (uint32_t *)(&(ATHUB_BASE.instance[i])); in arct_reg_base_init() 38 adev->reg_offset[NBIO_HWIP][i] = (uint32_t *)(&(NBIF0_BASE.instance[i])); in arct_reg_base_init() 39 adev->reg_offset[MP0_HWIP][i] = (uint32_t *)(&(MP0_BASE.instance[i])); in arct_reg_base_init() 40 adev->reg_offset[MP1_HWIP][i] = (uint32_t *)(&(MP1_BASE.instance[i])); in arct_reg_base_init() 41 adev->reg_offset[UVD_HWIP][i] = (uint32_t *)(&(UVD_BASE.instance[i])); in arct_reg_base_init() 42 adev->reg_offset[DF_HWIP][i] = (uint32_t *)(&(DF_BASE.instance[i])); in arct_reg_base_init() 43 adev->reg_offset[OSSSYS_HWIP][i] = (uint32_t *)(&(OSSSYS_BASE.instance[i])); in arct_reg_base_init() [all …]
|
| D | aldebaran_reg_init.c | 34 adev->reg_offset[GC_HWIP][i] = (uint32_t *)(&(GC_BASE.instance[i])); in aldebaran_reg_base_init() 35 adev->reg_offset[HDP_HWIP][i] = (uint32_t *)(&(HDP_BASE.instance[i])); in aldebaran_reg_base_init() 36 adev->reg_offset[MMHUB_HWIP][i] = (uint32_t *)(&(MMHUB_BASE.instance[i])); in aldebaran_reg_base_init() 37 adev->reg_offset[ATHUB_HWIP][i] = (uint32_t *)(&(ATHUB_BASE.instance[i])); in aldebaran_reg_base_init() 38 adev->reg_offset[NBIO_HWIP][i] = (uint32_t *)(&(NBIO_BASE.instance[i])); in aldebaran_reg_base_init() 39 adev->reg_offset[MP0_HWIP][i] = (uint32_t *)(&(MP0_BASE.instance[i])); in aldebaran_reg_base_init() 40 adev->reg_offset[MP1_HWIP][i] = (uint32_t *)(&(MP1_BASE.instance[i])); in aldebaran_reg_base_init() 41 adev->reg_offset[DF_HWIP][i] = (uint32_t *)(&(DF_BASE.instance[i])); in aldebaran_reg_base_init() 42 adev->reg_offset[OSSSYS_HWIP][i] = (uint32_t *)(&(OSSSYS_BASE.instance[i])); in aldebaran_reg_base_init() 43 adev->reg_offset[SDMA0_HWIP][i] = (uint32_t *)(&(SDMA0_BASE.instance[i])); in aldebaran_reg_base_init() [all …]
|
| D | dimgrey_cavefish_reg_init.c | 35 adev->reg_offset[GC_HWIP][i] = (uint32_t *)(&(GC_BASE.instance[i])); in dimgrey_cavefish_reg_base_init() 36 adev->reg_offset[HDP_HWIP][i] = (uint32_t *)(&(HDP_BASE.instance[i])); in dimgrey_cavefish_reg_base_init() 37 adev->reg_offset[MMHUB_HWIP][i] = (uint32_t *)(&(MMHUB_BASE.instance[i])); in dimgrey_cavefish_reg_base_init() 38 adev->reg_offset[ATHUB_HWIP][i] = (uint32_t *)(&(ATHUB_BASE.instance[i])); in dimgrey_cavefish_reg_base_init() 39 adev->reg_offset[NBIO_HWIP][i] = (uint32_t *)(&(NBIO_BASE.instance[i])); in dimgrey_cavefish_reg_base_init() 40 adev->reg_offset[MP0_HWIP][i] = (uint32_t *)(&(MP0_BASE.instance[i])); in dimgrey_cavefish_reg_base_init() 41 adev->reg_offset[MP1_HWIP][i] = (uint32_t *)(&(MP1_BASE.instance[i])); in dimgrey_cavefish_reg_base_init() 42 adev->reg_offset[VCN_HWIP][i] = (uint32_t *)(&(VCN0_BASE.instance[i])); in dimgrey_cavefish_reg_base_init() 43 adev->reg_offset[DF_HWIP][i] = (uint32_t *)(&(DF_BASE.instance[i])); in dimgrey_cavefish_reg_base_init() 44 adev->reg_offset[DCE_HWIP][i] = (uint32_t *)(&(DCN_BASE.instance[i])); in dimgrey_cavefish_reg_base_init() [all …]
|
| /Linux-v6.1/include/trace/events/ |
| D | qrtr.h | 13 TP_PROTO(__le32 service, __le32 instance, __le32 node, __le32 port), 15 TP_ARGS(service, instance, node, port), 19 __field(__le32, instance) 26 __entry->instance = instance; 32 __entry->service, __entry->instance, __entry->node, 39 TP_PROTO(__le32 service, __le32 instance, __le32 node, __le32 port), 41 TP_ARGS(service, instance, node, port), 45 __field(__le32, instance) 52 __entry->instance = instance; 58 __entry->service, __entry->instance, __entry->node, [all …]
|