Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/broadcom/b43/
H A Dlo.c559 struct b43_loctl min_loctl; member
661 memcpy(&d.min_loctl, loctl, sizeof(struct b43_loctl)); in lo_probe_loctls_statemachine()
665 b43_lo_write(dev, &d.min_loctl); in lo_probe_loctls_statemachine()
685 memcpy(&probe_loctl, &d.min_loctl, in lo_probe_loctls_statemachine()
691 if ((probe_loctl.i == d.min_loctl.i) && in lo_probe_loctls_statemachine()
692 (probe_loctl.q == d.min_loctl.q)) in lo_probe_loctls_statemachine()
694 memcpy(&d.min_loctl, &probe_loctl, in lo_probe_loctls_statemachine()
698 memcpy(loctl, &d.min_loctl, sizeof(struct b43_loctl)); in lo_probe_loctls_statemachine()