Lines Matching refs:opt
405 u32 opt; member
412 .opt = XTE_OPTION_JUMBO,
417 .opt = XTE_OPTION_JUMBO,
423 .opt = XTE_OPTION_VLAN,
428 .opt = XTE_OPTION_VLAN,
434 .opt = XTE_OPTION_FCS_STRIP,
440 .opt = XTE_OPTION_FCS_INSERT,
446 .opt = XTE_OPTION_LENTYPE_ERR,
452 .opt = XTE_OPTION_FLOW_CONTROL,
458 .opt = XTE_OPTION_FLOW_CONTROL,
464 .opt = XTE_OPTION_PROMISC,
470 .opt = XTE_OPTION_TXEN,
476 .opt = XTE_OPTION_RXEN,
493 while (tp->opt) { in temac_setoptions()
495 if (options & tp->opt) in temac_setoptions()