Searched refs:evt_buf (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/drivers/net/ethernet/marvell/prestera/ |
H 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()
|
/openbmc/linux/drivers/staging/rtl8712/ |
H A D | rtl871x_cmd.h | 66 u8 *evt_buf; /*shall be non-paged, and 4 bytes aligned*/ member
|
H A D | rtl871x_cmd.c | 84 pevtpriv->evt_buf = pevtpriv->evt_allocated_buf + 4 - in r8712_init_evt_priv()
|
/openbmc/linux/drivers/staging/rtl8723bs/include/ |
H A D | rtw_cmd.h | 66 u8 *evt_buf; /* shall be non-paged, and 4 bytes aligned */ member
|
/openbmc/linux/drivers/iommu/amd/ |
H A D | init.c | 884 iommu->evt_buf = iommu_alloc_4k_pages(iommu, GFP_KERNEL | __GFP_ZERO, in alloc_event_buffer() 887 return iommu->evt_buf ? 0 : -ENOMEM; in alloc_event_buffer() 894 BUG_ON(iommu->evt_buf == NULL); in iommu_enable_event_buffer() 896 entry = iommu_virt_to_phys(iommu->evt_buf) | EVT_LEN_MASK; in iommu_enable_event_buffer() 918 free_pages((unsigned long)iommu->evt_buf, get_order(EVT_BUFFER_SIZE)); in free_event_buffer()
|
H A D | amd_iommu_types.h | 706 u8 *evt_buf; member
|
H A D | iommu.c | 697 iommu_print_event(iommu, iommu->evt_buf + head); in iommu_poll_events()
|
/openbmc/linux/drivers/net/wireless/ath/ath12k/ |
H A D | wmi.c | 629 const void *evt_buf, in ath12k_pull_service_ready_tlv() argument 632 const struct wmi_service_ready_event *ev = evt_buf; in ath12k_pull_service_ready_tlv() 4802 static int ath12k_pull_bcn_tx_status_ev(struct ath12k_base *ab, void *evt_buf, in ath12k_pull_bcn_tx_status_ev() argument 4810 tb = ath12k_wmi_tlv_parse_alloc(ab, evt_buf, len, GFP_ATOMIC); in ath12k_pull_bcn_tx_status_ev() 5257 static int ath12k_pull_chan_info_ev(struct ath12k_base *ab, u8 *evt_buf, in ath12k_pull_chan_info_ev() argument 5264 tb = ath12k_wmi_tlv_parse_alloc(ab, evt_buf, len, GFP_ATOMIC); in ath12k_pull_chan_info_ev() 5396 ath12k_pull_pdev_temp_ev(struct ath12k_base *ab, u8 *evt_buf, in ath12k_pull_pdev_temp_ev() argument 5402 tb = ath12k_wmi_tlv_parse_alloc(ab, evt_buf, len, GFP_ATOMIC); in ath12k_pull_pdev_temp_ev()
|
/openbmc/linux/drivers/net/wireless/ath/ath11k/ |
H A D | wmi.c | 513 const void *evt_buf, in ath11k_pull_service_ready_tlv() argument 516 const struct wmi_service_ready_event *ev = evt_buf; in ath11k_pull_service_ready_tlv() 5688 static int ath11k_pull_bcn_tx_status_ev(struct ath11k_base *ab, void *evt_buf, in ath11k_pull_bcn_tx_status_ev() argument 5696 tb = ath11k_wmi_tlv_parse_alloc(ab, evt_buf, len, GFP_ATOMIC); in ath11k_pull_bcn_tx_status_ev() 6155 static int ath11k_pull_chan_info_ev(struct ath11k_base *ab, u8 *evt_buf, in ath11k_pull_chan_info_ev() argument 6162 tb = ath11k_wmi_tlv_parse_alloc(ab, evt_buf, len, GFP_ATOMIC); in ath11k_pull_chan_info_ev()
|