Lines Matching refs:pfp
485 int (*pfp)(struct scsi_cmnd *, struct sdebug_dev_info *); member
7155 int (*pfp)(struct scsi_cmnd *, in schedule_resp()
7201 cmnd->result = pfp ? pfp(cmnd, devip) : 0; in schedule_resp()
7297 cmnd->result = pfp != NULL ? pfp(cmnd, devip) : 0; in schedule_resp()
9240 int (*pfp)(struct scsi_cmnd *, struct sdebug_dev_info *) = NULL; in scsi_debug_queuecommand() local
9318 r_pfp = oip->pfp; in scsi_debug_queuecommand()
9395 if (likely(oip->pfp)) in scsi_debug_queuecommand()
9396 pfp = oip->pfp; /* calls a resp_* function */ in scsi_debug_queuecommand()
9398 pfp = r_pfp; /* if leaf function ptr NULL, try the root's */ in scsi_debug_queuecommand()
9402 return schedule_resp(scp, devip, errsts, pfp, 0, 0); in scsi_debug_queuecommand()
9415 return schedule_resp(scp, devip, errsts, pfp, jdelay, 0); in scsi_debug_queuecommand()
9417 return schedule_resp(scp, devip, errsts, pfp, sdebug_jdelay, in scsi_debug_queuecommand()