Searched refs:tx_resp (Results 1 – 2 of 2) sorted by relevance
3476 struct iwm_tx_resp *tx_resp = (void *)pkt->data; in iwm_rx_tx_cmd_single() local3482 int status = le16toh(tx_resp->status.status) & IWM_TX_STATUS_MSK; in iwm_rx_tx_cmd_single()3487 KASSERT(tx_resp->frame_count == 1, ("too many frames")); in iwm_rx_tx_cmd_single()3492 (int) le16toh(tx_resp->status.status), in iwm_rx_tx_cmd_single()3493 (int) le16toh(tx_resp->status.sequence), in iwm_rx_tx_cmd_single()3494 tx_resp->frame_count, in iwm_rx_tx_cmd_single()3495 tx_resp->bt_kill_count, in iwm_rx_tx_cmd_single()3496 tx_resp->failure_rts, in iwm_rx_tx_cmd_single()3497 tx_resp->failure_frame, in iwm_rx_tx_cmd_single()3498 le32toh(tx_resp->initial_rate), in iwm_rx_tx_cmd_single()[all …]
5305 static inline uint32_t iwm_get_scd_ssn(struct iwm_tx_resp *tx_resp) in iwm_get_scd_ssn() argument5307 return le32_to_cpup((uint32_t *)&tx_resp->status + in iwm_get_scd_ssn()5308 tx_resp->frame_count) & 0xfff; in iwm_get_scd_ssn()