Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/mwl/
Dmwlhal.c73 #define MWL_BASTREAMS_MAX 7 /* max BA streams (NB: fw >3.3.5.9) */ macro
85 static const int ba2qid[MWL_BASTREAMS_MAX] = {
87 #if MWL_BASTREAMS_MAX == 7
170 struct mwl_hal_bastream mh_streams[MWL_BASTREAMS_MAX];
258 for (i = 0; i < MWL_BASTREAMS_MAX; i++) { in mwl_hal_attach()
390 mh->mh_bastreams = (1<<MWL_BASTREAMS_MAX)-1; in mwlResetHalState()
460 MWLPRIV(mh)->mh_bastreams = mask & ((1<<MWL_BASTREAMS_MAX)-1); in mwl_hal_setbastreams()
594 mh->mh_bastreams &= (1<<MWL_BASTREAMS_MAX)-1; in mwl_hal_gethwspecs()
1453 if (!(0 <= s && s < MWL_BASTREAMS_MAX)) in mwl_hal_bastream_lookup()
1526 if (sp->stream >= MWL_BASTREAMS_MAX) { in mwl_hal_bastream_destroy()