2 * Copyright (c) 2005-2009 Brocade Communications Systems, Inc.
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.
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
)
36 bfa_fcs_tin_delete(struct bfa_fcs_tin_s
*tin
)
41 bfa_fcs_tin_rport_offline(struct bfa_fcs_tin_s
*tin
)
46 bfa_fcs_tin_rport_online(struct bfa_fcs_tin_s
*tin
)
51 bfa_fcs_tin_rx_prli(struct bfa_fcs_tin_s
*tin
, struct fchs_s
*fchs
, u16 len
)
56 bfa_fcs_fcptm_uf_recv(struct bfa_fcs_tin_s
*tin
, struct fchs_s
*fchs
, u16 len
)
61 bfa_fcs_tin_pause(struct bfa_fcs_tin_s
*tin
)
66 bfa_fcs_tin_resume(struct bfa_fcs_tin_s
*tin
)