Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/wireless/ath/ath9k/
Dhtc_hst.c150 struct htc_config_pipe_msg *cp_msg; in htc_config_pipe_credits() local
161 cp_msg = skb_put(skb, sizeof(struct htc_config_pipe_msg)); in htc_config_pipe_credits()
163 cp_msg->message_id = cpu_to_be16(HTC_MSG_CONFIG_PIPE_ID); in htc_config_pipe_credits()
164 cp_msg->pipe_id = USB_WLAN_TX_PIPE; in htc_config_pipe_credits()
165 cp_msg->credits = target->credits; in htc_config_pipe_credits()