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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wireless/
H A Dwl3501_cs.c856 wl3501_get_from_wla(this, this->esbq_confirm + 3, &tmp, sizeof(tmp));
875 wl3501_set_to_wla(this, this->esbq_confirm + 3, &tmp, sizeof(tmp));
876 this->esbq_confirm += 4;
877 if (this->esbq_confirm >= this->esbq_confirm_end)
878 this->esbq_confirm = this->esbq_confirm_start;
1085 wl3501_get_from_wla(this, this->esbq_confirm, &addr, sizeof(addr));
1235 this->esbq_confirm = this->esbq_confirm_start;
H A Dwl3501.h591 u16 esbq_confirm; member in struct:wl3501_card

Completed in 109 milliseconds