Lines Matching refs:devname

432 				 char *name, const char *devname)  in velocity_set_int_opt()  argument
438 devname, name, min, max); in velocity_set_int_opt()
442 devname, name, val); in velocity_set_int_opt()
461 char *name, const char *devname) in velocity_set_bool_opt() argument
468 devname, name); in velocity_set_bool_opt()
472 devname, name, val ? "TRUE" : "FALSE"); in velocity_set_bool_opt()
487 const char *devname) in velocity_get_options() argument
490 …s->rx_thresh, rx_thresh[index], RX_THRESH_MIN, RX_THRESH_MAX, RX_THRESH_DEF, "rx_thresh", devname); in velocity_get_options()
491 …_length, DMA_length[index], DMA_LENGTH_MIN, DMA_LENGTH_MAX, DMA_LENGTH_DEF, "DMA_length", devname); in velocity_get_options()
492 …pts->numrx, RxDescriptors[index], RX_DESC_MIN, RX_DESC_MAX, RX_DESC_DEF, "RxDescriptors", devname); in velocity_get_options()
493 …pts->numtx, TxDescriptors[index], TX_DESC_MIN, TX_DESC_MAX, TX_DESC_DEF, "TxDescriptors", devname); in velocity_get_options()
495 …w_cntl, flow_control[index], FLOW_CNTL_MIN, FLOW_CNTL_MAX, FLOW_CNTL_DEF, "flow_control", devname); in velocity_get_options()
496 …opts->flags, IP_byte_align[index], IP_ALIG_DEF, VELOCITY_FLAGS_IP_ALIGN, "IP_byte_align", devname); in velocity_get_options()
497 …&opts->flags, ValPktLen[index], VAL_PKT_LEN_DEF, VELOCITY_FLAGS_VAL_PKT_LEN, "ValPktLen", devname); in velocity_get_options()
498 …->spd_dpx, speed_duplex[index], MED_LNK_MIN, MED_LNK_MAX, MED_LNK_DEF, "Media link mode", devname); in velocity_get_options()
499 …>wol_opts, wol_opts[index], WOL_OPT_MIN, WOL_OPT_MAX, WOL_OPT_DEF, "Wake On Lan options", devname); in velocity_get_options()