Home
last modified time | relevance | path

Searched refs:status_word (Results 1 – 5 of 5) sorted by relevance

/drivers/net/ethernet/adi/
Dbfin_mac.h44 unsigned long status_word; /* the frame status word */ member
48 unsigned long status_word; /* the frame status word */ member
Dbfin_mac.c934 tx_list_head->status.status_word = 0; in _tx_reclaim_skb()
941 } while (tx_list_head->status.status_word != 0); in _tx_reclaim_skb()
948 if (tx_list_head->status.status_word != 0) in tx_reclaim_skb()
952 while (tx_list_head->status.status_word == 0) { in tx_reclaim_skb()
1040 current_tx_ptr->status.status_word = 0; in bfin_mac_hard_start_xmit()
1085 if (current_rx_ptr->status.status_word & RX_ERROR_MASK) { in bfin_mac_rx()
1111 len = (unsigned short)((current_rx_ptr->status.status_word) & RX_FRLEN); in bfin_mac_rx()
1153 current_rx_ptr->status.status_word = 0x00000000; in bfin_mac_rx()
1164 if (current_rx_ptr->status.status_word == 0) { in bfin_mac_interrupt()
1167 if (current_rx_ptr->next->status.status_word != 0) { in bfin_mac_interrupt()
[all …]
/drivers/scsi/
Daha1740.c155 } status_word; in aha1740_makecode() local
158 status_word = * (struct statusword *) status; in aha1740_makecode()
164 if (!status_word.don) { /* Anything abnormal was detected */ in aha1740_makecode()
165 if ( (status[1]&0x18) || status_word.sc ) { in aha1740_makecode()
170 if ( status_word.dor ) in aha1740_makecode()
197 if ( status_word.qf ) { in aha1740_makecode()
/drivers/net/ethernet/sun/
Dsungem.c428 rxd->status_word = cpu_to_le64(RXDCTRL_FRESH(gp)); in gem_rxmac_reset()
729 rxd->status_word = cpu_to_le64(RXDCTRL_FRESH(gp)); in gem_post_rxds()
777 u64 status = le64_to_cpu(rxd->status_word); in gem_rx()
1589 rxd->status_word = 0; in gem_clean_rings()
1640 rxd->status_word = 0; in gem_init_rings()
1653 rxd->status_word = cpu_to_le64(RXDCTRL_FRESH(gp)); in gem_init_rings()
Dsungem.h866 __le64 status_word; member