Searched refs:free_ctrl_txbuf (Results 1 – 2 of 2) sorted by relevance
380 list_add_tail(&pkt->list, &target->free_ctrl_txbuf); in htc_reclaim_txctrl_buf()390 buf_list = tx ? &target->free_ctrl_txbuf : &target->free_ctrl_rxbuf; in htc_get_control_buf()2829 list_add_tail(&packet->list, &target->free_ctrl_txbuf); in ath6kl_htc_reset()2878 INIT_LIST_HEAD(&target->free_ctrl_txbuf); in ath6kl_htc_mbox_create()2910 &target->free_ctrl_txbuf, list) { in ath6kl_htc_mbox_cleanup()
583 struct list_head free_ctrl_txbuf; member