Searched defs:velocity_set_int_opt (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dvia-velocity.c258 * velocity_set_int_opt - parser for integer options
272 static void velocity_set_int_opt(int *opt, int val, int min, int max, function
340 velocity_set_int_opt(&opts->rx_thresh, -1, RX_THRESH_MIN,
343 velocity_set_int_opt(&opts->DMA_length, DMA_length[index],
346 velocity_set_int_opt(&opts->numrx, RxDescriptors[index],
349 velocity_set_int_opt(&opts->numtx, TxDescriptors[index],
352 velocity_set_int_opt(&opts->vid, VID_setting[index], VLAN_ID_MIN,
361 velocity_set_int_opt(&opts->flow_cntl, flow_control[index],
370 velocity_set_int_opt((void *) &opts->spd_dpx, speed_duplex[index],
373 velocity_set_int_opt((in
[all...]

Completed in 34 milliseconds