Searched refs:p_write_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.c602 p_buf=privptr->p_write_active_first;
937 p_buf=privptr->p_write_active_first;
961 while (privptr->p_write_active_first!=NULL) {
962 p_this_ccw=privptr->p_write_active_first;
964 privptr->p_write_active_first=p_this_ccw->next;
1042 if (privptr->p_write_active_first!=NULL) {
1464 if (privptr->p_write_active_first==NULL ) {
1465 privptr->p_write_active_first=p_first_ccw;
1559 privptr->p_write_active_first=NULL; /* pointer to the first write ccw*/
2737 if ((privptr->p_write_active_first!
[all...]
H A Dclaw.h321 struct ccwbk *p_write_active_first; /* ptr to the first write ccw */ member in struct:claw_privbk

Completed in 115 milliseconds