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