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

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

Completed in 135 milliseconds