Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/wcn36xx/
H A Ddxe.c83 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()
322 cur_ctl = wcn_ch->head_blk_ctl; in wcn36xx_dxe_ch_alloc_skb()
448 } while (ctl != ch->head_blk_ctl); in reap_tx_dxes()
621 ctl = ch->head_blk_ctl; in wcn36xx_rx_handle_packets()
653 ch->head_blk_ctl = ctl; in wcn36xx_rx_handle_packets()
760 ctl_bd = ch->head_blk_ctl; in wcn36xx_dxe_tx_frame()
822 ch->head_blk_ctl = ctl_skb->next; in wcn36xx_dxe_tx_frame()
[all …]
H A Ddxe.h436 struct wcn36xx_dxe_ctl *head_blk_ctl; member