Searched refs:evt_buf (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/drivers/net/wireless/marvell/mwifiex/ |
A D | 11h.c | 198 u8 *evt_buf; in mwifiex_11h_handle_chanrpt_ready() local 211 evt_buf = (void *)&rpt_event->tlvbuf; in mwifiex_11h_handle_chanrpt_ready() 234 evt_buf += (tlv_len + sizeof(rpt->header)); in mwifiex_11h_handle_chanrpt_ready()
|
/linux-6.3-rc2/drivers/net/ethernet/marvell/prestera/ |
A D | prestera_pci.c | 226 u8 __iomem *evt_buf; member 487 fw->evt_buf = base + prestera_fw_read(fw, PRESTERA_EVT_BUF_OFFS_REG); in prestera_fw_init() 498 evtq->addr = fw->evt_buf + offs; in prestera_fw_init()
|
/linux-6.3-rc2/drivers/staging/rtl8712/ |
A D | rtl871x_cmd.h | 66 u8 *evt_buf; /*shall be non-paged, and 4 bytes aligned*/ member
|
A D | rtl871x_cmd.c | 84 pevtpriv->evt_buf = pevtpriv->evt_allocated_buf + 4 - in r8712_init_evt_priv()
|
/linux-6.3-rc2/drivers/staging/rtl8723bs/include/ |
A D | rtw_cmd.h | 66 u8 *evt_buf; /* shall be non-paged, and 4 bytes aligned */ member
|
/linux-6.3-rc2/drivers/iommu/amd/ |
A D | init.c | 821 iommu->evt_buf = iommu_alloc_4k_pages(iommu, GFP_KERNEL | __GFP_ZERO, in alloc_event_buffer() 824 return iommu->evt_buf ? 0 : -ENOMEM; in alloc_event_buffer() 831 BUG_ON(iommu->evt_buf == NULL); in iommu_enable_event_buffer() 833 entry = iommu_virt_to_phys(iommu->evt_buf) | EVT_LEN_MASK; in iommu_enable_event_buffer() 855 free_pages((unsigned long)iommu->evt_buf, get_order(EVT_BUFFER_SIZE)); in free_event_buffer()
|
A D | amd_iommu_types.h | 694 u8 *evt_buf; member
|
A D | iommu.c | 697 iommu_print_event(iommu, iommu->evt_buf + head); in iommu_poll_events()
|
/linux-6.3-rc2/drivers/net/wireless/ath/ath12k/ |
A D | wmi.c | 603 const void *evt_buf, in ath12k_pull_service_ready_tlv() argument 606 const struct wmi_service_ready_event *ev = evt_buf; in ath12k_pull_service_ready_tlv() 4504 static int ath12k_pull_bcn_tx_status_ev(struct ath12k_base *ab, void *evt_buf, in ath12k_pull_bcn_tx_status_ev() argument 4512 tb = ath12k_wmi_tlv_parse_alloc(ab, evt_buf, len, GFP_ATOMIC); in ath12k_pull_bcn_tx_status_ev() 4950 static int ath12k_pull_chan_info_ev(struct ath12k_base *ab, u8 *evt_buf, in ath12k_pull_chan_info_ev() argument 4957 tb = ath12k_wmi_tlv_parse_alloc(ab, evt_buf, len, GFP_ATOMIC); in ath12k_pull_chan_info_ev() 5089 ath12k_pull_pdev_temp_ev(struct ath12k_base *ab, u8 *evt_buf, in ath12k_pull_pdev_temp_ev() argument 5095 tb = ath12k_wmi_tlv_parse_alloc(ab, evt_buf, len, GFP_ATOMIC); in ath12k_pull_pdev_temp_ev()
|
/linux-6.3-rc2/drivers/net/wireless/ath/ath11k/ |
A D | wmi.c | 505 const void *evt_buf, in ath11k_pull_service_ready_tlv() argument 508 const struct wmi_service_ready_event *ev = evt_buf; in ath11k_pull_service_ready_tlv() 5112 static int ath11k_pull_bcn_tx_status_ev(struct ath11k_base *ab, void *evt_buf, in ath11k_pull_bcn_tx_status_ev() argument 5120 tb = ath11k_wmi_tlv_parse_alloc(ab, evt_buf, len, GFP_ATOMIC); in ath11k_pull_bcn_tx_status_ev() 5554 static int ath11k_pull_chan_info_ev(struct ath11k_base *ab, u8 *evt_buf, in ath11k_pull_chan_info_ev() argument 5561 tb = ath11k_wmi_tlv_parse_alloc(ab, evt_buf, len, GFP_ATOMIC); in ath11k_pull_chan_info_ev()
|
Completed in 53 milliseconds