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

/freebsd-current/sys/dev/rtwn/
H A Dif_rtwnvar.h28 #define RTWN_CAM_ENTRY_LIMIT 64 macro
215 uint8_t keys_bmap[howmany(RTWN_CAM_ENTRY_LIMIT, NBBY)];
H A Dif_rtwn.c195 if (sc->cam_entry_limit > RTWN_CAM_ENTRY_LIMIT) {
198 sc->cam_entry_limit, RTWN_CAM_ENTRY_LIMIT);
199 sc->cam_entry_limit = RTWN_CAM_ENTRY_LIMIT;

Completed in 105 milliseconds