Lines Matching defs:mdl
879 struct mdl { struct
880 ULONG Io_Address;
881 ULONG Mem_Address;
883 volatile int CSR;
884 volatile int CardStatus;
891 unsigned int *PMR_PtrList;
893 unsigned char *PatternList;
894 unsigned int *PatternLength;
895 int EnableMulticast;
897 unsigned short PatternList_FreeIndex;
899 unsigned short TotalPatterns;
900 unsigned short PatternEnableBit;
902 unsigned char Mac[6];
903 unsigned char TEMP_MAC[6];
904 unsigned int FLAGS;
905 unsigned char TempLADRF[8];
907 ULONG Speed;
908 ULONG FullDuplex;
910 struct init_block *init_blk;
912 int tmpPtrArray[8];
914 int MulticastBitMapArray[MULTICAST_BITMAP_ARRAY_SIZE];
915 int External_Phy;
916 unsigned int phy_id;
920 unsigned int rx_intrcoalesc_time;
922 unsigned int rx_intrcoalesc_events;
923 unsigned int tx_intrcoalesc_time;
924 unsigned int tx_intrcoalesc_events;
925 int IntrCoalescFlag;
927 int RxRingLenBits;
928 int TxRingLenBits;
929 int TxRingSize;
930 int RxRingSize;
932 int IpgValue;