Lines Matching defs:evt

440 		struct wmi_notify_req_done_event evt;
460 cid, vif->mid, le16_to_cpu(reply.evt.bf_mcs),
461 le64_to_cpu(reply.evt.tsf), reply.evt.status,
462 reply.evt.rssi,
463 reply.evt.sqi,
464 le32_to_cpu(reply.evt.tx_tpt),
465 le32_to_cpu(reply.evt.tx_goodput),
466 le32_to_cpu(reply.evt.rx_goodput),
467 le16_to_cpu(reply.evt.my_rx_sector),
468 le16_to_cpu(reply.evt.my_tx_sector),
469 le16_to_cpu(reply.evt.other_rx_sector),
470 le16_to_cpu(reply.evt.other_tx_sector),
471 reply.evt.tx_mode);
484 if (wil->use_enhanced_dma_hw && reply.evt.tx_mode != WMI_TX_MODE_DMG)
488 sinfo->txrate.mcs = le16_to_cpu(reply.evt.bf_mcs);
491 wil_tx_cb_mode_to_n_bonded(reply.evt.tx_mode);
505 sinfo->signal = reply.evt.rssi;
507 sinfo->signal = reply.evt.sqi;
2858 struct wmi_get_rf_sector_params_done_event evt;
2860 .evt = {.status = WMI_RF_SECTOR_STATUS_NOT_SUPPORTED_ERROR},
2913 if (reply.evt.status) {
2915 reply.evt.status);
2916 return wil_rf_sector_status_to_rc(reply.evt.status);
2925 le64_to_cpu(reply.evt.tsf),
2938 si = &reply.evt.sectors_info[i];
2980 struct wmi_set_rf_sector_params_done_event evt;
2982 .evt = {.status = WMI_RF_SECTOR_STATUS_NOT_SUPPORTED_ERROR},
3074 return wil_rf_sector_status_to_rc(reply.evt.status);
3090 struct wmi_get_selected_rf_sector_index_done_event evt;
3092 .evt = {.status = WMI_RF_SECTOR_STATUS_NOT_SUPPORTED_ERROR},
3140 if (reply.evt.status) {
3142 reply.evt.status);
3143 return wil_rf_sector_status_to_rc(reply.evt.status);
3152 le64_to_cpu(reply.evt.tsf),
3155 le16_to_cpu(reply.evt.sector_idx)))
3172 struct wmi_set_selected_rf_sector_index_done_event evt;
3174 .evt = {.status = WMI_RF_SECTOR_STATUS_NOT_SUPPORTED_ERROR},
3189 return wil_rf_sector_status_to_rc(reply.evt.status);