Lines Matching defs:bfad_s
190 struct bfad_s { struct
191 bfa_sm_t sm; /* state machine */
192 struct list_head list_entry;
193 struct bfa_s bfa;
194 struct bfa_fcs_s bfa_fcs;
195 struct pci_dev *pcidev;
196 const char *pci_name;
197 struct bfa_pcidev_s hal_pcidev;
198 struct bfa_ioc_pci_attr_s pci_attr;
199 void __iomem *pci_bar0_kva;
200 void __iomem *pci_bar2_kva;
201 struct completion comp;
202 struct completion suspend;
203 struct completion enable_comp;
204 struct completion disable_comp;
205 bfa_boolean_t disable_active;
206 struct bfad_port_s pport; /* physical port of the BFAD */
207 struct bfa_meminfo_s meminfo;
208 struct bfa_iocfc_cfg_s ioc_cfg;
209 u32 inst_no; /* BFAD instance number */
210 u32 bfad_flags;
211 spinlock_t bfad_lock;
212 struct task_struct *bfad_tsk;
213 struct bfad_cfg_param_s cfg_data;
214 struct bfad_msix_s msix_tab[MAX_MSIX_ENTRY];
215 int nvec;
239 enum bfad_sm_event { argument