Lines Matching defs:fnic
213 struct fnic *fnic; member
218 struct fnic { struct
223 struct fnic_msix_entry msix[FNIC_MSIX_INTR_MAX]; argument
232 unsigned int fnic_max_tag_id; argument
239 struct dentry *fnic_stats_debugfs_host; argument
240 struct dentry *fnic_stats_debugfs_file; argument
241 struct dentry *fnic_reset_debugfs_file; argument
244 struct fnic_stats fnic_stats; argument
247 u32 in_remove:1; /* fnic device in removal */ argument
257 enum fnic_state state; argument
258 spinlock_t fnic_lock; argument
279 struct fnic_host_tag *tags; argument
290 void (*set_vlan)(struct fnic *, u16 vlan); argument
291 struct work_struct fip_frame_work;
292 struct sk_buff_head fip_frame_queue;
293 struct timer_list fip_timer;
294 struct list_head vlans;
295 spinlock_t vlans_lock;
319 static inline struct fnic *fnic_from_ctlr(struct fcoe_ctlr *fip) in fnic_from_ctlr() argument
377 fnic_chk_state_flags_locked(struct fnic *fnic, unsigned long st_flags) in fnic_chk_state_flags_locked()