Home
last modified time | relevance | path

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

/linux/drivers/scsi/aacraid/
H A Daachba.c376 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()
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()
1277 return aac_fib_send(command, in aac_read_raw_io()
1312 return aac_fib_send(ContainerCommand64, in aac_read_block64()
1347 return aac_fib_send(ContainerCommand, in aac_read_block()
[all …]
H A Ddpcsup.c252 aac_fib_send(AifRequest, in aac_aif_callback()
326 return aac_fib_send(AifRequest, in aac_intr_normal()
H A Dcommctrl.c125 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 Dcommsup.c483 int aac_fib_send(u16 command, struct fib *fibptr, unsigned long size, in aac_fib_send() function
1682 status = aac_fib_send(ContainerCommand, in aac_reset_adapter()
2330 ret = aac_fib_send(ScsiPortCommand64, fibptr, in aac_send_wellness_command()
2399 ret = aac_fib_send(SendHostTime, fibptr, sizeof(*info), FsaNormal, in aac_send_hosttime()
H A Dcomminit.c339 status = aac_fib_send(ContainerCommand, in aac_send_shutdown()
H A Daacraid.h2705 int aac_fib_send(u16 command, struct fib * context, unsigned long size, int priority, int wait, int…