Searched refs:iac (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/net80211/
H A Dieee80211_proto.c497 ieee80211_aclator_register(const struct ieee80211_aclator *iac) argument
499 printf("wlan: %s acl policy registered\n", iac->iac_name);
500 acl = iac;
504 ieee80211_aclator_unregister(const struct ieee80211_aclator *iac) argument
506 if (acl == iac)
508 printf("wlan: %s acl policy unregistered\n", iac->iac_name);
/freebsd-11-stable/sys/dev/e1000/
H A De1000_hw.h586 u64 iac; member in struct:e1000_hw_stats
H A Dif_igb.c5773 stats->iac += E1000_READ_REG(hw, E1000_IAC);
6224 CTLFLAG_RD, &stats->iac,
H A Dif_em.c5633 adapter->stats.iac += E1000_READ_REG(&adapter->hw, E1000_IAC);
5952 CTLFLAG_RD, &adapter->stats.iac,

Completed in 207 milliseconds