Home
last modified time | relevance | path

Searched refs:evt_msg (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/prestera/
H A Dprestera_pci.c182 u8 *evt_msg; member
270 msg = fw->evt_msg; in prestera_fw_evt_work_fn()
397 fw->evt_msg = kmalloc(PRESTERA_MSG_MAX_SIZE, GFP_KERNEL); in prestera_fw_init()
398 if (!fw->evt_msg) in prestera_fw_init()
414 kfree(fw->evt_msg); in prestera_fw_uninit()
/OK3568_Linux_fs/kernel/drivers/scsi/csiostor/
H A Dcsio_hw.c3780 csio_enqueue_evt(struct csio_hw *hw, enum csio_evt type, void *evt_msg, in csio_enqueue_evt() argument
3806 memcpy((void *)evt_entry->data, evt_msg, len); in csio_enqueue_evt()
3816 csio_enqueue_evt_lock(struct csio_hw *hw, enum csio_evt type, void *evt_msg, in csio_enqueue_evt_lock() argument
3853 fl_sg = (struct csio_fl_dma_buf *) evt_msg; in csio_enqueue_evt_lock()
3861 memcpy((void *)evt_entry->data, evt_msg, len); in csio_enqueue_evt_lock()
3980 struct csio_evt_msg *evt_msg; in csio_evtq_worker() local
3995 evt_msg = (struct csio_evt_msg *) evt_entry; in csio_evtq_worker()
4007 switch (evt_msg->type) { in csio_evtq_worker()
4009 msg = (struct cpl_fw6_msg *)(evt_msg->data); in csio_evtq_worker()
4038 memcpy(&rn, evt_msg->data, sizeof(rn)); in csio_evtq_worker()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_linux.c5518 dhd_nho_evt_process(dhd_pub_t *pub, int ifidx, wl_event_msg_t *evt_msg, in dhd_nho_evt_process() argument
5521 uint32 evt_type = ntoh32_ua(&evt_msg->event_type); in dhd_nho_evt_process()
5526 uint32 event_len = sizeof(wl_event_msg_t) + ntoh32_ua(&evt_msg->datalen); in dhd_nho_evt_process()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_linux.c5532 dhd_nho_evt_process(dhd_pub_t *pub, int ifidx, wl_event_msg_t *evt_msg, in dhd_nho_evt_process() argument
5535 uint32 evt_type = ntoh32_ua(&evt_msg->event_type); in dhd_nho_evt_process()
5540 uint32 event_len = sizeof(wl_event_msg_t) + ntoh32_ua(&evt_msg->datalen); in dhd_nho_evt_process()