Searched refs:evt_buf (Results 1 – 10 of 10) sorted by relevance
/drivers/net/wireless/marvell/mwifiex/ |
D | 11h.c | 210 u8 *evt_buf; in mwifiex_11h_handle_chanrpt_ready() local 223 evt_buf = (void *)&rpt_event->tlvbuf; in mwifiex_11h_handle_chanrpt_ready() 246 evt_buf += (tlv_len + sizeof(rpt->header)); in mwifiex_11h_handle_chanrpt_ready()
|
/drivers/net/ethernet/marvell/prestera/ |
D | prestera_pci.c | 192 u8 __iomem *evt_buf; member 419 fw->evt_buf = base + prestera_fw_read(fw, PRESTERA_EVT_BUF_OFFS_REG); in prestera_fw_init() 430 evtq->addr = fw->evt_buf + offs; in prestera_fw_init()
|
/drivers/iommu/amd/ |
D | init.c | 739 iommu->evt_buf = iommu_alloc_4k_pages(iommu, GFP_KERNEL | __GFP_ZERO, in alloc_event_buffer() 742 return iommu->evt_buf ? 0 : -ENOMEM; in alloc_event_buffer() 749 BUG_ON(iommu->evt_buf == NULL); in iommu_enable_event_buffer() 751 entry = iommu_virt_to_phys(iommu->evt_buf) | EVT_LEN_MASK; in iommu_enable_event_buffer() 773 free_pages((unsigned long)iommu->evt_buf, get_order(EVT_BUFFER_SIZE)); in free_event_buffer()
|
D | amd_iommu_types.h | 591 u8 *evt_buf; member
|
D | iommu.c | 599 iommu_print_event(iommu, iommu->evt_buf + head); in iommu_poll_events()
|
/drivers/staging/rtl8712/ |
D | rtl871x_cmd.h | 66 u8 *evt_buf; /*shall be non-paged, and 4 bytes aligned*/ member
|
D | rtl871x_cmd.c | 84 pevtpriv->evt_buf = pevtpriv->evt_allocated_buf + 4 - in r8712_init_evt_priv()
|
/drivers/staging/rtl8723bs/include/ |
D | rtw_cmd.h | 66 u8 *evt_buf; /* shall be non-paged, and 4 bytes aligned */ member
|
/drivers/staging/r8188eu/include/ |
D | rtw_cmd.h | 57 u8 *evt_buf; /* shall be non-paged, and 4 bytes aligned */ member
|
/drivers/net/wireless/ath/ath11k/ |
D | wmi.c | 455 const void *evt_buf, in ath11k_pull_service_ready_tlv() argument 458 const struct wmi_service_ready_event *ev = evt_buf; in ath11k_pull_service_ready_tlv() 4647 static int ath11k_pull_bcn_tx_status_ev(struct ath11k_base *ab, void *evt_buf, in ath11k_pull_bcn_tx_status_ev() argument 4655 tb = ath11k_wmi_tlv_parse_alloc(ab, evt_buf, len, GFP_ATOMIC); in ath11k_pull_bcn_tx_status_ev() 5075 static int ath11k_pull_chan_info_ev(struct ath11k_base *ab, u8 *evt_buf, in ath11k_pull_chan_info_ev() argument 5082 tb = ath11k_wmi_tlv_parse_alloc(ab, evt_buf, len, GFP_ATOMIC); in ath11k_pull_chan_info_ev()
|