Lines Matching defs:fnic
210 struct fnic *fnic; member
215 struct fnic { struct
221 struct fnic_msix_entry msix[FNIC_MSIX_INTR_MAX]; argument
230 unsigned int fnic_max_tag_id; argument
237 struct dentry *fnic_stats_debugfs_host; argument
238 struct dentry *fnic_stats_debugfs_file; argument
239 struct dentry *fnic_reset_debugfs_file; argument
242 struct fnic_stats fnic_stats; argument
245 u32 in_remove:1; /* fnic device in removal */ argument
253 enum fnic_state state; argument
254 spinlock_t fnic_lock; argument
275 struct fnic_host_tag *tags; argument
286 void (*set_vlan)(struct fnic *, u16 vlan); argument
287 struct work_struct fip_frame_work;
288 struct sk_buff_head fip_frame_queue;
289 struct timer_list fip_timer;
290 struct list_head vlans;
291 spinlock_t vlans_lock;
315 static inline struct fnic *fnic_from_ctlr(struct fcoe_ctlr *fip) in fnic_from_ctlr() argument
373 fnic_chk_state_flags_locked(struct fnic *fnic, unsigned long st_flags) in fnic_chk_state_flags_locked()