Home
last modified time | relevance | path

Searched refs:bfa_ioc (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/drivers/net/ethernet/brocade/bna/
H A Dbfa_ioc.h154 struct bfa_ioc *ioc;
162 struct bfa_ioc { struct
203 void (*ioc_reg_init) (struct bfa_ioc *ioc);
204 void (*ioc_map_port) (struct bfa_ioc *ioc);
210 void (*ioc_sync_join) (struct bfa_ioc *ioc);
212 void (*ioc_sync_ack) (struct bfa_ioc *ioc);
273 void bfa_nw_ioc_detach(struct bfa_ioc *ioc);
278 void bfa_nw_ioc_enable(struct bfa_ioc *ioc);
279 void bfa_nw_ioc_disable(struct bfa_ioc *ioc);
303 void bfa_nw_ioc_timeout(struct bfa_ioc *ioc);
[all …]
H A Dbfa_ioc.c106 bfa_fsm_state_decl(bfa_ioc, uninit, struct bfa_ioc, enum ioc_event);
107 bfa_fsm_state_decl(bfa_ioc, reset, struct bfa_ioc, enum ioc_event);
108 bfa_fsm_state_decl(bfa_ioc, enabling, struct bfa_ioc, enum ioc_event);
109 bfa_fsm_state_decl(bfa_ioc, getattr, struct bfa_ioc, enum ioc_event);
110 bfa_fsm_state_decl(bfa_ioc, op, struct bfa_ioc, enum ioc_event);
111 bfa_fsm_state_decl(bfa_ioc, fail_retry, struct bfa_ioc, enum ioc_event);
112 bfa_fsm_state_decl(bfa_ioc, fail, struct bfa_ioc, enum ioc_event);
113 bfa_fsm_state_decl(bfa_ioc, disabling, struct bfa_ioc, enum ioc_event);
114 bfa_fsm_state_decl(bfa_ioc, disabled, struct bfa_ioc, enum ioc_event);
115 bfa_fsm_state_decl(bfa_ioc, hwfail, struct bfa_ioc, enum ioc_event);
[all …]
H A Dbfa_ioc_ct.c98 bfa_nw_ioc_set_ct_hwif(struct bfa_ioc *ioc) in bfa_nw_ioc_set_ct_hwif()
104 bfa_nw_ioc_set_ct2_hwif(struct bfa_ioc *ioc) in bfa_nw_ioc_set_ct2_hwif()
189 bfa_ioc_ct_notify_fail(struct bfa_ioc *ioc) in bfa_ioc_ct_notify_fail()
249 bfa_ioc_ct_reg_init(struct bfa_ioc *ioc) in bfa_ioc_ct_reg_init()
308 bfa_ioc_ct2_reg_init(struct bfa_ioc *ioc) in bfa_ioc_ct2_reg_init()
369 bfa_ioc_ct_map_port(struct bfa_ioc *ioc) in bfa_ioc_ct_map_port()
384 bfa_ioc_ct2_map_port(struct bfa_ioc *ioc) in bfa_ioc_ct2_map_port()
483 bfa_ioc_ct_sync_start(struct bfa_ioc *ioc) in bfa_ioc_ct_sync_start()
507 bfa_ioc_ct_sync_join(struct bfa_ioc *ioc) in bfa_ioc_ct_sync_join()
516 bfa_ioc_ct_sync_leave(struct bfa_ioc *ioc) in bfa_ioc_ct_sync_leave()
[all …]
H A Dbfa_cee.h45 struct bfa_ioc *ioc;
54 void bfa_nw_cee_attach(struct bfa_cee *cee, struct bfa_ioc *ioc, void *dev);
H A Dbfa_msgq.h115 struct bfa_ioc *ioc;
120 void bfa_msgq_attach(struct bfa_msgq *msgq, struct bfa_ioc *ioc);
H A DMakefile11 bna-objs += bfa_msgq.o bfa_ioc.o bfa_ioc_ct.o bfa_cee.o
H A Dbnad_debugfs.c255 bna_reg_offset_check(struct bfa_ioc *ioc, u32 offset, u32 len) in bna_reg_offset_check()
306 struct bfa_ioc *ioc = &bnad->bna.ioceth.ioc; in bnad_debugfs_write_regrd()
367 struct bfa_ioc *ioc = &bnad->bna.ioceth.ioc; in bnad_debugfs_write_regwr()
H A Dbfa_cs.h44 BFA_SM_TABLE(ioc, bfa_ioc, ioc_event, bfa_fsm_ioc_t)
H A Dbfa_cee.c271 bfa_nw_cee_attach(struct bfa_cee *cee, struct bfa_ioc *ioc, in bfa_nw_cee_attach()
H A Dbna_types.h319 struct bfa_ioc ioc;
H A Dbfa_msgq.c601 bfa_msgq_attach(struct bfa_msgq *msgq, struct bfa_ioc *ioc) in bfa_msgq_attach()
/openbmc/linux/drivers/scsi/bfa/
H A DMakefile5 bfa-y += bfa_ioc.o bfa_ioc_cb.o bfa_ioc_ct.o bfa_hw_cb.o bfa_hw_ct.o
H A Dbfa_ioc.c132 bfa_fsm_state_decl(bfa_ioc, uninit, struct bfa_ioc_s, enum ioc_event);
133 bfa_fsm_state_decl(bfa_ioc, reset, struct bfa_ioc_s, enum ioc_event);
134 bfa_fsm_state_decl(bfa_ioc, enabling, struct bfa_ioc_s, enum ioc_event);
135 bfa_fsm_state_decl(bfa_ioc, getattr, struct bfa_ioc_s, enum ioc_event);
136 bfa_fsm_state_decl(bfa_ioc, op, struct bfa_ioc_s, enum ioc_event);
137 bfa_fsm_state_decl(bfa_ioc, fail_retry, struct bfa_ioc_s, enum ioc_event);
138 bfa_fsm_state_decl(bfa_ioc, fail, struct bfa_ioc_s, enum ioc_event);
139 bfa_fsm_state_decl(bfa_ioc, disabling, struct bfa_ioc_s, enum ioc_event);
140 bfa_fsm_state_decl(bfa_ioc, disabled, struct bfa_ioc_s, enum ioc_event);
141 bfa_fsm_state_decl(bfa_ioc, hwfail, struct bfa_ioc_s, enum ioc_event);