Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/wcn36xx/
Ddxe.c35 return ch->head_blk_ctl->bd_cpu_addr; in wcn36xx_dxe_get_next_bd()
66 struct wcn36xx_dxe_ctl *ctl = ch->head_blk_ctl, *next; in wcn36xx_dxe_free_ctl_block()
91 ch->head_blk_ctl = cur_ctl; in wcn36xx_dxe_allocate_ctl_block()
95 cur_ctl->next = ch->head_blk_ctl; in wcn36xx_dxe_allocate_ctl_block()
190 cur_ctl = wcn_ch->head_blk_ctl; in wcn36xx_dxe_init_descs()
224 wcn_ch->head_blk_ctl->desc_phy_addr; in wcn36xx_dxe_init_descs()
240 struct wcn36xx_dxe_ctl *cur = ch->head_blk_ctl; in wcn36xx_dxe_init_tx_bd()
298 cur_ctl = wcn_ch->head_blk_ctl; in wcn36xx_dxe_ch_alloc_skb()
311 struct wcn36xx_dxe_ctl *cur = wcn_ch->head_blk_ctl; in wcn36xx_dxe_ch_free_skbs()
381 } while (ctl != ch->head_blk_ctl && in reap_tx_dxes()
[all …]
Ddxe.h252 struct wcn36xx_dxe_ctl *head_blk_ctl; member