Searched refs:MLX4_MAILBOX_SIZE (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/include/linux/mlx4/ |
D | cmd.h | 188 MLX4_MAILBOX_SIZE = 4096, enumerator
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
D | cmd.c | 1732 MLX4_MAILBOX_SIZE, 1); in mlx4_master_process_vhcr() 1797 MLX4_MAILBOX_SIZE, MLX4_CMD_WRAPPED); in mlx4_master_process_vhcr() 2489 MLX4_MAILBOX_SIZE, in mlx4_cmd_init() 2490 MLX4_MAILBOX_SIZE, 0); in mlx4_cmd_init() 2647 memset(mailbox->buf, 0, MLX4_MAILBOX_SIZE); in mlx4_alloc_cmd_mailbox()
|
D | mr.c | 767 chunk = min_t(int, MLX4_MAILBOX_SIZE / sizeof(u64) - 2, in mlx4_write_mtt()
|
D | fw.c | 1410 if (++nent == MLX4_MAILBOX_SIZE / 16) { in mlx4_map_cmd() 2669 u8 reg_data[MLX4_MAILBOX_SIZE-MLX4_ACCESS_REG_HEADER_SIZE];
|
D | port.c | 622 memset(mailbox->buf, 0, MLX4_MAILBOX_SIZE); in mlx4_reset_roce_port_gids()
|