Lines Matching refs:ei_status
135 ei_status.name = dev->name;
136 ei_status.word16 = 1;
138 ei_status.bigendian = 0;
140 ei_status.bigendian = 1;
142 ei_status.tx_start_page = START_PG;
143 ei_status.rx_start_page = START_PG + TX_PAGES;
144 ei_status.stop_page = STOP_PG;
146 ei_status.reset_8390 = &stnic_reset;
147 ei_status.get_8390_hdr = &stnic_get_hdr;
148 ei_status.block_input = &stnic_block_input;
149 ei_status.block_output = &stnic_block_output;