Searched refs:olympic_parameters_table (Results 1 – 2 of 2) sorted by relevance
/drivers/net/tokenring/ |
D | olympic.c | 717 addr[i] = readb(opt+offsetof(struct olympic_parameters_table, up_node_addr)+i); in olympic_open() 1650 addr[i] = readb(opt+offsetof(struct olympic_parameters_table, up_node_addr) + i); in olympic_proc_show() 1652 addr2[i] = readb(opt+offsetof(struct olympic_parameters_table, poll_addr) + i); in olympic_proc_show() 1656 readb(opt+offsetof(struct olympic_parameters_table, phys_addr)), in olympic_proc_show() 1657 readb(opt+offsetof(struct olympic_parameters_table, phys_addr)+1), in olympic_proc_show() 1658 readb(opt+offsetof(struct olympic_parameters_table, phys_addr)+2), in olympic_proc_show() 1659 readb(opt+offsetof(struct olympic_parameters_table, phys_addr)+3), in olympic_proc_show() 1661 swab16(readw(opt+offsetof(struct olympic_parameters_table, acc_priority))), in olympic_proc_show() 1662 swab16(readw(opt+offsetof(struct olympic_parameters_table, auth_source_class))), in olympic_proc_show() 1663 swab16(readw(opt+offsetof(struct olympic_parameters_table, att_code)))); in olympic_proc_show() [all …]
|
D | olympic.h | 297 struct olympic_parameters_table { struct
|