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