Lines Matching defs:lcs_card
303 struct lcs_card { struct
304 spinlock_t lock;
305 spinlock_t ipm_lock;
306 enum lcs_dev_states state;
307 struct net_device *dev;
308 struct net_device_stats stats;
309 __be16 (*lan_type_trans)(struct sk_buff *skb,
311 struct ccwgroup_device *gdev;
312 struct lcs_channel read;
313 struct lcs_channel write;
314 struct lcs_buffer *tx_buffer;
315 int tx_emitted;
316 struct list_head lancmd_waiters;
317 int lancmd_timeout;
319 struct work_struct kernel_thread_starter;
320 spinlock_t mask_lock;
321 unsigned long thread_start_mask;
322 unsigned long thread_running_mask;
323 unsigned long thread_allowed_mask;
324 wait_queue_head_t wait_q;
327 struct list_head ipm_list;
329 __u8 mac[LCS_MAC_LENGTH];
330 __u16 ip_assists_supported;
331 __u16 ip_assists_enabled;
332 __s8 lan_type;
333 __u32 pkt_seq;
334 __u16 sequence_no;
335 __s16 portno;
337 u8 device_forced;
338 u8 max_port_no;
339 u8 hint_port_no;
340 s16 port_protocol_no;