Searched refs:aoe_iflist (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/block/aoe/ |
D | aoenet.c | 32 static char aoe_iflist[IFLISTSZ]; variable 33 module_param_string(aoe_iflist, aoe_iflist, IFLISTSZ, 0600); 34 MODULE_PARM_DESC(aoe_iflist, "aoe_iflist=dev1[,dev2...]"); 42 strncpy(aoe_iflist, str, IFLISTSZ); in aoe_iflist_setup() 43 aoe_iflist[IFLISTSZ - 1] = '\0'; in aoe_iflist_setup() 78 if (aoe_iflist[0] == '\0') in is_aoe_netif() 81 p = aoe_iflist + strspn(aoe_iflist, WHITESPACE); in is_aoe_netif() 104 if (copy_from_user(aoe_iflist, user_str, size)) { in set_aoe_iflist() 108 aoe_iflist[size] = 0x00; in set_aoe_iflist()
|
/linux-6.1.9/Documentation/admin-guide/aoe/ |
D | aoe.rst | 54 also the aoe_iflist driver option described below. 111 Use /sys/module/aoe/parameters/aoe_iflist (or better, the driver 126 corresponding module parameter, aoe_iflist. Without this option, 130 modprobe aoe_iflist="eth1 eth3"
|