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)416 bfp->bf_offset += count;451 bfp->bf_offset = offset;455 bfp->bf_offset += offset;466 return bfp->bf_offset;525 if (bfp->bf_offset < bfp->bf_bufsize)617 bfp->bf_offset += count;618 if (bfp->bf_offset > bfp->bf_size)[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()
214 context->bf_offset = 0; in mlx4_init_context()
131 int bf_offset; member