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_cmd_resp_pkt
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/
if_iwmvar.h
484
uint8_t *
sc_cmd_resp_pkt
[IWM_TX_RING_COUNT];
member in struct:iwm_softc
if_iwm.c
4509
if (sc->
sc_cmd_resp_pkt
[idx] != NULL)
4514
sc->
sc_cmd_resp_pkt
[idx] = resp_buf;
4517
sc->
sc_cmd_resp_pkt
[idx] = NULL;
4656
hcmd->resp_pkt = (void *)sc->
sc_cmd_resp_pkt
[idx];
4657
sc->
sc_cmd_resp_pkt
[idx] = NULL;
4660
if (sc->
sc_cmd_resp_pkt
[idx] != NULL) {
4662
kmem_free(sc->
sc_cmd_resp_pkt
[idx],
4665
sc->
sc_cmd_resp_pkt
[idx] = NULL;
7954
for (i = 0; i < __arraycount(sc->
sc_cmd_resp_pkt
); i++) {
7955
if (sc->
sc_cmd_resp_pkt
[i] != NULL)
[
all
...]
Completed in 29 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026