Searched refs:tx_status (Results 26 - 50 of 60) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dewrk3.c1065 u_char tx_status; local
1067 while ((tx_status = inb(EWRK3_TDQ)) > 0) { /* Whilst there's old buffers */
1068 if (tx_status & T_VSTS) { /* The status is valid */
1069 if (tx_status & T_TXE) {
1071 if (tx_status & T_NCL)
1073 if (tx_status & T_LCL)
1075 if (tx_status & T_CTU) {
1076 if ((tx_status & T_COLL) ^ T_XUR) {
1081 } else if (tx_status & T_COLL) {
1082 if ((tx_status
[all...]
H A Dfealnx.c1482 long tx_status = np->cur_tx->status; local
1489 tx_status = next->status;
1493 if (tx_status & TXOWN)
1497 if (tx_status & (CSL | LC | EC | UDF | HF)) {
1499 if (tx_status & EC)
1501 if (tx_status & CSL)
1503 if (tx_status & LC)
1505 if (tx_status & UDF)
1507 if ((tx_status & HF) && np->mii.full_duplex == 0)
1515 ((tx_status
[all...]
H A D3c515.c969 pr_warning("%s: transmit timed out, tx_status %2.2x status %4.4x.\n",
1095 short tx_status; local
1098 while (--i > 0 && (tx_status = inb(ioaddr + TxStatus)) > 0) {
1099 if (tx_status & 0x3C) { /* A Tx-disabling error occurred. */
1102 dev->name, tx_status);
1103 if (tx_status & 0x04)
1105 if (tx_status & 0x38)
1107 if (tx_status & 0x30) {
H A Dsis900.c1778 u32 tx_status; local
1781 tx_status = sis_priv->tx_ring[entry].cmdsts;
1783 if (tx_status & OWN) {
1790 if (tx_status & (ABORT | UNDERRUN | OWCOLL)) {
1795 net_dev->name, tx_status);
1797 if (tx_status & UNDERRUN)
1799 if (tx_status & ABORT)
1801 if (tx_status & NOCARRIER)
1803 if (tx_status & OWCOLL)
1807 net_dev->stats.collisions += (tx_status
[all...]
H A D3c59x.c1890 pr_err("%s: transmit timed out, tx_status %2.2x status %4.4x.\n",
1956 unsigned char tx_status = 0; local
1963 tx_status = ioread8(ioaddr + TxStatus);
1966 (tx_status != 0x88 && vortex_debug > 0)) {
1968 dev->name, tx_status);
1969 if (tx_status == 0x82) {
1975 if (tx_status & 0x14) dev->stats.tx_fifo_errors++;
1976 if (tx_status & 0x38) dev->stats.tx_aborted_errors++;
1977 if (tx_status & 0x08) vp->xstats.tx_max_collisions++;
1979 if (tx_status
2091 int tx_status; local
[all...]
H A Ddnet.c548 u32 tx_status, irq_enable; local
553 tx_status = dnet_readl(bp, TX_STATUS);
564 tx_status = dnet_readl(bp, TX_STATUS);
586 tx_status = dnet_readl(bp, INTR_SRC);
H A Dsmc91x.c710 unsigned int saved_packet, packet_no, tx_status, pkt_len; local
727 SMC_GET_PKT_HDR(lp, tx_status, pkt_len);
729 dev->name, tx_status, packet_no);
731 if (!(tx_status & ES_TX_SUC))
734 if (tx_status & ES_LOSTCARR)
737 if (tx_status & (ES_LATCOL | ES_16COL)) {
739 (tx_status & ES_LATCOL) ?
H A Dvia-rhine.c338 __le32 tx_status; member in struct:tx_desc
972 rp->tx_ring[i].tx_status = 0;
989 rp->tx_ring[i].tx_status = 0;
1279 rp->tx_ring[entry].tx_status = cpu_to_le32(DescOwn);
1381 txstatus = le32_to_cpu(rp->tx_ring[entry].tx_status);
1404 rp->tx_ring[entry].tx_status = cpu_to_le32(DescOwn);
H A Dstarfire.c1323 int tx_status; local
1369 while ((tx_status = le32_to_cpu(np->tx_done_q[np->tx_done].status)) != 0) {
1372 dev->name, np->dirty_tx, np->tx_done, tx_status);
1373 if ((tx_status & 0xe0000000) == 0xa0000000) {
1375 } else if ((tx_status & 0xe0000000) == 0x80000000) {
1376 u16 entry = (tx_status & 0x7fff) / sizeof(starfire_tx_desc);
H A Ddm9000.c942 int tx_status = ior(db, DM9000_NSR); /* Got TX status */ local
944 if (tx_status & (NSR_TX2END | NSR_TX1END)) {
950 dev_dbg(db->dev, "tx done, NSR %02x\n", tx_status);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/pcmcia/
H A D3c574_cs.c745 u_char tx_status = inb(ioaddr + TxStatus); local
746 if (!(tx_status & 0x84))
749 if (tx_status & 0x30)
751 if (tx_status & 0x38) {
753 dev->name, tx_status);
H A D3c589_cs.c572 u_char tx_status = inb(ioaddr + TX_STATUS); local
573 if (!(tx_status & 0x84)) break;
575 if (tx_status & 0x30)
577 if (tx_status & 0x38) {
578 netdev_dbg(dev, "transmit error: status 0x%02x\n", tx_status);
H A Dxirc2ps_cs.c971 unsigned int_status, eth_status, rx_status, tx_status; local
1001 tx_status = GetByte(XIRCREG40_TXST0);
1002 tx_status |= GetByte(XIRCREG40_TXST1) << 8;
1007 dev->name, int_status, eth_status, rx_status, tx_status);
1111 if (tx_status & 0x0002) { /* Execessive collissions */
1115 if (tx_status & 0x0040)
H A Dsmc91c92_cs.c1323 int tx_status; local
1331 tx_status = inw(ioaddr + DATA_1);
1334 if (tx_status & TS_LOSTCAR) dev->stats.tx_carrier_errors++;
1335 if (tx_status & TS_LATCOL) dev->stats.tx_window_errors++;
1336 if (tx_status & TS_16COL) {
1341 if (tx_status & TS_SUCCESS) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dcosa.c130 int tx_status, rx_status; member in struct:channel_data
889 chan->tx_status=0;
894 while (!chan->tx_status) {
899 if (signal_pending(current) && chan->tx_status == 0) {
900 chan->tx_status = 1;
903 chan->tx_status = 1;
919 if (chan->tx_status) { /* Writer was interrupted */
923 chan->tx_status = 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/zd1211rw/
H A Dzd_mac.h148 struct tx_status { struct
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/stmmac/
H A Dnorm_desc.c221 .tx_status = ndesc_get_tx_status,
H A Denh_desc.c322 .tx_status = enh_desc_get_tx_status,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Drc.c1328 int final_ts_idx = 0, tx_status = 0, is_underrun = 0; local
1373 tx_status = 1;
1378 tx_status = 1;
1380 ath_rc_tx_status(sc, ath_rc_priv, tx_info, final_ts_idx, tx_status,
1538 .tx_status = ath_tx_status,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/et131x/
H A Det1310_phy.h666 u16 tx_status:1; /* bit 5 */ member in struct:_MI_PSR_t::__anon15400
678 u16 tx_status:1; /* bit 5 */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/libertas_tf/
H A Dlibertas_tf.h266 __le32 tx_status; member in struct:txpd
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ar9170/
H A Dhw.h403 struct ar9170_cmd_tx_status tx_status; member in union:ar9170_cmd_response::__anon13584
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/mac80211/
H A Drc80211_pid_algo.c452 .tx_status = rate_control_pid_tx_status,
H A Drc80211_minstrel_ht.c393 return mac80211_minstrel.tx_status(priv, sband, sta, &msp->legacy, skb);
782 .tx_status = minstrel_ht_tx_status,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Doti6858.c76 u8 tx_status; member in struct:oti6858_control_pkt
520 buf->tx_status = 0x00;

Completed in 393 milliseconds

123