Searched refs:fib_send (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/drivers/scsi/aacraid/ |
D | aachba.c | 268 status = fib_send(ContainerCommand, in aac_get_containers() 327 status = fib_send(ContainerCommand, in aac_get_container_name() 391 status = fib_send(ContainerCommand, in probe_container() 565 rcode = fib_send(RequestAdapterInfo, in aac_get_adapter_info() 797 status = fib_send(ContainerCommand64, in aac_read() 822 status = fib_send(ContainerCommand, in aac_read() 902 status = fib_send(ContainerCommand64, in aac_write() 930 status = fib_send(ContainerCommand, in aac_write() 1594 status = fib_send(ScsiPortCommand64, cmd_fibcontext, fibsize, FsaNormal, 0, 1, in aac_send_srb_fib() 1610 status = fib_send(ScsiPortCommand, cmd_fibcontext, fibsize, FsaNormal, 0, 1, in aac_send_srb_fib()
|
D | commctrl.c | 97 if (fib_send(kfib->header.Command, fibptr, le32_to_cpu(kfib->header.Size) , FsaNormal, in ioctl_send_fib() 510 status = fib_send(ScsiPortCommand64, srbfib, actual_fibsize, FsaNormal, 1, 1,0,0); in aac_send_raw_srb() 554 status = fib_send(ScsiPortCommand, srbfib, actual_fibsize, FsaNormal, 1, 1, 0, 0); in aac_send_raw_srb()
|
D | comminit.c | 165 status = fib_send(ContainerCommand, in aac_send_shutdown()
|
D | commsup.c | 414 int fib_send(u16 command, struct fib * fibptr, unsigned long size, int priority, int wait, int rep… in fib_send() function
|
D | aacraid.h | 1416 int fib_send(u16 command, struct fib * context, unsigned long size, int priority, int wait, int rep…
|