ALSA: hda - Add quirk for Dell Vostro 1220
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / drivers / scsi / bfa / fcptm.c
blob8c8b08c72e7a8e423269e55099a8483cce238302
1 /*
2 * Copyright (c) 2005-2009 Brocade Communications Systems, Inc.
3 * All rights reserved
4 * www.brocade.com
6 * Linux driver for Brocade Fibre Channel Host Bus Adapter.
8 * This program is free software; you can redistribute it and/or modify it
9 * under the terms of the GNU General Public License (GPL) Version 2 as
10 * published by the Free Software Foundation
12 * This program is distributed in the hope that it will be useful, but
13 * WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 * General Public License for more details.
18 /**
19 * This file contains dummy FCPTM routines to aid in Initiator Mode only
20 * compilation of OS driver.
24 #include "bfa_os_inc.h"
25 #include "fcs_rport.h"
26 #include "fcs_fcptm.h"
27 #include "fcs/bfa_fcs_rport.h"
29 struct bfa_fcs_tin_s *
30 bfa_fcs_tin_create(struct bfa_fcs_rport_s *rport)
32 return NULL;
35 void
36 bfa_fcs_tin_delete(struct bfa_fcs_tin_s *tin)
40 void
41 bfa_fcs_tin_rport_offline(struct bfa_fcs_tin_s *tin)
45 void
46 bfa_fcs_tin_rport_online(struct bfa_fcs_tin_s *tin)
50 void
51 bfa_fcs_tin_rx_prli(struct bfa_fcs_tin_s *tin, struct fchs_s *fchs, u16 len)
55 void
56 bfa_fcs_fcptm_uf_recv(struct bfa_fcs_tin_s *tin, struct fchs_s *fchs, u16 len)
60 void
61 bfa_fcs_tin_pause(struct bfa_fcs_tin_s *tin)
65 void
66 bfa_fcs_tin_resume(struct bfa_fcs_tin_s *tin)