OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nvm_resp
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/pci/
if_iwm.c
2501
struct iwm_nvm_access_resp *
nvm_resp
;
local in function:iwm_nvm_read_chunk
2528
nvm_resp
= (void *)pkt->data;
2530
err = le16toh(
nvm_resp
->status);
2531
bytes_read = le16toh(
nvm_resp
->length);
2532
offset_read = le16toh(
nvm_resp
->offset);
2533
resp_data =
nvm_resp
->data;
if_iwm.c
2501
struct iwm_nvm_access_resp *
nvm_resp
;
local in function:iwm_nvm_read_chunk
2528
nvm_resp
= (void *)pkt->data;
2530
err = le16toh(
nvm_resp
->status);
2531
bytes_read = le16toh(
nvm_resp
->length);
2532
offset_read = le16toh(
nvm_resp
->offset);
2533
resp_data =
nvm_resp
->data;
if_iwm.c
2501
struct iwm_nvm_access_resp *
nvm_resp
;
local in function:iwm_nvm_read_chunk
2528
nvm_resp
= (void *)pkt->data;
2530
err = le16toh(
nvm_resp
->status);
2531
bytes_read = le16toh(
nvm_resp
->length);
2532
offset_read = le16toh(
nvm_resp
->offset);
2533
resp_data =
nvm_resp
->data;
Completed in 46 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025