Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath11k/
H A Dwmi.c331 struct ath11k_wmi_base *wmi_sc = wmi->wmi_ab; in ath11k_wmi_cmd_send() local
333 struct ath11k_base *ab = wmi_sc->ab; in ath11k_wmi_cmd_send()
338 wait_event_timeout(wmi_sc->tx_credits_wq, ({ in ath11k_wmi_cmd_send()
342 &wmi_sc->ab->dev_flags)) in ath11k_wmi_cmd_send()
352 &wmi_sc->ab->dev_flags)) in ath11k_wmi_cmd_send()
360 ath11k_warn(wmi_sc->ab, "wmi command %d timeout\n", cmd_id); in ath11k_wmi_cmd_send()
363 ath11k_warn(wmi_sc->ab, "ce desc not available for wmi command %d\n", in ath11k_wmi_cmd_send()
665 struct sk_buff *ath11k_wmi_alloc_skb(struct ath11k_wmi_base *wmi_sc, u32 len) in ath11k_wmi_alloc_skb() argument
668 struct ath11k_base *ab = wmi_sc->ab; in ath11k_wmi_alloc_skb()
4528 struct ath11k_wmi_base *wmi_sc = &ab->wmi_ab; in ath11k_wmi_cmd_init() local
[all …]
H A Dwmi.h6330 struct sk_buff *ath11k_wmi_alloc_skb(struct ath11k_wmi_base *wmi_sc, u32 len);
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dwmi.c421 struct ath12k_wmi_base *wmi_sc = wmi->wmi_ab; in ath12k_wmi_cmd_send() local
426 wait_event_timeout(wmi_sc->tx_credits_wq, ({ in ath12k_wmi_cmd_send()
429 if (ret && test_bit(ATH12K_FLAG_CRASH_FLUSH, &wmi_sc->ab->dev_flags)) in ath12k_wmi_cmd_send()
436 ath12k_warn(wmi_sc->ab, "wmi command %d timeout\n", cmd_id); in ath12k_wmi_cmd_send()
740 struct sk_buff *ath12k_wmi_alloc_skb(struct ath12k_wmi_base *wmi_sc, u32 len) in ath12k_wmi_alloc_skb() argument
743 struct ath12k_base *ab = wmi_sc->ab; in ath12k_wmi_alloc_skb()
3658 struct ath12k_wmi_base *wmi_sc = &ab->wmi_ab; in ath12k_wmi_cmd_init() local
3667 arg.num_mem_chunks = wmi_sc->num_mem_chunks; in ath12k_wmi_cmd_init()
3668 arg.hw_mode_id = wmi_sc->preferred_hw_mode; in ath12k_wmi_cmd_init()
3669 arg.mem_chunks = wmi_sc->mem_chunks; in ath12k_wmi_cmd_init()
[all …]
H A Dwmi.h4802 struct sk_buff *ath12k_wmi_alloc_skb(struct ath12k_wmi_base *wmi_sc, u32 len);