OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bandlist
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
bwfm.c
332
uint32_t
bandlist
[3];
local in function:bwfm_attach
401
if (bwfm_fwvar_cmd_get_data(sc, BWFM_C_GET_BANDLIST,
bandlist
,
402
sizeof(
bandlist
))) {
406
const u_int nbands = le32toh(
bandlist
[0]);
407
for (i = 1; i <= MIN(nbands, __arraycount(
bandlist
) - 1); i++) {
408
switch (le32toh(
bandlist
[i])) {
444
le32toh(
bandlist
[i]));
bwfm.c
332
uint32_t
bandlist
[3];
local in function:bwfm_attach
401
if (bwfm_fwvar_cmd_get_data(sc, BWFM_C_GET_BANDLIST,
bandlist
,
402
sizeof(
bandlist
))) {
406
const u_int nbands = le32toh(
bandlist
[0]);
407
for (i = 1; i <= MIN(nbands, __arraycount(
bandlist
) - 1); i++) {
408
switch (le32toh(
bandlist
[i])) {
444
le32toh(
bandlist
[i]));
Completed in 28 milliseconds
Indexes created Sun Oct 12 09:09:55 GMT 2025