Searched refs:ccwbk (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/net/
H A Dclaw.h169 /* CLAW Ending struct ccwbk */
187 /* CLAW struct ccwbk */
189 struct ccwbk { struct
320 struct ccwbk *p_write_free_chain; /* pointer to free ccw chain */
321 struct ccwbk *p_write_active_first; /* ptr to the first write ccw */
322 struct ccwbk *p_write_active_last; /* ptr to the last write ccw */
323 struct ccwbk *p_read_active_first; /* ptr to the first read ccw */
324 struct ccwbk *p_read_active_last; /* ptr to the last read ccw */
326 struct ccwbk *p_claw_signal_blk; /* ptr to signal block */
352 #define CCWBK_SIZE sizeof(struct ccwbk)
[all...]
H A Dclaw.c200 struct ccwbk* p_first, struct ccwbk* p_last);
240 static int claw_process_control( struct net_device *dev, struct ccwbk * p_ccw);
494 struct ccwbk *p_buf;
867 struct ccwbk* p_this_ccw;
868 struct ccwbk* p_buf;
1104 add_claw_reads(struct net_device *dev, struct ccwbk* p_first,
1105 struct ccwbk* p_last)
1310 struct ccwbk *p_this_ccw;
1311 struct ccwbk *p_first_cc
[all...]

Completed in 29 milliseconds