Searched refs:hmcdrv_ftp_funcs (Results 1 - 1 of 1) sorted by relevance

/drivers/s390/char/
H A Dhmcdrv_ftp.c40 static struct hmcdrv_ftp_ops *hmcdrv_ftp_funcs; /* current operations */ variable in typeref:struct:hmcdrv_ftp_ops
41 static DEFINE_MUTEX(hmcdrv_ftp_mutex); /* mutex for hmcdrv_ftp_funcs */
166 if (hmcdrv_ftp_funcs && hmcdrv_ftp_refcnt) {
169 len = hmcdrv_cache_cmd(ftp, hmcdrv_ftp_funcs->transfer);
311 hmcdrv_ftp_funcs = &hmcdrv_ftp_zvm;
313 hmcdrv_ftp_funcs = &hmcdrv_ftp_lpar;
317 if (hmcdrv_ftp_funcs)
318 rc = hmcdrv_ftp_funcs->startup();
338 if ((hmcdrv_ftp_refcnt == 0) && hmcdrv_ftp_funcs)
339 hmcdrv_ftp_funcs
[all...]

Completed in 69 milliseconds