Lines Matching defs:opts
460 * @opts: option structure for the device
466 static void velocity_get_options(struct velocity_opt *opts, int index)
469 velocity_set_int_opt(&opts->rx_thresh, rx_thresh[index],
472 velocity_set_int_opt(&opts->DMA_length, DMA_length[index],
475 velocity_set_int_opt(&opts->numrx, RxDescriptors[index],
478 velocity_set_int_opt(&opts->numtx, TxDescriptors[index],
482 velocity_set_int_opt(&opts->flow_cntl, flow_control[index],
485 velocity_set_bool_opt(&opts->flags, IP_byte_align[index],
488 velocity_set_int_opt((int *) &opts->spd_dpx, speed_duplex[index],
491 velocity_set_int_opt(&opts->wol_opts, wol_opts[index],
494 opts->numrx = (opts->numrx & ~3);