Lines Matching defs:reply
1262 /* if reply is all-0, ignore this CID */
1285 } __packed reply;
1287 memset(&reply, 0, sizeof(reply));
1295 WMI_NOTIFY_REQ_DONE_EVENTID, &reply,
1296 sizeof(reply), WIL_WMI_CALL_GENERAL_TO_MS);
1297 /* if reply is all-0, ignore this CID */
1298 if (rc || is_all_zeros(&reply.evt, sizeof(reply.evt)))
1301 status = le32_to_cpu(reply.evt.status);
1312 le64_to_cpu(reply.evt.tsf),
1313 le16_to_cpu(reply.evt.bf_mcs),
1314 le32_to_cpu(reply.evt.tx_tpt),
1315 reply.evt.sqi,
1316 reply.evt.rssi,
1318 le16_to_cpu(reply.evt.my_rx_sector),
1319 le16_to_cpu(reply.evt.my_tx_sector),
1320 le16_to_cpu(reply.evt.other_rx_sector),
1321 le16_to_cpu(reply.evt.other_tx_sector),
1322 le32_to_cpu(reply.evt.rx_goodput),
1323 le32_to_cpu(reply.evt.tx_goodput));