OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:resp3
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/
if_iwm.c
7309
struct iwm_alive_resp_v3 *
resp3
;
local in function:iwm_notif_intr
7337
if (iwm_rx_packet_payload_len(pkt) == sizeof(*
resp3
)) {
7338
SYNC_RESP_STRUCT(
resp3
, pkt);
7340
= le32toh(
resp3
->error_event_table_ptr);
7342
= le32toh(
resp3
->log_event_table_ptr);
7343
sc->sched_base = le32toh(
resp3
->scd_base_ptr);
7345
= le32toh(
resp3
->error_info_addr);
7346
if (
resp3
->status == IWM_ALIVE_STATUS_OK)
if_iwm.c
7309
struct iwm_alive_resp_v3 *
resp3
;
local in function:iwm_notif_intr
7337
if (iwm_rx_packet_payload_len(pkt) == sizeof(*
resp3
)) {
7338
SYNC_RESP_STRUCT(
resp3
, pkt);
7340
= le32toh(
resp3
->error_event_table_ptr);
7342
= le32toh(
resp3
->log_event_table_ptr);
7343
sc->sched_base = le32toh(
resp3
->scd_base_ptr);
7345
= le32toh(
resp3
->error_info_addr);
7346
if (
resp3
->status == IWM_ALIVE_STATUS_OK)
Completed in 29 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025