Searched refs:p_first (Results 1 - 1 of 1) 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.c200 struct ccwbk* p_first, struct ccwbk* p_last);
1104 add_claw_reads(struct net_device *dev, struct ccwbk* p_first, argument
1117 if ( p_first==NULL) {
1145 privptr->p_read_active_first = p_first; /* set new first */
1151 temp_ccw.cda= (__u32)__pa(&p_first->read);
1168 (__u32)__pa(&p_first->read);
1170 (__u32)__pa(&p_first->read);
1178 (__u32)__pa(&p_first->read);
1180 (__u32)__pa(&p_first->read);
1183 privptr->p_read_active_last->next = p_first;
[all...]

Completed in 67 milliseconds