Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bluetooth/rtlbtfw/
H A Drtlbt_hw.c188 uint8_t evt_buf[RTLBT_HCI_EVT_COMPL_SIZE(struct rtlbt_hci_dl_rp)]; in rtlbt_load_fwfile() local
216 evt_buf, in rtlbt_load_fwfile()
217 sizeof(evt_buf), in rtlbt_load_fwfile()
224 if (transferred != sizeof(evt_buf)) { in rtlbt_load_fwfile()
/freebsd/usr.sbin/bluetooth/iwmbtfw/
H A Diwmbt_hw.c173 uint8_t evt_buf[IWMBT_HCI_MAX_EVENT_SIZE]; in iwmbt_patch_fwfile() local
265 memset(evt_buf, 0, IWMBT_HCI_MAX_EVENT_SIZE); in iwmbt_patch_fwfile()
279 evt_buf, in iwmbt_patch_fwfile()
291 memcmp(evt_buf + 2, fw_job.buf, evt_length) != 0) { in iwmbt_patch_fwfile()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dwmi.c641 const void *evt_buf, in ath12k_pull_service_ready_tlv() argument
644 const struct wmi_service_ready_event *ev = evt_buf; in ath12k_pull_service_ready_tlv()
4972 static int ath12k_pull_bcn_tx_status_ev(struct ath12k_base *ab, void *evt_buf, in ath12k_pull_bcn_tx_status_ev() argument
4980 tb = ath12k_wmi_tlv_parse_alloc(ab, evt_buf, len, GFP_ATOMIC); in ath12k_pull_bcn_tx_status_ev()
5427 static int ath12k_pull_chan_info_ev(struct ath12k_base *ab, u8 *evt_buf, in ath12k_pull_chan_info_ev() argument
5434 tb = ath12k_wmi_tlv_parse_alloc(ab, evt_buf, len, GFP_ATOMIC); in ath12k_pull_chan_info_ev()
5566 ath12k_pull_pdev_temp_ev(struct ath12k_base *ab, u8 *evt_buf, in ath12k_pull_pdev_temp_ev() argument
5572 tb = ath12k_wmi_tlv_parse_alloc(ab, evt_buf, len, GFP_ATOMIC); in ath12k_pull_pdev_temp_ev()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dwmi.c564 const void *evt_buf, in ath11k_pull_service_ready_tlv() argument
567 const struct wmi_service_ready_event *ev = evt_buf; in ath11k_pull_service_ready_tlv()
5982 static int ath11k_pull_bcn_tx_status_ev(struct ath11k_base *ab, void *evt_buf, in ath11k_pull_bcn_tx_status_ev() argument
5990 tb = ath11k_wmi_tlv_parse_alloc(ab, evt_buf, len, GFP_ATOMIC); in ath11k_pull_bcn_tx_status_ev()
6449 static int ath11k_pull_chan_info_ev(struct ath11k_base *ab, u8 *evt_buf, in ath11k_pull_chan_info_ev() argument
6456 tb = ath11k_wmi_tlv_parse_alloc(ab, evt_buf, len, GFP_ATOMIC); in ath11k_pull_chan_info_ev()