OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ic_updateslot
(Results
1 - 12
of
12
) sorted by relevancy
/src/sys/net80211/
ieee80211_var.h
115
void (*
ic_updateslot
)(struct ifnet *);
member in struct:ieee80211com
ieee80211_proto.c
495
if (ic->
ic_updateslot
!= NULL)
496
ic->
ic_updateslot
(ic->ic_ifp);
/src/sys/dev/ic/
athn.c
359
if (ic->
ic_updateslot
== NULL)
360
ic->
ic_updateslot
= athn_updateslot;
malo.c
437
ic->
ic_updateslot
= malo_update_slot;
rt2661.c
341
ic->
ic_updateslot
= rt2661_updateslot;
rt2560.c
451
ic->
ic_updateslot
= rt2560_update_slot;
rt2860.c
416
ic->
ic_updateslot
= rt2860_updateslot;
ath.c
507
ic->
ic_updateslot
= ath_updateslot;
bwi.c
1079
ic->
ic_updateslot
= BWI_IS_SDIO(sc) ?
/src/sys/dev/usb/
if_otus.c
871
ic->
ic_updateslot
= otus_updateslot;
if_athn_usb.c
428
ic->
ic_updateslot
= athn_usb_updateslot;
if_run.c
740
ic->
ic_updateslot
= run_updateslot;
Completed in 38 milliseconds
Indexes created Wed Oct 22 06:10:02 GMT 2025