Searched defs:fcoe_port (Results 1 – 1 of 1) sorted by relevance
316 struct fcoe_port { struct317 void *priv;318 struct fc_lport *lport;319 struct sk_buff_head fcoe_pending_queue;320 u8 fcoe_pending_queue_active;321 u8 priority;322 u32 max_queue_depth;323 u32 min_queue_depth;324 struct timer_list timer;325 struct work_struct destroy_work;[all …]