Searched refs:tx_resp (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/dev/iwm/
H A Dif_iwm.c3024 struct iwm_mvm_tx_resp *tx_resp = (void *)pkt->data; local
3027 int status = le16toh(tx_resp->status.status) & IWM_TX_STATUS_MSK;
3028 int failack = tx_resp->failure_frame;
3030 KASSERT(tx_resp->frame_count == 1, ("too many frames"));
3035 (int) le16toh(tx_resp->status.status),
3036 (int) le16toh(tx_resp->status.sequence),
3037 tx_resp->frame_count,
3038 tx_resp->bt_kill_count,
3039 tx_resp->failure_rts,
3040 tx_resp
[all...]
H A Dif_iwmreg.h4700 * @tx_resp: the Tx response from the fw (agg or non-agg)
4711 static inline uint32_t iwm_mvm_get_scd_ssn(struct iwm_mvm_tx_resp *tx_resp) argument
4713 return le32_to_cpup((uint32_t *)&tx_resp->status +
4714 tx_resp->frame_count) & 0xfff;

Completed in 129 milliseconds