Home
last modified time | relevance | path

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

/freebsd/sys/dev/bwn/
H A Dif_bwnvar.h963 uint8_t mac_max_nr_keys; member
H A Dif_bwn.c3600 for (i = 0; i < mac->mac_max_nr_keys; i++) { in bwn_clear_keys()
3601 KASSERT(i >= 0 && i < mac->mac_max_nr_keys, in bwn_clear_keys()
3619 mac->mac_max_nr_keys = (bhnd_get_hwrev(sc->sc_dev) >= 5) ? 58 : 20; in bwn_crypt_init()
3620 KASSERT(mac->mac_max_nr_keys <= N(mac->mac_key), in bwn_crypt_init()
3625 BWN_WRITE_2(mac, BWN_RCMTA_COUNT, mac->mac_max_nr_keys - 8); in bwn_crypt_init()
4713 KASSERT(index < mac->mac_max_nr_keys, in bwn_key_dowrite()