Lines Matching defs:fec
306 typedef struct fec { struct
307 uint fec_addr_low; /* lower 32 bits of station address */ argument
308 ushort fec_addr_high; /* upper 16 bits of station address */ argument
310 uint fec_hash_table_high; /* upper 32-bits of hash table */ argument
311 uint fec_hash_table_low; /* lower 32-bits of hash table */ argument
312 uint fec_r_des_start; /* beginning of Rx descriptor ring */ argument
313 uint fec_x_des_start; /* beginning of Tx descriptor ring */ argument
314 uint fec_r_buff_size; /* Rx buffer size */ argument
316 uint fec_ecntrl; /* ethernet control register */ argument
317 uint fec_ievent; /* interrupt event register */ argument
318 uint fec_imask; /* interrupt mask register */ argument
319 uint fec_ivec; /* interrupt level and vector status */ argument
320 uint fec_r_des_active; /* Rx ring updated flag */ argument
321 uint fec_x_des_active; /* Tx ring updated flag */ argument
323 uint fec_mii_data; /* MII data register */ argument
324 uint fec_mii_speed; /* MII speed control register */ argument
326 uint fec_r_bound; /* end of RAM (read-only) */ argument
327 uint fec_r_fstart; /* Rx FIFO start address */ argument
329 uint fec_x_fstart; /* Tx FIFO start address */ argument
331 uint fec_fun_code; /* fec SDMA function code */ argument
333 uint fec_r_cntrl; /* Rx control register */ argument
334 uint fec_r_hash; /* Rx hash register */ argument
336 uint fec_x_cntrl; /* Tx control register */ argument
338 } fec_t; argument