Home
last modified time | relevance | path

Searched refs:ath12k_wmi_cmd_send (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/sys/contrib/dev/athk/ath12k/
H A Dwmi.c418 int ath12k_wmi_cmd_send(struct ath12k_wmi_pdev *wmi, struct sk_buff *skb, in ath12k_wmi_cmd_send() function
795 ret = ath12k_wmi_cmd_send(wmi, skb, WMI_MGMT_TX_SEND_CMDID); in ath12k_wmi_mgmt_send()
882 ret = ath12k_wmi_cmd_send(wmi, skb, WMI_VDEV_CREATE_CMDID); in ath12k_wmi_vdev_create()
910 ret = ath12k_wmi_cmd_send(wmi, skb, WMI_VDEV_DELETE_CMDID); in ath12k_wmi_vdev_delete()
938 ret = ath12k_wmi_cmd_send(wmi, skb, WMI_VDEV_STOP_CMDID); in ath12k_wmi_vdev_stop()
966 ret = ath12k_wmi_cmd_send(wmi, skb, WMI_VDEV_DOWN_CMDID); in ath12k_wmi_vdev_down()
1098 ret = ath12k_wmi_cmd_send(wmi, skb, in ath12k_wmi_vdev_start()
1101 ret = ath12k_wmi_cmd_send(wmi, skb, in ath12k_wmi_vdev_start()
1136 ret = ath12k_wmi_cmd_send(wmi, skb, WMI_VDEV_UP_CMDID); in ath12k_wmi_vdev_up()
1169 ret = ath12k_wmi_cmd_send(wmi, skb, WMI_PEER_CREATE_CMDID); in ath12k_wmi_send_peer_create_cmd()
[all …]
H A Dwmi.h4800 int ath12k_wmi_cmd_send(struct ath12k_wmi_pdev *wmi, struct sk_buff *skb,