Lines Matching defs:host_info_struct
477 struct host_info_struct { struct
479 u8 volatile int_status;
480 u8 volatile int_mask;
481 u8 volatile lockout_host;
482 u8 volatile lockout_mac;
484 u16 tx_buff_pos;
485 u16 tx_buff_size;
486 u16 tx_desc_pos;
487 u16 tx_desc_count;
489 u16 rx_buff_pos;
490 u16 rx_buff_size;
491 u16 rx_desc_pos;
492 u16 rx_desc_count;
494 u16 build_version;
495 u16 command_pos;
497 u16 major_version;
498 u16 minor_version;
500 u16 func_ctrl;
501 u16 mac_status;
502 u16 generic_IRQ_type;
503 u8 reserved[2];