Searched refs:r_pfp (Results 1 – 1 of 1) sorted by relevance
5146 int (*r_pfp)(struct scsi_cmnd *, struct sdebug_dev_info *); in scsi_debug_queuecommand() local5185 r_pfp = oip->pfp; in scsi_debug_queuecommand()5264 else if (r_pfp) /* if leaf function ptr NULL, try the root's */ in scsi_debug_queuecommand()5265 errsts = r_pfp(scp, devip); in scsi_debug_queuecommand()