Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
Dscsi_debug.c5159 int (*r_pfp)(struct scsi_cmnd *, struct sdebug_dev_info *); in scsi_debug_queuecommand() local
5198 r_pfp = oip->pfp; in scsi_debug_queuecommand()
5277 else if (r_pfp) /* if leaf function ptr NULL, try the root's */ in scsi_debug_queuecommand()
5278 errsts = r_pfp(scp, devip); in scsi_debug_queuecommand()