Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/b43/
Dlo.c577 struct b43_loctl *probe_loctl, in lo_probe_possible_loctls() argument
619 memcpy(&orig_loctl, probe_loctl, sizeof(struct b43_loctl)); in lo_probe_possible_loctls()
635 memcpy(probe_loctl, &test_loctl, in lo_probe_possible_loctls()
666 struct b43_loctl probe_loctl; in lo_probe_loctls_statemachine() local
698 memcpy(&probe_loctl, &d.min_loctl, in lo_probe_loctls_statemachine()
701 lo_probe_possible_loctls(dev, &probe_loctl, &d); 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()