Searched refs:txstatus (Results 1 – 6 of 6) sorted by relevance
1938 u32 txstatus = le32_to_cpu(rp->tx_ring[entry].tx_status); in rhine_tx() local1941 entry, txstatus); in rhine_tx()1942 if (txstatus & DescOwn) in rhine_tx()1945 if (txstatus & 0x8000) { in rhine_tx()1947 "Transmit error, Tx status %08x\n", txstatus); in rhine_tx()1949 if (txstatus & 0x0400) in rhine_tx()1951 if (txstatus & 0x0200) in rhine_tx()1953 if (txstatus & 0x0100) in rhine_tx()1955 if (txstatus & 0x0080) in rhine_tx()1957 if (((rp->quirks & rqRhineI) && txstatus & 0x0002) || in rhine_tx()[all …]
78 struct __wmi_event_txstatus txstatus[HTC_MAX_TX_STATUS]; member
659 __txs = &txs->txstatus[i]; in ath9k_htc_txstatus()
1421 netdev_tx_t txstatus; in grcan_start_xmit() local1424 oneshotmode, &txstatus); in grcan_start_xmit()1426 return txstatus; in grcan_start_xmit()
1919 u32 txstatus; in mwl8k_txq_xmit() local1959 txstatus = 0; in mwl8k_txq_xmit()1968 txstatus |= MWL8K_TXD_STATUS_MULTICAST_TX; in mwl8k_txq_xmit()2123 tx->status = cpu_to_le32(MWL8K_TXD_STATUS_FW_OWNED | txstatus); in mwl8k_txq_xmit()
1017 struct tx_status txstatus, *txs; in brcms_b_txstatus() local1026 txs = &txstatus; in brcms_b_txstatus()