Searched refs:p_buff (Results 1 – 2 of 2) sorted by relevance
1548 void *p_buff=NULL; in init_ccw_bk() local1700 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 …]
3016 char *p_buff; /* ptr to start of packet receive buffer (FMC descriptor) */ in dfx_rcv_queue_process() local3031 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()