Lines Matching refs:u_int
513 u_int mc; /* Media Capabilities */
514 u_int ana; /* NWay Advertisement */
515 u_int fdx; /* Full DupleX capabilities for each media */
516 u_int ttm; /* Transmit Threshold Mode for each media */
517 u_int mci; /* 21142 MII Connector Interrupt info */
774 u_int bins[DE4X5_PKT_STAT_SZ]; /* Private stats counters */
775 u_int unicast;
776 u_int multicast;
777 u_int broadcast;
778 u_int excessive_collisions;
779 u_int tx_underruns;
780 u_int excessive_underruns;
781 u_int rx_runt_frames;
782 u_int rx_collision;
783 u_int rx_dribble;
784 u_int rx_overflow;
959 static void srom_latch(u_int command, u_long address);
960 static void srom_command(u_int command, u_long address);
961 static void srom_address(u_int command, u_long address, u_char offset);
962 static short srom_data(u_int command, u_long address);
964 static void sendto_srom(u_int command, u_long addr);
2125 u_int irq = 0, device; in srom_search()
2199 u_int irq = 0, device; in de4x5_pci_probe()
4207 srom_latch(u_int command, u_long addr) in srom_latch()
4215 srom_command(u_int command, u_long addr) in srom_command()
4223 srom_address(u_int command, u_long addr, u_char offset) in srom_address()
4237 srom_data(u_int command, u_long addr) in srom_data()
4271 sendto_srom(u_int command, u_long addr) in sendto_srom()