| Jing Huang | 7725ccf | 2009-09-23 17:46:15 -0700 | [diff] [blame] | 1 | /* | 
 | 2 |  * Copyright (c) 2005-2009 Brocade Communications Systems, Inc. | 
 | 3 |  * All rights reserved | 
 | 4 |  * www.brocade.com | 
 | 5 |  * | 
 | 6 |  * Linux driver for Brocade Fibre Channel Host Bus Adapter. | 
 | 7 |  * | 
 | 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 | 
 | 11 |  * | 
 | 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. | 
 | 16 |  */ | 
 | 17 |  | 
 | 18 | /** | 
 | 19 |  * This file contains dummy FCPTM routines to aid in Initiator Mode only | 
 | 20 |  * compilation of OS driver. | 
 | 21 |  * | 
 | 22 |  */ | 
 | 23 |  | 
 | 24 | #include "bfa_os_inc.h" | 
 | 25 | #include "fcs_rport.h" | 
 | 26 | #include "fcs_fcptm.h" | 
 | 27 | #include "fcs/bfa_fcs_rport.h" | 
 | 28 |  | 
 | 29 | struct bfa_fcs_tin_s * | 
 | 30 | bfa_fcs_tin_create(struct bfa_fcs_rport_s *rport) | 
 | 31 | { | 
 | 32 | 	return NULL; | 
 | 33 | } | 
 | 34 |  | 
 | 35 | void | 
 | 36 | bfa_fcs_tin_delete(struct bfa_fcs_tin_s *tin) | 
 | 37 | { | 
 | 38 | } | 
 | 39 |  | 
 | 40 | void | 
 | 41 | bfa_fcs_tin_rport_offline(struct bfa_fcs_tin_s *tin) | 
 | 42 | { | 
 | 43 | } | 
 | 44 |  | 
 | 45 | void | 
 | 46 | bfa_fcs_tin_rport_online(struct bfa_fcs_tin_s *tin) | 
 | 47 | { | 
 | 48 | } | 
 | 49 |  | 
 | 50 | void | 
 | 51 | bfa_fcs_tin_rx_prli(struct bfa_fcs_tin_s *tin, struct fchs_s *fchs, u16 len) | 
 | 52 | { | 
 | 53 | } | 
 | 54 |  | 
 | 55 | void | 
 | 56 | bfa_fcs_fcptm_uf_recv(struct bfa_fcs_tin_s *tin, struct fchs_s *fchs, u16 len) | 
 | 57 | { | 
 | 58 | } | 
 | 59 |  | 
 | 60 | void | 
 | 61 | bfa_fcs_tin_pause(struct bfa_fcs_tin_s *tin) | 
 | 62 | { | 
 | 63 | } | 
 | 64 |  | 
 | 65 | void | 
 | 66 | bfa_fcs_tin_resume(struct bfa_fcs_tin_s *tin) | 
 | 67 | { | 
 | 68 | } |