Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/netif/iwm/
H A Dif_iwm.c3476 struct iwm_tx_resp *tx_resp = (void *)pkt->data; in iwm_rx_tx_cmd_single() local
3482 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 …]
H A Dif_iwmreg.h5305 static inline uint32_t iwm_get_scd_ssn(struct iwm_tx_resp *tx_resp) in iwm_get_scd_ssn() argument
5307 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()