OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_enabled_capa
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/
if_iwmvar.h
441
uint8_t
sc_enabled_capa
[howmany(IWM_NUM_UCODE_TLV_CAPA, NBBY)];
member in struct:iwm_softc
if_iwm.c
783
memset(sc->
sc_enabled_capa
, 0, sizeof(sc->
sc_enabled_capa
));
961
setbit(sc->
sc_enabled_capa
, i + (32 * idx));
3899
if (isset(sc->
sc_enabled_capa
, IWM_UCODE_TLV_CAPA_DQA_SUPPORT))
4404
isset(sc->
sc_enabled_capa
, IWM_UCODE_TLV_CAPA_CDB_SUPPORT))
4409
if (isset(sc->
sc_enabled_capa
, IWM_UCODE_TLV_CAPA_BINDING_CDB_SUPPORT))
4935
if (isset(sc->
sc_enabled_capa
, IWM_UCODE_TLV_CAPA_DQA_SUPPORT))
4939
} else if (isset(sc->
sc_enabled_capa
, IWM_UCODE_TLV_CAPA_DQA_SUPPORT))
5428
if (isset(sc->
sc_enabled_capa
, IWM_UCODE_TLV_CAPA_DQA_SUPPORT))
5437
if (isset(sc->
sc_enabled_capa
, IWM_UCODE_TLV_CAPA_DQA_SUPPORT)
[
all
...]
Completed in 23 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026