Searched refs:velocity_set_int_opt (Results 1 – 1 of 1) sorted by relevance
/external/syslinux/gpxe/src/drivers/net/ |
D | via-velocity.c | 261 static void velocity_set_int_opt(int *opt, int val, int min, int max, in velocity_set_int_opt() function 329 velocity_set_int_opt(&opts->rx_thresh, -1, RX_THRESH_MIN, in velocity_get_options() 332 velocity_set_int_opt(&opts->DMA_length, DMA_length[index], in velocity_get_options() 335 velocity_set_int_opt(&opts->numrx, RxDescriptors[index], in velocity_get_options() 338 velocity_set_int_opt(&opts->numtx, TxDescriptors[index], in velocity_get_options() 341 velocity_set_int_opt(&opts->vid, VID_setting[index], VLAN_ID_MIN, in velocity_get_options() 350 velocity_set_int_opt(&opts->flow_cntl, flow_control[index], in velocity_get_options() 359 velocity_set_int_opt((void *) &opts->spd_dpx, speed_duplex[index], in velocity_get_options() 362 velocity_set_int_opt((int *) &opts->wol_opts, wol_opts[index], in velocity_get_options() 365 velocity_set_int_opt((int *) &opts->int_works, int_works[index], in velocity_get_options()
|