Searched refs:fcs (Results 1 - 25 of 111) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/
H A Dbfa_fcs_port.c22 #include <fcs/bfa_fcs.h>
24 #include <fcs/bfa_fcs_fabric.h>
26 #include "fcs.h"
35 struct bfa_fcs_s *fcs = cbarg; local
37 bfa_trc(fcs, event);
41 bfa_fcs_fabric_link_up(&fcs->fabric);
45 bfa_fcs_fabric_link_down(&fcs->fabric);
58 bfa_fcs_pport_attach(struct bfa_fcs_s *fcs) argument
60 bfa_fcport_event_register(fcs->bfa, bfa_fcs_pport_event_handler, fcs);
[all...]
H A Dfcs_port.h27 * fcs friend functions: only between fcs modules
29 void bfa_fcs_pport_attach(struct bfa_fcs_s *fcs);
H A Dfcs_uf.h27 * fcs friend functions: only between fcs modules
29 void bfa_fcs_uf_attach(struct bfa_fcs_s *fcs);
H A Dbfa_fcs_uf.c22 #include <fcs/bfa_fcs.h>
24 #include <fcs/bfa_fcs_fabric.h>
25 #include "fcs.h"
43 struct bfa_fcs_s *fcs = (struct bfa_fcs_s *) cbarg; local
54 bfa_stats(fcs, uf.tagged);
56 if (fcs->port_vfid == vft->vf_id)
57 fabric = &fcs->fabric;
59 fabric = bfa_fcs_vf_lookup(fcs, (u16) vft->vf_id);
66 bfa_stats(fcs, uf.vfid_unknown);
77 bfa_trc(fcs, vf
96 bfa_fcs_uf_attach(struct bfa_fcs_s *fcs) argument
[all...]
H A Dbfa_fcs.c22 #include <fcs/bfa_fcs.h>
31 #include "fcs.h"
39 void (*attach) (struct bfa_fcs_s *fcs);
40 void (*modinit) (struct bfa_fcs_s *fcs);
41 void (*modexit) (struct bfa_fcs_s *fcs);
60 struct bfa_fcs_s *fcs = fcs_cbarg; local
61 struct bfad_s *bfad = fcs->bfad;
73 * fcs attach -- called once to initialize data structures at driver attach time
76 bfa_fcs_attach(struct bfa_fcs_s *fcs, struct bfa_s *bfa, struct bfad_s *bfad, argument
82 fcs
100 bfa_fcs_init(struct bfa_fcs_s *fcs) argument
124 bfa_fcs_start(struct bfa_fcs_s *fcs) argument
138 bfa_fcs_driver_info_init(struct bfa_fcs_s *fcs, struct bfa_fcs_driver_info_s *driver_info) argument
157 bfa_fcs_set_fdmi_param(struct bfa_fcs_s *fcs, bfa_boolean_t fdmi_enable) argument
171 bfa_fcs_exit(struct bfa_fcs_s *fcs) argument
192 bfa_fcs_trc_init(struct bfa_fcs_s *fcs, struct bfa_trc_mod_s *trcmod) argument
199 bfa_fcs_log_init(struct bfa_fcs_s *fcs, struct bfa_log_mod_s *logmod) argument
206 bfa_fcs_aen_init(struct bfa_fcs_s *fcs, struct bfa_aen_s *aen) argument
212 bfa_fcs_modexit_comp(struct bfa_fcs_s *fcs) argument
[all...]
H A Dvfapi.c34 * @param[in] fcs fcs module instance
43 bfa_fcs_vf_mode_enable(struct bfa_fcs_s *fcs, u16 vf_id) argument
51 * @param[in] fcs fcs module instance
59 bfa_fcs_vf_mode_disable(struct bfa_fcs_s *fcs) argument
74 * param[in] fcs - FCS module
84 bfa_fcs_vf_create(bfa_fcs_vf_t *vf, struct bfa_fcs_s *fcs, u16 vf_id, argument
87 bfa_trc(fcs, vf_id);
104 bfa_trc(vf->fcs, v
188 bfa_fcs_vf_lookup(struct bfa_fcs_s *fcs, u16 vf_id) argument
228 bfa_fcs_vf_list(struct bfa_fcs_s *fcs, u16 *vf_ids, int *nvfs) argument
245 bfa_fcs_vf_list_all(struct bfa_fcs_s *fcs, u16 *vf_ids, int *nvfs) argument
266 struct bfa_fcs_s *fcs; local
[all...]
H A Dfcs.h19 * fcs.h FCS module functions
28 void bfa_fcs_modexit_comp(struct bfa_fcs_s *fcs);
H A Dfcs_auth.h26 #include <fcs/bfa_fcs.h>
27 #include <fcs/bfa_fcs_vport.h>
28 #include <fcs/bfa_fcs_lport.h>
31 * fcs friend functions: only between fcs modules
H A Dfcs_fabric.h25 #include <fcs/bfa_fcs.h>
26 #include <fcs/bfa_fcs_vport.h>
27 #include <fcs/bfa_fcs_lport.h>
32 * fcs friend functions: only between fcs modules
34 void bfa_fcs_fabric_attach(struct bfa_fcs_s *fcs);
35 void bfa_fcs_fabric_modinit(struct bfa_fcs_s *fcs);
36 void bfa_fcs_fabric_modexit(struct bfa_fcs_s *fcs);
37 void bfa_fcs_fabric_modsusp(struct bfa_fcs_s *fcs);
47 void bfa_fcs_fabric_modstart(struct bfa_fcs_s *fcs);
[all...]
H A Dfcs_fcptm.h22 #include <fcs/bfa_fcs_lport.h>
23 #include <fcs/bfa_fcs_rport.h>
40 void bfa_fcs_fcptm_modinit(struct bfa_fcs_s *fcs);
41 void bfa_fcs_fcptm_modexit(struct bfa_fcs_s *fcs);
H A Dlport_api.c22 #include <fcs/bfa_fcs.h>
23 #include <fcs/bfa_fcs_lport.h>
24 #include <fcs/bfa_fcs_rport.h>
39 bfa_fcs_cfg_base_port(struct bfa_fcs_s *fcs, struct bfa_port_cfg_s *port_cfg) argument
44 bfa_fcs_get_base_port(struct bfa_fcs_s *fcs) argument
46 return &fcs->fabric.bport;
56 struct bfa_fcs_s *fcs; local
61 fcs = port->fcs;
62 bfa_trc(fcs, (u3
104 struct bfa_fcs_s *fcs; local
148 struct bfa_fcs_s *fcs; local
202 bfa_fcs_lookup_port(struct bfa_fcs_s *fcs, u16 vf_id, wwn_t lpwwn) argument
[all...]
H A Dfcs_vport.h21 #include <fcs/bfa_fcs_lport.h>
22 #include <fcs/bfa_fcs_vport.h>
H A Drport_ftrs.c29 #include "fcs.h"
76 struct bfa_fcs_fabric_s *fabric = &rport->fcs->fabric;
78 bfa_trc(rport->fcs, rport->pwwn);
79 bfa_trc(rport->fcs, rport->pid);
80 bfa_trc(rport->fcs, event);
99 bfa_sm_fault(rport->fcs, event);
108 bfa_trc(rport->fcs, event);
117 bfa_fcxp_walloc_cancel(rport->fcs->bfa, &rpf->fcxp_wqe);
122 bfa_sm_fault(rport->fcs, event);
131 bfa_trc(rport->fcs, rpor
[all...]
H A Dfabric.c28 #include "fcs.h"
40 if (bfa_fcport_get_topology((__fabric)->fcs->bfa) \
132 bfa_trc(fabric->fcs, fabric->bport.port_cfg.pwwn);
133 bfa_trc(fabric->fcs, event);
147 bfa_sm_fault(fabric->fcs, event);
158 bfa_trc(fabric->fcs, fabric->bport.port_cfg.pwwn);
159 bfa_trc(fabric->fcs, event);
163 if (bfa_fcport_is_linkup(fabric->fcs->bfa)) {
176 bfa_fcs_modexit_comp(fabric->fcs);
180 bfa_sm_fault(fabric->fcs, even
817 bfa_fcs_fabric_attach(struct bfa_fcs_s *fcs) argument
845 bfa_fcs_fabric_modinit(struct bfa_fcs_s *fcs) argument
855 bfa_fcs_fabric_modexit(struct bfa_fcs_s *fcs) argument
873 bfa_fcs_fabric_modstart(struct bfa_fcs_s *fcs) argument
886 bfa_fcs_fabric_modsusp(struct bfa_fcs_s *fcs) argument
991 bfa_fcs_fabric_addvf(struct bfa_fcs_fabric_s *vf, struct bfa_fcs_s *fcs, struct bfa_port_cfg_s *port_cfg, struct bfad_vf_s *vf_drv) argument
1308 bfa_fcs_get_sym_name(const struct bfa_fcs_s *fcs, char *node_symname) argument
[all...]
H A Dns.c33 #include "fcs.h"
154 bfa_trc(ns->port->fcs, ns->port->port_cfg.pwwn);
155 bfa_trc(ns->port->fcs, event);
167 bfa_sm_fault(ns->port->fcs, event);
175 bfa_trc(ns->port->fcs, ns->port->port_cfg.pwwn);
176 bfa_trc(ns->port->fcs, event);
190 bfa_sm_fault(ns->port->fcs, event);
198 bfa_trc(ns->port->fcs, ns->port->port_cfg.pwwn);
199 bfa_trc(ns->port->fcs, event);
224 bfa_sm_fault(ns->port->fcs, even
[all...]
H A Dms.c108 bfa_trc(ms->port->fcs, ms->port->port_cfg.pwwn);
109 bfa_trc(ms->port->fcs, event);
121 bfa_sm_fault(ms->port->fcs, event);
129 bfa_trc(ms->port->fcs, ms->port->port_cfg.pwwn);
130 bfa_trc(ms->port->fcs, event);
144 bfa_sm_fault(ms->port->fcs, event);
151 bfa_trc(ms->port->fcs, ms->port->port_cfg.pwwn);
152 bfa_trc(ms->port->fcs, event);
194 bfa_sm_fault(ms->port->fcs, event);
202 bfa_trc(ms->port->fcs, m
[all...]
H A Dfcpim.c29 #include "fcs.h"
30 #include <fcs/bfa_fcs_fcpim.h>
107 bfa_trc(itnim->fcs, itnim->rport->pwwn);
108 bfa_trc(itnim->fcs, event);
130 bfa_sm_fault(itnim->fcs, event);
139 bfa_trc(itnim->fcs, itnim->rport->pwwn);
140 bfa_trc(itnim->fcs, event);
149 bfa_fcxp_walloc_cancel(itnim->fcs->bfa, &itnim->fcxp_wqe);
154 bfa_fcxp_walloc_cancel(itnim->fcs->bfa, &itnim->fcxp_wqe);
160 bfa_fcxp_walloc_cancel(itnim->fcs
[all...]
H A Dfcs_lport.h28 #include <fcs/bfa_fcs_lport.h>
29 #include <fcs/bfa_fcs_rport.h>
30 #include <fcs/bfa_fcs_vport.h>
71 #define BFA_FCS_GET_HAL_FROM_PORT(port) (port->fcs->bfa)
87 void bfa_fcs_lport_attach(struct bfa_fcs_port_s *lport, struct bfa_fcs_s *fcs,
114 void bfa_fcs_port_modinit(struct bfa_fcs_s *fcs);
115 void bfa_fcs_port_modexit(struct bfa_fcs_s *fcs);
H A Dn2n.c31 * Called by fcs/port to initialize N2N topology.
39 * Called by fcs/port to notify transition to online state.
48 bfa_trc(port->fcs, pcfg->pwwn);
68 bfa_trc(port->fcs, rport->pid);
69 bfa_trc(port->fcs, rport->pwwn);
83 bfa_trc(port->fcs, rport->pwwn);
92 * Called by fcs/port to notify transition to offline state.
99 bfa_trc(port->fcs, port->pid);
H A Dscn.c25 #include "fcs.h"
93 bfa_sm_fault(scn->port->fcs, event);
108 bfa_fcxp_walloc_cancel(scn->port->fcs->bfa, &scn->fcxp_wqe);
112 bfa_sm_fault(scn->port->fcs, event);
129 bfa_timer_start(port->fcs->bfa, &scn->timer,
140 bfa_sm_fault(scn->port->fcs, event);
160 bfa_sm_fault(scn->port->fcs, event);
174 bfa_sm_fault(scn->port->fcs, event);
196 bfa_trc(port->fcs, port->pid);
197 bfa_trc(port->fcs, por
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/irda/
H A Dcrc.h24 #define irda_fcs(fcs, c) crc_ccitt_byte(fcs, c)
27 #define irda_calc_crc16(fcs, buf, len) crc_ccitt(fcs, buf, len)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptp/
H A Dppp_fcs.h10 u_int16_t pppfcs16(u_int16_t fcs, void *cp, int len);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/include/fcs/
H A Dbfa_fcs.h25 #include <fcs/bfa_fcs_fabric.h>
62 * bfa fcs API functions
64 void bfa_fcs_attach(struct bfa_fcs_s *fcs, struct bfa_s *bfa,
66 void bfa_fcs_init(struct bfa_fcs_s *fcs);
67 void bfa_fcs_driver_info_init(struct bfa_fcs_s *fcs,
69 void bfa_fcs_set_fdmi_param(struct bfa_fcs_s *fcs, bfa_boolean_t fdmi_enable);
70 void bfa_fcs_exit(struct bfa_fcs_s *fcs);
71 void bfa_fcs_trc_init(struct bfa_fcs_s *fcs, struct bfa_trc_mod_s *trcmod);
72 void bfa_fcs_log_init(struct bfa_fcs_s *fcs, struct bfa_log_mod_s *logmod);
73 void bfa_fcs_aen_init(struct bfa_fcs_s *fcs, struc
[all...]
H A Dbfa_fcs_fabric.h28 #include <fcs/bfa_fcs_lport.h>
30 #include <fcs/bfa_fcs_auth.h>
48 struct bfa_fcs_s *fcs; /* FCS instance */ member in struct:bfa_fcs_fabric_s
92 * bfa fcs vf public functions
94 bfa_status_t bfa_fcs_vf_mode_enable(struct bfa_fcs_s *fcs, u16 vf_id);
95 bfa_status_t bfa_fcs_vf_mode_disable(struct bfa_fcs_s *fcs);
96 bfa_status_t bfa_fcs_vf_create(bfa_fcs_vf_t *vf, struct bfa_fcs_s *fcs,
102 void bfa_fcs_vf_list(struct bfa_fcs_s *fcs, u16 *vf_ids, int *nvfs);
103 void bfa_fcs_vf_list_all(struct bfa_fcs_s *fcs, u16 *vf_ids, int *nvfs);
109 bfa_fcs_vf_t *bfa_fcs_vf_lookup(struct bfa_fcs_s *fcs, u1
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/irda/
H A Dwrapper.c92 } fcs; local
95 fcs.value = INIT_FCS;
143 fcs.value = irda_fcs(fcs.value, skb->data[i]);
147 fcs.value = ~fcs.value;
149 n += stuff_byte(fcs.bytes[0], tx_buff+n);
150 n += stuff_byte(fcs.bytes[1], tx_buff+n);
152 n += stuff_byte(fcs.bytes[1], tx_buff+n);
153 n += stuff_byte(fcs
[all...]

Completed in 192 milliseconds

12345