Home
last modified time | relevance | path

Searched refs:aac_fib_send (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/scsi/aacraid/
Daachba.c364 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 …]
Ddpcsup.c267 status = aac_fib_send(AifRequest, in aac_aif_callback()
339 return aac_fib_send(AifRequest, in aac_intr_normal()
Dcommctrl.c129 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()
Dcommsup.c437 int aac_fib_send(u16 command, struct fib *fibptr, unsigned long size, in aac_fib_send() function
1518 status = aac_fib_send(ContainerCommand, in aac_reset_adapter()
1945 status = aac_fib_send(SendHostTime, in aac_command_thread()
Dcomminit.c235 status = aac_fib_send(ContainerCommand, in aac_send_shutdown()
Daacraid.h2125 int aac_fib_send(u16 command, struct fib * context, unsigned long size, int priority, int wait, int…