Searched refs:lancmd_timeout (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/net/ |
H A D | lcs.h | 317 int lancmd_timeout; member
|
H A D | lcs.c | 181 card->lancmd_timeout = LCS_LANCMD_TIMEOUT_DEFAULT; in lcs_alloc_card() 871 mod_timer(&reply->timer, jiffies + HZ * card->lancmd_timeout); in lcs_send_lancmd() 1969 return card ? sprintf(buf, "%u\n", card->lancmd_timeout) : 0; in lcs_timeout_show() 1988 card->lancmd_timeout = value; in lcs_timeout_store() 1994 static DEVICE_ATTR(lancmd_timeout, 0644, lcs_timeout_show, lcs_timeout_store);
|
/kernel/linux/linux-6.6/drivers/s390/net/ |
H A D | lcs.h | 317 int lancmd_timeout; member
|
H A D | lcs.c | 176 card->lancmd_timeout = LCS_LANCMD_TIMEOUT_DEFAULT; in lcs_alloc_card() 867 mod_timer(&reply->timer, jiffies + HZ * card->lancmd_timeout); in lcs_send_lancmd() 1953 return card ? sysfs_emit(buf, "%u\n", card->lancmd_timeout) : 0; in lcs_timeout_show() 1972 card->lancmd_timeout = value; in lcs_timeout_store() 1978 static DEVICE_ATTR(lancmd_timeout, 0644, lcs_timeout_show, lcs_timeout_store);
|
Completed in 9 milliseconds