Lines Matching refs:wmi_sc
409 struct ath12k_wmi_base *wmi_sc = wmi->wmi_ab; in ath12k_wmi_cmd_send() local
414 wait_event_timeout(wmi_sc->tx_credits_wq, ({ in ath12k_wmi_cmd_send()
417 if (ret && test_bit(ATH12K_FLAG_CRASH_FLUSH, &wmi_sc->ab->dev_flags)) in ath12k_wmi_cmd_send()
424 ath12k_warn(wmi_sc->ab, "wmi command %d timeout\n", cmd_id); in ath12k_wmi_cmd_send()
728 struct sk_buff *ath12k_wmi_alloc_skb(struct ath12k_wmi_base *wmi_sc, u32 len) in ath12k_wmi_alloc_skb() argument
731 struct ath12k_base *ab = wmi_sc->ab; in ath12k_wmi_alloc_skb()
3472 struct ath12k_wmi_base *wmi_sc = &ab->wmi_ab; in ath12k_wmi_cmd_init() local
3481 arg.num_mem_chunks = wmi_sc->num_mem_chunks; in ath12k_wmi_cmd_init()
3482 arg.hw_mode_id = wmi_sc->preferred_hw_mode; in ath12k_wmi_cmd_init()
3483 arg.mem_chunks = wmi_sc->mem_chunks; in ath12k_wmi_cmd_init()
3491 return ath12k_init_cmd_send(&wmi_sc->wmi[0], &arg); in ath12k_wmi_cmd_init()