OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:calibcmd
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/
if_iwnvar.h
282
struct iwn_calib_info
calibcmd
[5];
member in struct:iwn_softc
if_iwn.c
2368
if (sc->
calibcmd
[idx].buf != NULL)
2369
free(sc->
calibcmd
[idx].buf, M_DEVBUF);
2370
sc->
calibcmd
[idx].buf = malloc(len, M_DEVBUF, M_NOWAIT);
2371
if (sc->
calibcmd
[idx].buf == NULL) {
2378
sc->
calibcmd
[idx].len = len;
2379
memcpy(sc->
calibcmd
[idx].buf, calib, len);
5411
if (sc->
calibcmd
[idx].buf == NULL)
5414
idx, sc->
calibcmd
[idx].len));
5415
error = iwn_cmd(sc, IWN_CMD_PHY_CALIB, sc->
calibcmd
[idx].buf,
5416
sc->
calibcmd
[idx].len, 0)
[
all
...]
Completed in 15 milliseconds
Indexes created Mon Oct 20 03:09:53 GMT 2025