Searched refs:p_read_active_first (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.h323 struct ccwbk *p_read_active_first; /* ptr to the first read ccw */ member in struct:claw_privbk
H A Dclaw.c588 p_buf=privptr->p_read_active_first;
923 p_buf=privptr->p_read_active_first;
953 p_this_ccw=privptr->p_read_active_first;
1144 if ( privptr-> p_read_active_first ==NULL ) {
1145 privptr->p_read_active_first = p_first; /* set new first */
1185 } /* end of if ( privptr-> p_read_active_first ==NULL) */
1561 privptr->p_read_active_first=NULL; /* pointer to the first read ccw*/
2561 p_this_ccw=privptr->p_read_active_first;
2566 privptr->p_read_active_first=p_this_ccw->next;
2705 p_this_ccw = privptr->p_read_active_first;
[all...]

Completed in 188 milliseconds