Searched refs:fd_status (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Di82586.h363 unsigned short fd_status; /* Written by the 82586 */ member in struct:fd_t
H A Dwavelan.c2614 if ((fd.fd_status & FD_STATUS_C) != FD_STATUS_C)
2620 if ((fd.fd_status & FD_STATUS_OK) == FD_STATUS_OK) {
2659 dev->name, fd.fd_status);
2663 if ((fd.fd_status & FD_STATUS_S6) != 0)
2669 if ((fd.fd_status & FD_STATUS_S7) != 0) {
2678 if ((fd.fd_status & FD_STATUS_S8) != 0) {
2687 if ((fd.fd_status & FD_STATUS_S9) != 0) {
2696 if ((fd.fd_status & FD_STATUS_S10) != 0) {
2705 if ((fd.fd_status & FD_STATUS_S11) != 0) {
2715 fd.fd_status
[all...]

Completed in 89 milliseconds