Searched refs:velocity_set_int_opt (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/via/ |
D | via-velocity.c | 424 static void velocity_set_int_opt(int *opt, int val, int min, int max, int def, in velocity_set_int_opt() function 483 …velocity_set_int_opt(&opts->rx_thresh, rx_thresh[index], RX_THRESH_MIN, RX_THRESH_MAX, RX_THRESH_D… in velocity_get_options() 484 …velocity_set_int_opt(&opts->DMA_length, DMA_length[index], DMA_LENGTH_MIN, DMA_LENGTH_MAX, DMA_LEN… in velocity_get_options() 485 …velocity_set_int_opt(&opts->numrx, RxDescriptors[index], RX_DESC_MIN, RX_DESC_MAX, RX_DESC_DEF, "R… in velocity_get_options() 486 …velocity_set_int_opt(&opts->numtx, TxDescriptors[index], TX_DESC_MIN, TX_DESC_MAX, TX_DESC_DEF, "T… in velocity_get_options() 488 …velocity_set_int_opt(&opts->flow_cntl, flow_control[index], FLOW_CNTL_MIN, FLOW_CNTL_MAX, FLOW_CNT… in velocity_get_options() 490 …velocity_set_int_opt((int *) &opts->spd_dpx, speed_duplex[index], MED_LNK_MIN, MED_LNK_MAX, MED_LN… in velocity_get_options() 491 …velocity_set_int_opt(&opts->wol_opts, wol_opts[index], WOL_OPT_MIN, WOL_OPT_MAX, WOL_OPT_DEF, "Wak… in velocity_get_options()
|