Searched refs:evt_data (Results 1 – 8 of 8) sorted by relevance
| /drivers/net/ethernet/marvell/octeontx2/nic/ |
| 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()
|
| A D | otx2_pf.c | 904 netdev->mtu = info->evt_data.mtu; in otx2_mbox_up_handler_rep_event_up_notify() 909 if (info->evt_data.port_state) { in otx2_mbox_up_handler_rep_event_up_notify()
|
| /drivers/net/ethernet/marvell/octeontx2/af/ |
| 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() 132 req->evt_data.vf_state = enable; in rvu_rep_notify_pfvf_state()
|
| A D | mbox.h | 1621 struct rep_evt_data evt_data; member
|
| /drivers/gpio/ |
| A D | gpio-ljca.c | 284 static void ljca_gpio_event_cb(void *context, u8 cmd, const void *evt_data, in ljca_gpio_event_cb() argument 287 const struct ljca_gpio_packet *packet = evt_data; in ljca_gpio_event_cb()
|
| /drivers/usb/host/ |
| A D | xhci-sideband.c | 108 evt.evt_data = &ep_index; in xhci_sideband_notify_ep_ring_free()
|
| /drivers/scsi/lpfc/ |
| A D | lpfc_hbadisc.c | 768 char *evt_data; in lpfc_send_fastpath_evt() local 781 evt_data = (char *) &fast_evt_data->un.read_check_error; in lpfc_send_fastpath_evt() 786 evt_data = (char *) &fast_evt_data->un.fabric_evt; in lpfc_send_fastpath_evt() 796 evt_data = (char *) &fast_evt_data->un.scsi_evt; in lpfc_send_fastpath_evt() 800 evt_data = (char *) &fast_evt_data->un.check_cond_evt; in lpfc_send_fastpath_evt() 805 evt_data = (char *) &fast_evt_data->un.queue_depth_evt; in lpfc_send_fastpath_evt() 822 evt_data, in lpfc_send_fastpath_evt()
|
| /drivers/net/wireless/ath/wil6210/ |
| 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()
|
Completed in 46 milliseconds