Searched refs:esbq_req_head (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ |
H A D | wl3501_cs.c | 354 wl3501_get_from_wla(this, this->esbq_req_head + 3, &tmp, sizeof(tmp)); in wl3501_esbq_req_test() 362 wl3501_set_to_wla(this, this->esbq_req_head, ptr, 2); in wl3501_esbq_req() 363 wl3501_set_to_wla(this, this->esbq_req_head + 2, &tmp, sizeof(tmp)); in wl3501_esbq_req() 364 this->esbq_req_head += 4; in wl3501_esbq_req() 365 if (this->esbq_req_head >= this->esbq_req_end) in wl3501_esbq_req() 366 this->esbq_req_head = this->esbq_req_start; in wl3501_esbq_req() 812 if (this->esbq_req_head == this->esbq_req_tail) in wl3501_esbq_req_free() 1205 this->esbq_req_tail = this->esbq_req_head = this->esbq_req_start; in wl3501_init_firmware()
|
H A D | wl3501.h | 587 u16 esbq_req_head; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/legacy/ |
H A D | wl3501_cs.c | 354 wl3501_get_from_wla(this, this->esbq_req_head + 3, &tmp, sizeof(tmp)); in wl3501_esbq_req_test() 362 wl3501_set_to_wla(this, this->esbq_req_head, ptr, 2); in wl3501_esbq_req() 363 wl3501_set_to_wla(this, this->esbq_req_head + 2, &tmp, sizeof(tmp)); in wl3501_esbq_req() 364 this->esbq_req_head += 4; in wl3501_esbq_req() 365 if (this->esbq_req_head >= this->esbq_req_end) in wl3501_esbq_req() 366 this->esbq_req_head = this->esbq_req_start; in wl3501_esbq_req() 812 if (this->esbq_req_head == this->esbq_req_tail) in wl3501_esbq_req_free() 1205 this->esbq_req_tail = this->esbq_req_head = this->esbq_req_start; in wl3501_init_firmware()
|
H A D | wl3501.h | 587 u16 esbq_req_head; member
|
Completed in 11 milliseconds