Lines Matching refs:reply
996 } __packed reply; in wil_bf_debugfs_show() local
1003 WMI_NOTIFY_REQ_DONE_EVENTID, &reply, in wil_bf_debugfs_show()
1004 sizeof(reply), 20); in wil_bf_debugfs_show()
1006 if (rc || is_all_zeros(&reply.evt, sizeof(reply.evt))) in wil_bf_debugfs_show()
1009 status = le32_to_cpu(reply.evt.status); in wil_bf_debugfs_show()
1019 le64_to_cpu(reply.evt.tsf), in wil_bf_debugfs_show()
1020 le16_to_cpu(reply.evt.bf_mcs), in wil_bf_debugfs_show()
1021 le32_to_cpu(reply.evt.tx_tpt), in wil_bf_debugfs_show()
1022 reply.evt.sqi, in wil_bf_debugfs_show()
1024 le16_to_cpu(reply.evt.my_rx_sector), in wil_bf_debugfs_show()
1025 le16_to_cpu(reply.evt.my_tx_sector), in wil_bf_debugfs_show()
1026 le16_to_cpu(reply.evt.other_rx_sector), in wil_bf_debugfs_show()
1027 le16_to_cpu(reply.evt.other_tx_sector), in wil_bf_debugfs_show()
1028 le32_to_cpu(reply.evt.rx_goodput), in wil_bf_debugfs_show()
1029 le32_to_cpu(reply.evt.tx_goodput)); in wil_bf_debugfs_show()