• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/tokenring/

Lines Matching refs:olympic_parameters_table

717 			addr[i] = readb(opt+offsetof(struct olympic_parameters_table, up_node_addr)+i);
1654 addr[i] = readb(opt+offsetof(struct olympic_parameters_table, up_node_addr) + i);
1656 addr2[i] = readb(opt+offsetof(struct olympic_parameters_table, poll_addr) + i);
1660 readb(opt+offsetof(struct olympic_parameters_table, phys_addr)),
1661 readb(opt+offsetof(struct olympic_parameters_table, phys_addr)+1),
1662 readb(opt+offsetof(struct olympic_parameters_table, phys_addr)+2),
1663 readb(opt+offsetof(struct olympic_parameters_table, phys_addr)+3),
1665 swab16(readw(opt+offsetof(struct olympic_parameters_table, acc_priority))),
1666 swab16(readw(opt+offsetof(struct olympic_parameters_table, auth_source_class))),
1667 swab16(readw(opt+offsetof(struct olympic_parameters_table, att_code))));
1673 addr[i] = readb(opt+offsetof(struct olympic_parameters_table, source_addr) + i);
1676 swab16(readw(opt+offsetof(struct olympic_parameters_table, beacon_type))),
1677 swab16(readw(opt+offsetof(struct olympic_parameters_table, major_vector))),
1678 swab16(readw(opt+offsetof(struct olympic_parameters_table, lan_status))),
1679 swab16(readw(opt+offsetof(struct olympic_parameters_table, local_ring))),
1680 swab16(readw(opt+offsetof(struct olympic_parameters_table, mon_error))),
1681 swab16(readw(opt+offsetof(struct olympic_parameters_table, frame_correl))));
1687 addr[i] = readb(opt+offsetof(struct olympic_parameters_table, beacon_naun) + i);
1690 swab16(readw(opt+offsetof(struct olympic_parameters_table, beacon_transmit))),
1691 swab16(readw(opt+offsetof(struct olympic_parameters_table, beacon_receive))),
1693 readb(opt+offsetof(struct olympic_parameters_table, beacon_phys)),
1694 readb(opt+offsetof(struct olympic_parameters_table, beacon_phys)+1),
1695 readb(opt+offsetof(struct olympic_parameters_table, beacon_phys)+2),
1696 readb(opt+offsetof(struct olympic_parameters_table, beacon_phys)+3));