Searched refs:router_str (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/s390/net/ |
D | qeth.c | 9895 char checksum_str[5],queueing_str[14],router_str[8],bufsize_str[4]; in qeth_procfile_open() local 9959 strcpy(router_str, "FLD"); in qeth_procfile_open() 9962 strcpy(router_str, "FLD"); in qeth_procfile_open() 9973 strcpy(router_str,"pri"); in qeth_procfile_open() 9984 strcpy(router_str,"sec"); in qeth_procfile_open() 9996 strcpy(router_str,"mc+"); in qeth_procfile_open() 9998 strcpy(router_str,"mc"); in qeth_procfile_open() 10010 strcpy(router_str,"p+c"); in qeth_procfile_open() 10012 strcpy(router_str,"p.c"); in qeth_procfile_open() 10024 strcpy(router_str,"s+c"); in qeth_procfile_open() [all …]
|