Home
last modified time | relevance | path

Searched refs:always_use_pow (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/staging/octeon/
H A Docteon-ethernet.h97 extern int always_use_pow;
H A Dethernet.c63 int always_use_pow; variable
64 module_param(always_use_pow, int, 0444);
65 MODULE_PARM_DESC(always_use_pow, "\n"
80 "\tis a per port version of always_use_pow. always_use_pow takes\n"
417 * Force the interface to use the POW send if always_use_pow in cvm_oct_common_init()
421 (always_use_pow || strstr(pow_send_list, dev->name))) in cvm_oct_common_init()