Home
last modified time | relevance | path

Searched refs:evt_buf (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/drivers/net/ethernet/marvell/prestera/
H A Dprestera_pci.c226 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 Drtl871x_cmd.h66 u8 *evt_buf; /*shall be non-paged, and 4 bytes aligned*/ member
H A Drtl871x_cmd.c84 pevtpriv->evt_buf = pevtpriv->evt_allocated_buf + 4 - in r8712_init_evt_priv()
/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Drtw_cmd.h66 u8 *evt_buf; /* shall be non-paged, and 4 bytes aligned */ member
/openbmc/linux/drivers/iommu/amd/
H A Dinit.c884 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 Damd_iommu_types.h706 u8 *evt_buf; member
H A Diommu.c697 iommu_print_event(iommu, iommu->evt_buf + head); in iommu_poll_events()
/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Dwmi.c629 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 Dwmi.c513 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()