Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/legacy/
H A Dwl3501_cs.c830 wl3501_get_from_wla(this, this->esbq_confirm + 3, &tmp, sizeof(tmp)); in wl3501_esbq_confirm()
847 wl3501_set_to_wla(this, this->esbq_confirm + 3, &tmp, sizeof(tmp)); in wl3501_esbq_confirm_done()
848 this->esbq_confirm += 4; in wl3501_esbq_confirm_done()
849 if (this->esbq_confirm >= this->esbq_confirm_end) in wl3501_esbq_confirm_done()
850 this->esbq_confirm = this->esbq_confirm_start; in wl3501_esbq_confirm_done()
1057 wl3501_get_from_wla(this, this->esbq_confirm, &addr, sizeof(addr)); in wl3501_rx_interrupt()
1207 this->esbq_confirm = this->esbq_confirm_start; in wl3501_init_firmware()
H A Dwl3501.h591 u16 esbq_confirm; member