Searched refs:resp4 (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/
H A Dif_iwx.c9845 struct iwx_alive_resp_v4 *resp4; local
9906 } else if (iwx_rx_packet_payload_len(pkt) == sizeof(*resp4)) {
9907 SYNC_RESP_STRUCT(resp4, pkt);
9909 resp4->lmac_data[0].dbg_ptrs.error_event_table_ptr);
9911 resp4->lmac_data[1].dbg_ptrs.error_event_table_ptr);
9913 resp4->lmac_data[0].dbg_ptrs.log_event_table_ptr);
9915 resp4->umac_data.dbg_ptrs.error_info_addr);
9916 if (resp4->status == IWX_ALIVE_STATUS_OK)

Completed in 101 milliseconds