Lines Matching refs:ei_status
139 ei_status.name = dev->name;
140 ei_status.word16 = 1;
142 ei_status.bigendian = 0;
144 ei_status.bigendian = 1;
146 ei_status.tx_start_page = START_PG;
147 ei_status.rx_start_page = START_PG + TX_PAGES;
148 ei_status.stop_page = STOP_PG;
150 ei_status.reset_8390 = &stnic_reset;
151 ei_status.get_8390_hdr = &stnic_get_hdr;
152 ei_status.block_input = &stnic_block_input;
153 ei_status.block_output = &stnic_block_output;