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