Searched refs:MLX4_MAILBOX_SIZE (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/sys/ofed/include/linux/mlx4/
H A Dcmd.h170 MLX4_MAILBOX_SIZE = 4096, enumerator in enum:__anon12998
/freebsd-11.0-release/sys/ofed/drivers/net/mlx4/
H A Dcmd.c1657 MLX4_MAILBOX_SIZE, 1)) {
1724 MLX4_MAILBOX_SIZE, MLX4_CMD_WRAPPED);
2285 MLX4_MAILBOX_SIZE,
2286 MLX4_MAILBOX_SIZE, 0);
2410 memset(mailbox->buf, 0, MLX4_MAILBOX_SIZE);
H A Dfw.c1013 memset(mailbox->buf, 0, MLX4_MAILBOX_SIZE);
1046 if (++nent == MLX4_MAILBOX_SIZE / 16) {
1822 if (in_offset[i] > MLX4_MAILBOX_SIZE) {
H A Dmr.c604 chunk = min_t(int, MLX4_MAILBOX_SIZE / sizeof(u64) - 2,

Completed in 73 milliseconds