Home
last modified time | relevance | path

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

/linux-2.4.37.9/Documentation/s390/
Dc7000.txt13 uhost0=s2 This parameter defines the unit's name and must
43 insmod c7000 base0=0x336c lhost0="UTS" uhost0="C7011" lappl0="TCPIP" \
65 options c7000 base0=0xYYYY lhost0=s1 uhost0=s2 lappl0=s3 uappl0=s4
/linux-2.4.37.9/drivers/s390/net/
Dc7000.c399 static char *uhost0; variable
469 MODULE_PARM(uhost0, "s");
470 MODULE_PARM_DESC(uhost0, "Unit name for 1st C7000 box.");
2959 if (uhost0 != NULL) in c7000_init()
2960 c7000_fill_name(ccp->uhost, uhost0); in c7000_init()