Lines Matching defs:fnic
212 struct fnic *fnic; member
217 struct fnic { struct
222 struct fnic_msix_entry msix[FNIC_MSIX_INTR_MAX]; argument
231 unsigned int fnic_max_tag_id; argument
238 struct dentry *fnic_stats_debugfs_host; argument
239 struct dentry *fnic_stats_debugfs_file; argument
240 struct dentry *fnic_reset_debugfs_file; argument
243 struct fnic_stats fnic_stats; argument
246 u32 in_remove:1; /* fnic device in removal */ argument
255 enum fnic_state state; argument
256 spinlock_t fnic_lock; argument
277 struct fnic_host_tag *tags; argument
288 void (*set_vlan)(struct fnic *, u16 vlan); argument
289 struct work_struct fip_frame_work;
290 struct sk_buff_head fip_frame_queue;
291 struct timer_list fip_timer;
292 struct list_head vlans;
293 spinlock_t vlans_lock;
317 static inline struct fnic *fnic_from_ctlr(struct fcoe_ctlr *fip) in fnic_from_ctlr() argument
375 fnic_chk_state_flags_locked(struct fnic *fnic, unsigned long st_flags) in fnic_chk_state_flags_locked()