Searched refs:evt_data (Results 1 – 11 of 11) sorted by relevance
| /linux-6.15/drivers/net/ethernet/marvell/octeontx2/af/ |
| H A D | rvu_rep.c | 45 ether_addr_copy(pfvf->mac_addr, event->evt_data.mac); in rvu_rep_up_notify() 57 memcpy(&msg->evt_data, &event->evt_data, sizeof(struct rep_evt_data)); in rvu_rep_up_notify() 130 req->evt_data.vf_state = enable; in rvu_rep_notify_pfvf_state()
|
| H A D | mbox.h | 1603 struct rep_evt_data evt_data; member
|
| /linux-6.15/drivers/net/ethernet/marvell/octeontx2/nic/ |
| H A D | rep.c | 209 ether_addr_copy(evt.evt_data.mac, hw_addr); in rvu_rep_dl_port_fn_hw_addr_set() 291 memcpy(&req->evt_data, &data->evt_data, sizeof(struct rep_evt_data)); in rvu_rep_notify_pfvf() 305 if (info->evt_data.vf_state) in rvu_rep_state_evt_handler() 328 evt.evt_data.mtu = new_mtu; in rvu_rep_change_mtu() 452 evt.evt_data.port_state = 1; in rvu_rep_open()
|
| H A D | otx2_pf.c | 860 netdev->mtu = info->evt_data.mtu; in otx2_mbox_up_handler_rep_event_up_notify() 865 if (info->evt_data.port_state) { in otx2_mbox_up_handler_rep_event_up_notify()
|
| /linux-6.15/include/linux/usb/ |
| H A D | ljca.h | 32 typedef void (*ljca_event_cb_t)(void *context, u8 cmd, const void *evt_data, int len);
|
| /linux-6.15/tools/testing/selftests/nci/ |
| H A D | nci_dev.c | 723 char evt_data[255]; in connect_tag() local 729 resp_len = recv(sd, evt_data, sizeof(evt_data), 0); in connect_tag() 733 genlhdr = (struct genlmsghdr *)((struct nlmsghdr *)evt_data + 1); in connect_tag()
|
| /linux-6.15/drivers/gpio/ |
| H A D | gpio-ljca.c | 279 static void ljca_gpio_event_cb(void *context, u8 cmd, const void *evt_data, in ljca_gpio_event_cb() argument 282 const struct ljca_gpio_packet *packet = evt_data; in ljca_gpio_event_cb()
|
| /linux-6.15/include/uapi/linux/ |
| H A D | i2o-dev.h | 108 unsigned char evt_data[I2O_EVT_DATA_SIZE]; member
|
| /linux-6.15/arch/riscv/kvm/ |
| H A D | vcpu_pmu.c | 114 static u64 kvm_pmu_get_perf_event_config(unsigned long eidx, uint64_t evt_data) in kvm_pmu_get_perf_event_config() argument 129 config = evt_data & RISCV_PMU_RAW_EVENT_MASK; in kvm_pmu_get_perf_event_config()
|
| /linux-6.15/drivers/scsi/lpfc/ |
| H A D | lpfc_hbadisc.c | 765 char *evt_data; in lpfc_send_fastpath_evt() local 778 evt_data = (char *) &fast_evt_data->un.read_check_error; in lpfc_send_fastpath_evt() 783 evt_data = (char *) &fast_evt_data->un.fabric_evt; in lpfc_send_fastpath_evt() 793 evt_data = (char *) &fast_evt_data->un.scsi_evt; in lpfc_send_fastpath_evt() 797 evt_data = (char *) &fast_evt_data->un.check_cond_evt; in lpfc_send_fastpath_evt() 802 evt_data = (char *) &fast_evt_data->un.queue_depth_evt; in lpfc_send_fastpath_evt() 819 evt_data, in lpfc_send_fastpath_evt()
|
| /linux-6.15/drivers/net/wireless/ath/wil6210/ |
| H A D | wmi.c | 3325 void *evt_data = (void *)(&wmi[1]); in wmi_event_handle() local 3363 wmi_evt_call_handler(vif, id, evt_data, in wmi_event_handle() 3372 if (!wmi_evt_call_handler(vif, id, evt_data, in wmi_event_handle()
|