Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wireless/b43/
Dlo.c572 struct b43_loctl min_loctl; member
674 memcpy(&d.min_loctl, loctl, sizeof(struct b43_loctl)); in lo_probe_loctls_statemachine()
678 b43_lo_write(dev, &d.min_loctl); in lo_probe_loctls_statemachine()
698 memcpy(&probe_loctl, &d.min_loctl, in lo_probe_loctls_statemachine()
704 if ((probe_loctl.i == d.min_loctl.i) && in lo_probe_loctls_statemachine()
705 (probe_loctl.q == d.min_loctl.q)) in lo_probe_loctls_statemachine()
707 memcpy(&d.min_loctl, &probe_loctl, in lo_probe_loctls_statemachine()
711 memcpy(loctl, &d.min_loctl, sizeof(struct b43_loctl)); in lo_probe_loctls_statemachine()