Searched refs:aac_fib_send (Results 1 – 5 of 5) sorted by relevance
/drivers/scsi/aacraid/ |
D | aachba.c | 265 status = aac_fib_send(ContainerCommand, in aac_get_config_status() 299 status = aac_fib_send(ContainerCommand, in aac_get_config_status() 339 status = aac_fib_send(ContainerCommand, in aac_get_containers() 447 status = aac_fib_send(ContainerCommand, in aac_get_container_name() 551 status = aac_fib_send(ContainerCommand, in _aac_probe_container1() 587 status = aac_fib_send(ContainerCommand, in _aac_probe_container() 835 status = aac_fib_send(ContainerCommand, in aac_get_container_serial() 950 return aac_fib_send(ContainerRawIo, in aac_read_raw_io() 981 return aac_fib_send(ContainerCommand64, in aac_read_block64() 1010 return aac_fib_send(ContainerCommand, in aac_read_block() [all …]
|
D | commctrl.c | 128 retval = aac_fib_send(le16_to_cpu(kfib->header.Command), fibptr, in ioctl_send_fib() 687 status = aac_fib_send(ScsiPortCommand64, srbfib, actual_fibsize, FsaNormal, 1, 1,NULL,NULL); in aac_send_raw_srb() 773 status = aac_fib_send(ScsiPortCommand, srbfib, actual_fibsize, FsaNormal, 1, 1, NULL, NULL); in aac_send_raw_srb()
|
D | commsup.c | 385 int aac_fib_send(u16 command, struct fib *fibptr, unsigned long size, in aac_fib_send() function 1349 status = aac_fib_send(ContainerCommand, in aac_reset_adapter() 1772 (void)aac_fib_send(SendHostTime, in aac_command_thread()
|
D | comminit.c | 176 status = aac_fib_send(ContainerCommand, in aac_send_shutdown()
|
D | aacraid.h | 1860 int aac_fib_send(u16 command, struct fib * context, unsigned long size, int priority, int wait, int…
|