Lines Matching refs:configuration
276 uint8_t configuration[22]; member
524 s->configuration[6] |= BIT(4); in e100_pci_reset()
527 s->configuration[6] |= BIT(5); in e100_pci_reset()
531 if (s->configuration[6] & BIT(2)) { in e100_pci_reset()
533 assert(s->configuration[6] & BIT(5)); in e100_pci_reset()
535 if (s->configuration[6] & BIT(5)) { in e100_pci_reset()
544 if (s->configuration[6] & BIT(5)) { in e100_pci_reset()
776 if (s->has_extended_tcb_support && !(s->configuration[6] & BIT(4))) { in tx_command()
883 &s->configuration[0], sizeof(s->configuration)); in action_command()
885 nic_dump(&s->configuration[0], 16))); in action_command()
887 nic_dump(&s->configuration[16], in action_command()
888 ARRAY_SIZE(s->configuration) - 16))); in action_command()
889 if (s->configuration[20] & BIT(6)) { in action_command()
1642 if (s->configuration[8] & 0x80) { in nic_receive()
1647 } else if (size < 64 && (s->configuration[7] & BIT(0))) { in nic_receive()
1654 } else if ((size > MAX_ETH_FRAME_SIZE + 4) && !(s->configuration[18] & BIT(3))) { in nic_receive()
1670 if (s->configuration[21] & BIT(3)) { in nic_receive()
1677 } else if (s->configuration[15] & BIT(0)) { in nic_receive()
1687 } else if (s->configuration[15] & BIT(0)) { in nic_receive()
1691 } else if (s->configuration[20] & BIT(6)) { in nic_receive()
1746 if (s->configuration[18] & BIT(2)) { in nic_receive()
1752 assert(!(s->configuration[17] & BIT(0))); in nic_receive()
1818 VMSTATE_BUFFER(configuration, EEPRO100State),