Searched refs:ppa_out (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | ppa.c | 277 static int ppa_out(ppa_struct *dev, char *buffer, int len) in ppa_out() function 316 printk(KERN_ERR "PPA: bug in ppa_out()\n"); in ppa_out() 501 if (!ppa_out(dev, &cmd->cmnd[k], 1)) in ppa_send_command() 579 status = ppa_out(dev, cmd->SCp.ptr, fast); in ppa_completion() 907 status = ppa_out(dev, cmd, 1); in device_check()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | ppa.c | 287 static int ppa_out(ppa_struct *dev, char *buffer, int len) in ppa_out() function 323 printk(KERN_ERR "PPA: bug in ppa_out()\n"); in ppa_out() 526 if (!ppa_out(dev, &cmd->cmnd[k], 1)) in ppa_send_command() 605 status = ppa_out(dev, scsi_pointer->ptr, fast); in ppa_completion() 935 status = ppa_out(dev, cmd, 1); in device_check()
|
Completed in 4 milliseconds