Searched refs:evt_buf (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/usr.sbin/bluetooth/iwmbtfw/ |
| H A D | iwmbt_hw.c | 138 uint8_t evt_buf[IWMBT_HCI_MAX_EVENT_SIZE]; in iwmbt_patch_fwfile() local 230 memset(evt_buf, 0, IWMBT_HCI_MAX_EVENT_SIZE); in iwmbt_patch_fwfile() 244 evt_buf, in iwmbt_patch_fwfile() 256 memcmp(evt_buf + 2, fw_job.buf, evt_length) != 0) { in iwmbt_patch_fwfile()
|
| /freebsd-14.2/sys/contrib/dev/athk/ath12k/ |
| H A D | wmi.c | 641 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-14.2/sys/contrib/dev/athk/ath11k/ |
| H A D | wmi.c | 564 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()
|