Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()

Completed in 3 milliseconds