Searched refs:probe_loctl (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/ |
H A D | lo.c | 564 struct b43_loctl *probe_loctl, in lo_probe_possible_loctls() 606 memcpy(&orig_loctl, probe_loctl, sizeof(struct b43_loctl)); in lo_probe_possible_loctls() 622 memcpy(probe_loctl, &test_loctl, in lo_probe_possible_loctls() 653 struct b43_loctl probe_loctl; in lo_probe_loctls_statemachine() local 685 memcpy(&probe_loctl, &d.min_loctl, in lo_probe_loctls_statemachine() 688 lo_probe_possible_loctls(dev, &probe_loctl, &d); 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() 563 lo_probe_possible_loctls(struct b43_wldev *dev, struct b43_loctl *probe_loctl, struct b43_lo_g_statemachine *d) lo_probe_possible_loctls() argument
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/ |
H A D | lo.c | 564 struct b43_loctl *probe_loctl, in lo_probe_possible_loctls() 606 memcpy(&orig_loctl, probe_loctl, sizeof(struct b43_loctl)); in lo_probe_possible_loctls() 622 memcpy(probe_loctl, &test_loctl, in lo_probe_possible_loctls() 653 struct b43_loctl probe_loctl; in lo_probe_loctls_statemachine() local 685 memcpy(&probe_loctl, &d.min_loctl, in lo_probe_loctls_statemachine() 688 lo_probe_possible_loctls(dev, &probe_loctl, &d); 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() 563 lo_probe_possible_loctls(struct b43_wldev *dev, struct b43_loctl *probe_loctl, struct b43_lo_g_statemachine *d) lo_probe_possible_loctls() argument
|
Completed in 3 milliseconds