Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/wireless/ath/wcn36xx/
Ddxe.c59 struct wcn36xx_dxe_ctl *ctl = ch->head_blk_ctl, *next; in wcn36xx_dxe_free_ctl_block()
83 ch->head_blk_ctl = cur_ctl; in wcn36xx_dxe_allocate_ctl_block()
87 cur_ctl->next = ch->head_blk_ctl; in wcn36xx_dxe_allocate_ctl_block()
184 cur_ctl = wcn_ch->head_blk_ctl; in wcn36xx_dxe_init_descs()
218 wcn_ch->head_blk_ctl->desc_phy_addr; in wcn36xx_dxe_init_descs()
242 struct wcn36xx_dxe_ctl *cur = ch->head_blk_ctl; in wcn36xx_dxe_init_tx_bd()
322 cur_ctl = wcn_ch->head_blk_ctl; in wcn36xx_dxe_ch_alloc_skb()
335 struct wcn36xx_dxe_ctl *cur = wcn_ch->head_blk_ctl; in wcn36xx_dxe_ch_free_skbs()
448 } while (ctl != ch->head_blk_ctl); in reap_tx_dxes()
621 ctl = ch->head_blk_ctl; in wcn36xx_rx_handle_packets()
[all …]
Ddxe.h436 struct wcn36xx_dxe_ctl *head_blk_ctl; member