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