Lines Matching refs:pfp
370 int (*pfp)(struct scsi_cmnd *, struct sdebug_dev_info *); member
5381 int (*pfp)(struct scsi_cmnd *, in schedule_resp()
5478 cmnd->result = pfp ? pfp(cmnd, devip) : 0; in schedule_resp()
5603 cmnd->result = pfp != NULL ? pfp(cmnd, devip) : 0; in schedule_resp()
7386 int (*pfp)(struct scsi_cmnd *, struct sdebug_dev_info *) = NULL; in scsi_debug_queuecommand() local
7438 r_pfp = oip->pfp; in scsi_debug_queuecommand()
7513 if (likely(oip->pfp)) in scsi_debug_queuecommand()
7514 pfp = oip->pfp; /* calls a resp_* function */ in scsi_debug_queuecommand()
7516 pfp = r_pfp; /* if leaf function ptr NULL, try the root's */ in scsi_debug_queuecommand()
7520 return schedule_resp(scp, devip, errsts, pfp, 0, 0); in scsi_debug_queuecommand()
7533 return schedule_resp(scp, devip, errsts, pfp, jdelay, 0); in scsi_debug_queuecommand()
7535 return schedule_resp(scp, devip, errsts, pfp, sdebug_jdelay, in scsi_debug_queuecommand()