Searched refs:aac_fib_send (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/scsi/aacraid/ |
D | aachba.c | 364 status = aac_fib_send(ContainerCommand, in aac_get_config_status() 401 status = aac_fib_send(ContainerCommand, in aac_get_config_status() 456 status = aac_fib_send(ContainerCommand, in aac_get_containers() 571 status = aac_fib_send(ContainerCommand, in aac_get_container_name() 690 status = aac_fib_send(ContainerCommand, in _aac_probe_container1() 731 status = aac_fib_send(ContainerCommand, in _aac_probe_container() 1053 status = aac_fib_send(ContainerCommand, in aac_get_container_serial() 1195 return aac_fib_send(command, in aac_read_raw_io() 1230 return aac_fib_send(ContainerCommand64, in aac_read_block64() 1265 return aac_fib_send(ContainerCommand, in aac_read_block() [all …]
|
D | dpcsup.c | 267 status = aac_fib_send(AifRequest, in aac_aif_callback() 339 return aac_fib_send(AifRequest, in aac_intr_normal()
|
D | commctrl.c | 129 retval = aac_fib_send(le16_to_cpu(kfib->header.Command), fibptr, in ioctl_send_fib() 696 status = aac_fib_send(ScsiPortCommand64, srbfib, actual_fibsize, FsaNormal, 1, 1,NULL,NULL); in aac_send_raw_srb() 785 status = aac_fib_send(ScsiPortCommand, srbfib, actual_fibsize, FsaNormal, 1, 1, NULL, NULL); in aac_send_raw_srb()
|
D | commsup.c | 437 int aac_fib_send(u16 command, struct fib *fibptr, unsigned long size, in aac_fib_send() function 1547 status = aac_fib_send(ContainerCommand, in aac_reset_adapter() 1974 status = aac_fib_send(SendHostTime, in aac_command_thread()
|
D | comminit.c | 237 status = aac_fib_send(ContainerCommand, in aac_send_shutdown()
|
D | aacraid.h | 2110 int aac_fib_send(u16 command, struct fib * context, unsigned long size, int priority, int wait, int…
|