Searched refs:bf_offset (Results 1 – 4 of 4) sorted by relevance
64 off_t bf_offset; /* Current file offset */ member173 bfp->bf_offset = 0;353 if (bfp->bf_offset < bfp->bf_buffilled)357 if ((bfp->bf_offset + count) > bfp->bf_buffilled)358 count = bfp->bf_buffilled - bfp->bf_offset;360 memcpy(buf, bfp->bf_buf + bfp->bf_offset, count);363 if ((bfp->bf_offset + nbytes) > bfp->bf_buffilled)383 bfp->bf_offset + count, SEEK_SET) < 0)416 bfp->bf_offset += count;451 bfp->bf_offset = offset;[all …]
482 mlx4_bf_copy(ctx->bf_page + ctx->bf_offset, (unsigned long *) ctrl, in mlx4_post_send()487 ctx->bf_offset ^= ctx->bf_buf_size; in mlx4_post_send()
222 context->bf_offset = 0; in mlx4_init_context()
131 int bf_offset; member