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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dbfin_mac.h35 unsigned long status_word; /* the frame status word */ member in struct:status_area_rx
39 unsigned long status_word; /* the frame status word */ member in struct:status_area_tx
H A Dbfin_mac.c929 tx_list_head->status.status_word = 0;
936 } while (tx_list_head->status.status_word != 0);
943 if (tx_list_head->status.status_word != 0)
947 while (tx_list_head->status.status_word == 0) {
1036 current_tx_ptr->status.status_word = 0;
1081 if (current_rx_ptr->status.status_word & RX_ERROR_MASK) {
1109 len = (unsigned short)((current_rx_ptr->status.status_word) & RX_FRLEN);
1151 current_rx_ptr->status.status_word = 0x00000000;
1162 if (current_rx_ptr->status.status_word == 0) {
1165 if (current_rx_ptr->next->status.status_word !
[all...]
H A Dsungem.h866 __le64 status_word; member in struct:gem_rxd
H A Dsungem.c437 rxd->status_word = cpu_to_le64(RXDCTRL_FRESH(gp));
742 rxd->status_word = cpu_to_le64(RXDCTRL_FRESH(gp));
774 u64 status = le64_to_cpu(rxd->status_word);
1638 rxd->status_word = 0;
1690 rxd->status_word = 0;
1704 rxd->status_word = cpu_to_le64(RXDCTRL_FRESH(gp));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/math-emu/
H A Dstatus_w.h49 #define status_word() \ macro
H A Dfpu_aux.c77 *(short *)&FPU_EAX = status_word();
H A Dload_store.c269 FPU_put_user(status_word(),
H A Derrors.c86 partial_status = status_word();
H A Dreg_ld_str.c1154 FPU_put_user(status_word(), (unsigned short __user *)(d + 2));
1181 partial_status = status_word() | 0xffff0000;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Daha1740.c156 } status_word; local
159 status_word = * (struct statusword *) status;
165 if (!status_word.don) { /* Anything abnormal was detected */
166 if ( (status[1]&0x18) || status_word.sc ) {
171 if ( status_word.dor )
198 if ( status_word.qf ) {

Completed in 115 milliseconds