Home
last modified time | relevance | path

Searched refs:p_buff (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/s390/net/
Dclaw.c1548 void *p_buff=NULL; in init_ccw_bk() local
1700 p_buff=privptr->p_buff_ccw; in init_ccw_bk()
1704 real_address = (__u32)__pa(p_buff); in init_ccw_bk()
1705 p_buf=p_buff; in init_ccw_bk()
1712 p_buff+=PAGE_SIZE; in init_ccw_bk()
1748 p_buff=privptr->p_buff_write; in init_ccw_bk()
1755 p_buf-> p_buffer = (struct clawbuf *)p_buff; in init_ccw_bk()
1756 p_buf-> write.cda = (__u32)__pa(p_buff); in init_ccw_bk()
1767 if (((unsigned long)p_buff + in init_ccw_bk()
1769 ((unsigned long)(p_buff+2* in init_ccw_bk()
[all …]
/linux-2.6.39/drivers/net/
Ddefxx.c3016 char *p_buff; /* ptr to start of packet receive buffer (FMC descriptor) */ in dfx_rcv_queue_process() local
3031 p_buff = (char *) (((struct sk_buff *)bp->p_rcv_buff_va[entry])->data); in dfx_rcv_queue_process()
3033 p_buff = (char *) bp->p_rcv_buff_va[entry]; in dfx_rcv_queue_process()
3035 memcpy(&descr, p_buff + RCV_BUFF_K_DESCR, sizeof(u32)); in dfx_rcv_queue_process()
3095 p_buff + RCV_BUFF_K_PADDING, in dfx_rcv_queue_process()
3107 if (*(p_buff + RCV_BUFF_K_DA) & 0x01) in dfx_rcv_queue_process()