Searched refs:aac_fib_send (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/scsi/aacraid/ |
D | aachba.c | 389 status = aac_fib_send(ContainerCommand, in aac_get_config_status() 426 status = aac_fib_send(ContainerCommand, in aac_get_config_status() 481 status = aac_fib_send(ContainerCommand, in aac_get_containers() 604 status = aac_fib_send(ContainerCommand, in aac_get_container_name() 729 status = aac_fib_send(ContainerCommand, in _aac_probe_container1() 769 status = aac_fib_send(ContainerCommand, in _aac_probe_container() 1133 status = aac_fib_send(ContainerCommand, in aac_get_container_serial() 1274 return aac_fib_send(command, in aac_read_raw_io() 1309 return aac_fib_send(ContainerCommand64, in aac_read_block64() 1344 return aac_fib_send(ContainerCommand, in aac_read_block() [all …]
|
D | dpcsup.c | 268 status = aac_fib_send(AifRequest, in aac_aif_callback() 342 return aac_fib_send(AifRequest, in aac_intr_normal()
|
D | commctrl.c | 140 retval = aac_fib_send(le16_to_cpu(kfib->header.Command), fibptr, in ioctl_send_fib() 828 status = aac_fib_send(ScsiPortCommand64, srbfib, actual_fibsize, FsaNormal, 1, 1,NULL,NULL); in aac_send_raw_srb() 921 status = aac_fib_send(ScsiPortCommand, srbfib, actual_fibsize, FsaNormal, 1, 1, NULL, NULL); in aac_send_raw_srb()
|
D | commsup.c | 496 int aac_fib_send(u16 command, struct fib *fibptr, unsigned long size, in aac_fib_send() function 1715 status = aac_fib_send(ContainerCommand, in aac_reset_adapter() 2353 ret = aac_fib_send(ScsiPortCommand64, fibptr, sizeof(struct aac_srb), in aac_send_wellness_command() 2421 ret = aac_fib_send(SendHostTime, fibptr, sizeof(*info), FsaNormal, in aac_send_hosttime()
|
D | comminit.c | 354 status = aac_fib_send(ContainerCommand, in aac_send_shutdown()
|
D | aacraid.h | 2694 int aac_fib_send(u16 command, struct fib * context, unsigned long size, int priority, int wait, int…
|