Lines Matching refs:tx_resp
3443 struct iwm_tx_resp *tx_resp = (void *)pkt->data; in iwm_rx_tx_cmd_single() local
3447 int status = le16toh(tx_resp->status.status) & IWM_TX_STATUS_MSK; in iwm_rx_tx_cmd_single()
3452 KASSERT(tx_resp->frame_count == 1, ("too many frames")); in iwm_rx_tx_cmd_single()
3457 (int) le16toh(tx_resp->status.status), in iwm_rx_tx_cmd_single()
3458 (int) le16toh(tx_resp->status.sequence), in iwm_rx_tx_cmd_single()
3459 tx_resp->frame_count, in iwm_rx_tx_cmd_single()
3460 tx_resp->bt_kill_count, in iwm_rx_tx_cmd_single()
3461 tx_resp->failure_rts, in iwm_rx_tx_cmd_single()
3462 tx_resp->failure_frame, in iwm_rx_tx_cmd_single()
3463 le32toh(tx_resp->initial_rate), in iwm_rx_tx_cmd_single()
3464 (int) le16toh(tx_resp->wireless_media_time)); in iwm_rx_tx_cmd_single()
3467 tx_resp_rate = iwm_rate_from_ucode_rate(le32toh(tx_resp->initial_rate)); in iwm_rx_tx_cmd_single()
3480 txs->short_retries = tx_resp->failure_rts; in iwm_rx_tx_cmd_single()
3481 txs->long_retries = tx_resp->failure_frame; in iwm_rx_tx_cmd_single()