Lines Matching refs:send
58 * @pbuf: a number of blocks allocated within a PIO send context
59 * @pbc: PBC to send
75 void __iomem *send = dest + PIO_BLOCK_SIZE;
85 if (dend < send) {
107 while (dest < send) {
307 void __iomem *send = dest + PIO_BLOCK_SIZE;
316 if (dend < send) {
338 while (dest < send) {
412 void __iomem *send; /* SOP end */
419 send = pbuf->start + PIO_BLOCK_SIZE;
420 xend = min(send, dend);
538 void __iomem *send; /* SOP end */
545 send = pbuf->start + PIO_BLOCK_SIZE;
546 xend = min(send, dend);
608 * @pbuf: a number of blocks allocated within a PIO send context
706 * @pbuf: a number of blocks allocated within a PIO send context