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