Searched refs:htc_get_control_buf (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/ |
H A D | htc_mbox.c | 383 static struct htc_packet *htc_get_control_buf(struct htc_target *target, in htc_get_control_buf() function 1046 send_pkt = htc_get_control_buf(target, true); in htc_setup_tx_complete() 2275 packet = htc_get_control_buf(target, false); in htc_wait_for_ctrl_msg() 2445 tx_pkt = htc_get_control_buf(target, true); in ath6kl_htc_mbox_conn_service() 2754 while ((packet = htc_get_control_buf(target, false)) != NULL) { in ath6kl_htc_mbox_start()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/ |
H A D | htc_mbox.c | 383 static struct htc_packet *htc_get_control_buf(struct htc_target *target, in htc_get_control_buf() function 1046 send_pkt = htc_get_control_buf(target, true); in htc_setup_tx_complete() 2275 packet = htc_get_control_buf(target, false); in htc_wait_for_ctrl_msg() 2445 tx_pkt = htc_get_control_buf(target, true); in ath6kl_htc_mbox_conn_service() 2754 while ((packet = htc_get_control_buf(target, false)) != NULL) { in ath6kl_htc_mbox_start()
|
Completed in 7 milliseconds