Lines Matching defs:data
302 * Write a block of data out to the 8390
367 * Read a block of data from the 8390
388 buf = skb->data;
654 const struct etherh_data *data = id->data;
677 if (data->supported & SUPPORTED_Autoneg)
679 if (data->supported & SUPPORTED_TP) {
682 } else if (data->supported & SUPPORTED_BNC) {
689 eh->supported = data->supported;
699 if (data->ctrl_ioc) {
708 dev->base_addr = (unsigned long)eh->memc + data->ns8390_offset;
709 eh->dma_base = eh->memc + data->dataport_offset;
710 eh->ctrl_port += data->ctrlport_offset;
738 ei_local->tx_start_page = data->tx_start_page;
740 ei_local->stop_page = data->stop_page;
755 data->name, ec->slot_no, dev->dev_addr);