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

/linux-master/include/linux/mlx4/
H A Dcmd.h188 MLX4_MAILBOX_SIZE = 4096, enumerator in enum:__anon11275
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Dmr.c765 chunk = min_t(int, MLX4_MAILBOX_SIZE / sizeof(u64) - 2,
H A Dcmd.c1732 MLX4_MAILBOX_SIZE, 1);
1805 MLX4_MAILBOX_SIZE, MLX4_CMD_WRAPPED);
2534 MLX4_MAILBOX_SIZE,
2535 MLX4_MAILBOX_SIZE, 0);
H A Dfw.c1565 if (++nent == MLX4_MAILBOX_SIZE / 16) {
2626 if (offset[i] > MLX4_MAILBOX_SIZE) {
2900 u8 reg_data[MLX4_MAILBOX_SIZE-MLX4_ACCESS_REG_HEADER_SIZE];
H A Dport.c1180 memset(mailbox->buf, 0, MLX4_MAILBOX_SIZE);

Completed in 156 milliseconds