Home
last modified time | relevance | path

Searched refs:bf_offset (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/sendmail/src/
H A Dbf.c64 off_t bf_offset; /* Currect file offset */ member
173 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 …]
/freebsd-12.1/sys/dev/mlx5/mlx5_en/
H A Den.h807 u16 bf_offset; member
1110 u16 ofst = MLX5_BF_OFFSET + sq->bf_offset; in mlx5e_tx_notify_hw()
1134 sq->bf_offset ^= sq->bf_buf_size; in mlx5e_tx_notify_hw()
/freebsd-12.1/contrib/ofed/libmlx4/
H A Dqp.c482 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()
H A Dmlx4.c214 context->bf_offset = 0; in mlx4_init_context()
H A Dmlx4.h131 int bf_offset; member