OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:resp2
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/
if_iwm.c
7308
struct iwm_alive_resp_v2 *
resp2
;
local in function:iwm_notif_intr
7323
if (iwm_rx_packet_payload_len(pkt) == sizeof(*
resp2
)) {
7324
SYNC_RESP_STRUCT(
resp2
, pkt);
7326
= le32toh(
resp2
->error_event_table_ptr);
7328
= le32toh(
resp2
->log_event_table_ptr);
7329
sc->sched_base = le32toh(
resp2
->scd_base_ptr);
7331
= le32toh(
resp2
->error_info_addr);
7332
if (
resp2
->status == IWM_ALIVE_STATUS_OK)
if_iwm.c
7308
struct iwm_alive_resp_v2 *
resp2
;
local in function:iwm_notif_intr
7323
if (iwm_rx_packet_payload_len(pkt) == sizeof(*
resp2
)) {
7324
SYNC_RESP_STRUCT(
resp2
, pkt);
7326
= le32toh(
resp2
->error_event_table_ptr);
7328
= le32toh(
resp2
->log_event_table_ptr);
7329
sc->sched_base = le32toh(
resp2
->scd_base_ptr);
7331
= le32toh(
resp2
->error_info_addr);
7332
if (
resp2
->status == IWM_ALIVE_STATUS_OK)
Completed in 405 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025