/kernel/linux/linux-6.6/drivers/scsi/aacraid/ |
H A D | aachba.c | 376 status = aac_fib_send(ContainerCommand, in aac_get_config_status() 413 status = aac_fib_send(ContainerCommand, in aac_get_config_status() 468 status = aac_fib_send(ContainerCommand, in aac_get_containers() 602 status = aac_fib_send(ContainerCommand, in aac_get_container_name() 616 printk(KERN_WARNING "aac_get_container_name: aac_fib_send failed with status: %d.\n", status); in aac_get_container_name() 728 status = aac_fib_send(ContainerCommand, in _aac_probe_container1() 769 status = aac_fib_send(ContainerCommand, in _aac_probe_container() 1137 status = aac_fib_send(ContainerCommand, in aac_get_container_serial() 1151 printk(KERN_WARNING "aac_get_container_serial: aac_fib_send failed with status: %d.\n", status); in aac_get_container_serial() 1277 return aac_fib_send(comman in aac_read_raw_io() [all...] |
H A D | dpcsup.c | 252 aac_fib_send(AifRequest, in aac_aif_callback() 326 return aac_fib_send(AifRequest, in aac_intr_normal()
|
H A D | commctrl.c | 125 retval = aac_fib_send(le16_to_cpu(kfib->header.Command), fibptr, in ioctl_send_fib() 824 status = aac_fib_send(ScsiPortCommand64, srbfib, actual_fibsize, FsaNormal, 1, 1,NULL,NULL); in aac_send_raw_srb() 919 status = aac_fib_send(ScsiPortCommand, srbfib, actual_fibsize, FsaNormal, 1, 1, NULL, NULL); in aac_send_raw_srb()
|
H A D | commsup.c | 467 * aac_fib_send - send a fib to the adapter 483 int aac_fib_send(u16 command, struct fib *fibptr, unsigned long size, in aac_fib_send() function 623 printk(KERN_ERR "aac_fib_send: returned -EBUSY\n"); in aac_fib_send() 655 printk(KERN_ERR "aacraid: aac_fib_send: first asynchronous command timed out.\n" in aac_fib_send() 668 printk(KERN_ERR "aacraid: aac_fib_send: adapter blinkLED 0x%x.\n" in aac_fib_send() 1682 status = aac_fib_send(ContainerCommand, in aac_reset_adapter() 2330 ret = aac_fib_send(ScsiPortCommand64, fibptr, sizeof(struct aac_srb), in aac_send_wellness_command() 2398 ret = aac_fib_send(SendHostTime, fibptr, sizeof(*info), FsaNormal, in aac_send_hosttime()
|
H A D | comminit.c | 339 status = aac_fib_send(ContainerCommand, in aac_send_shutdown()
|
H A D | aacraid.h | 2710 int aac_fib_send(u16 command, struct fib * context, unsigned long size, int priority, int wait, int reply, fib_callback callback, void *ctxt);
|
/kernel/linux/linux-5.10/drivers/scsi/aacraid/ |
H A D | aachba.c | 376 status = aac_fib_send(ContainerCommand, in aac_get_config_status() 413 status = aac_fib_send(ContainerCommand, in aac_get_config_status() 468 status = aac_fib_send(ContainerCommand, in aac_get_containers() 591 status = aac_fib_send(ContainerCommand, in aac_get_container_name() 605 printk(KERN_WARNING "aac_get_container_name: aac_fib_send failed with status: %d.\n", status); in aac_get_container_name() 716 status = aac_fib_send(ContainerCommand, in _aac_probe_container1() 756 status = aac_fib_send(ContainerCommand, in _aac_probe_container() 1123 status = aac_fib_send(ContainerCommand, in aac_get_container_serial() 1137 printk(KERN_WARNING "aac_get_container_serial: aac_fib_send failed with status: %d.\n", status); in aac_get_container_serial() 1264 return aac_fib_send(comman in aac_read_raw_io() [all...] |
H A D | dpcsup.c | 252 aac_fib_send(AifRequest, in aac_aif_callback() 326 return aac_fib_send(AifRequest, in aac_intr_normal()
|
H A D | commctrl.c | 125 retval = aac_fib_send(le16_to_cpu(kfib->header.Command), fibptr, in ioctl_send_fib() 824 status = aac_fib_send(ScsiPortCommand64, srbfib, actual_fibsize, FsaNormal, 1, 1,NULL,NULL); in aac_send_raw_srb() 919 status = aac_fib_send(ScsiPortCommand, srbfib, actual_fibsize, FsaNormal, 1, 1, NULL, NULL); in aac_send_raw_srb()
|
H A D | commsup.c | 467 * aac_fib_send - send a fib to the adapter 483 int aac_fib_send(u16 command, struct fib *fibptr, unsigned long size, in aac_fib_send() function 623 printk(KERN_ERR "aac_fib_send: returned -EBUSY\n"); in aac_fib_send() 655 printk(KERN_ERR "aacraid: aac_fib_send: first asynchronous command timed out.\n" in aac_fib_send() 668 printk(KERN_ERR "aacraid: aac_fib_send: adapter blinkLED 0x%x.\n" in aac_fib_send() 1681 status = aac_fib_send(ContainerCommand, in aac_reset_adapter() 2329 ret = aac_fib_send(ScsiPortCommand64, fibptr, sizeof(struct aac_srb), in aac_send_wellness_command() 2397 ret = aac_fib_send(SendHostTime, fibptr, sizeof(*info), FsaNormal, in aac_send_hosttime()
|
H A D | comminit.c | 339 status = aac_fib_send(ContainerCommand, in aac_send_shutdown()
|
H A D | aacraid.h | 2696 int aac_fib_send(u16 command, struct fib * context, unsigned long size, int priority, int wait, int reply, fib_callback callback, void *ctxt);
|