Searched refs:head_blk_ctl (Results 1 – 2 of 2) sorted by relevance
35 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()90 ch->head_blk_ctl = cur_ctl; in wcn36xx_dxe_allocate_ctl_block()94 cur_ctl->next = ch->head_blk_ctl; in wcn36xx_dxe_allocate_ctl_block()189 cur_ctl = wcn_ch->head_blk_ctl; in wcn36xx_dxe_init_descs()223 wcn_ch->head_blk_ctl->desc_phy_addr; in wcn36xx_dxe_init_descs()239 struct wcn36xx_dxe_ctl *cur = ch->head_blk_ctl; in wcn36xx_dxe_init_tx_bd()297 cur_ctl = wcn_ch->head_blk_ctl; in wcn36xx_dxe_ch_alloc_skb()310 struct wcn36xx_dxe_ctl *cur = wcn_ch->head_blk_ctl; in wcn36xx_dxe_ch_free_skbs()378 } while (ctl != ch->head_blk_ctl && in reap_tx_dxes()[all …]
251 struct wcn36xx_dxe_ctl *head_blk_ctl; member