Lines Matching refs:pfp
374 int (*pfp)(struct scsi_cmnd *, struct sdebug_dev_info *); member
5538 int (*pfp)(struct scsi_cmnd *, in schedule_resp()
5590 cmnd->result = pfp ? pfp(cmnd, devip) : 0; in schedule_resp()
5691 cmnd->result = pfp != NULL ? pfp(cmnd, devip) : 0; in schedule_resp()
7509 int (*pfp)(struct scsi_cmnd *, struct sdebug_dev_info *) = NULL; in scsi_debug_queuecommand() local
7561 r_pfp = oip->pfp; in scsi_debug_queuecommand()
7636 if (likely(oip->pfp)) in scsi_debug_queuecommand()
7637 pfp = oip->pfp; /* calls a resp_* function */ in scsi_debug_queuecommand()
7639 pfp = r_pfp; /* if leaf function ptr NULL, try the root's */ in scsi_debug_queuecommand()
7643 return schedule_resp(scp, devip, errsts, pfp, 0, 0); in scsi_debug_queuecommand()
7656 return schedule_resp(scp, devip, errsts, pfp, jdelay, 0); in scsi_debug_queuecommand()
7658 return schedule_resp(scp, devip, errsts, pfp, sdebug_jdelay, in scsi_debug_queuecommand()