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