Lines Matching defs:evt

440 		struct wmi_notify_req_done_event evt;
456 tx_mcs = le16_to_cpu(reply.evt.bf_mcs);
465 le64_to_cpu(reply.evt.tsf), reply.evt.status,
466 reply.evt.rssi,
467 reply.evt.sqi,
468 le32_to_cpu(reply.evt.tx_tpt),
469 le32_to_cpu(reply.evt.tx_goodput),
470 le32_to_cpu(reply.evt.rx_goodput),
471 le16_to_cpu(reply.evt.my_rx_sector),
472 le16_to_cpu(reply.evt.my_tx_sector),
473 le16_to_cpu(reply.evt.other_rx_sector),
474 le16_to_cpu(reply.evt.other_tx_sector),
475 reply.evt.tx_mode);
488 if (wil->use_enhanced_dma_hw && reply.evt.tx_mode != WMI_TX_MODE_DMG) {
513 wil_tx_cb_mode_to_n_bonded(reply.evt.tx_mode);
527 sinfo->signal = reply.evt.rssi;
529 sinfo->signal = reply.evt.sqi;
2882 struct wmi_get_rf_sector_params_done_event evt;
2884 .evt = {.status = WMI_RF_SECTOR_STATUS_NOT_SUPPORTED_ERROR},
2937 if (reply.evt.status) {
2939 reply.evt.status);
2940 return wil_rf_sector_status_to_rc(reply.evt.status);
2949 le64_to_cpu(reply.evt.tsf),
2962 si = &reply.evt.sectors_info[i];
3004 struct wmi_set_rf_sector_params_done_event evt;
3006 .evt = {.status = WMI_RF_SECTOR_STATUS_NOT_SUPPORTED_ERROR},
3098 return wil_rf_sector_status_to_rc(reply.evt.status);
3114 struct wmi_get_selected_rf_sector_index_done_event evt;
3116 .evt = {.status = WMI_RF_SECTOR_STATUS_NOT_SUPPORTED_ERROR},
3164 if (reply.evt.status) {
3166 reply.evt.status);
3167 return wil_rf_sector_status_to_rc(reply.evt.status);
3176 le64_to_cpu(reply.evt.tsf),
3179 le16_to_cpu(reply.evt.sector_idx)))
3196 struct wmi_set_selected_rf_sector_index_done_event evt;
3198 .evt = {.status = WMI_RF_SECTOR_STATUS_NOT_SUPPORTED_ERROR},
3213 return wil_rf_sector_status_to_rc(reply.evt.status);