qword_field      2070 drivers/net/ethernet/mellanox/mlx4/fw.c 	u64 qword_field;
qword_field      2102 drivers/net/ethernet/mellanox/mlx4/fw.c 	MLX4_GET(qword_field, outbox, INIT_HCA_QPC_BASE_OFFSET);
qword_field      2103 drivers/net/ethernet/mellanox/mlx4/fw.c 	param->qpc_base = qword_field & ~((u64)0x1f);
qword_field      2106 drivers/net/ethernet/mellanox/mlx4/fw.c 	MLX4_GET(qword_field, outbox, INIT_HCA_SRQC_BASE_OFFSET);
qword_field      2107 drivers/net/ethernet/mellanox/mlx4/fw.c 	param->srqc_base = qword_field & ~((u64)0x1f);
qword_field      2110 drivers/net/ethernet/mellanox/mlx4/fw.c 	MLX4_GET(qword_field, outbox, INIT_HCA_CQC_BASE_OFFSET);
qword_field      2111 drivers/net/ethernet/mellanox/mlx4/fw.c 	param->cqc_base = qword_field & ~((u64)0x1f);
qword_field      2114 drivers/net/ethernet/mellanox/mlx4/fw.c 	MLX4_GET(qword_field, outbox, INIT_HCA_ALTC_BASE_OFFSET);
qword_field      2115 drivers/net/ethernet/mellanox/mlx4/fw.c 	param->altc_base = qword_field;
qword_field      2116 drivers/net/ethernet/mellanox/mlx4/fw.c 	MLX4_GET(qword_field, outbox, INIT_HCA_AUXC_BASE_OFFSET);
qword_field      2117 drivers/net/ethernet/mellanox/mlx4/fw.c 	param->auxc_base = qword_field;
qword_field      2118 drivers/net/ethernet/mellanox/mlx4/fw.c 	MLX4_GET(qword_field, outbox, INIT_HCA_EQC_BASE_OFFSET);
qword_field      2119 drivers/net/ethernet/mellanox/mlx4/fw.c 	param->eqc_base = qword_field & ~((u64)0x1f);
qword_field      2124 drivers/net/ethernet/mellanox/mlx4/fw.c 	MLX4_GET(qword_field, outbox, INIT_HCA_RDMARC_BASE_OFFSET);
qword_field      2125 drivers/net/ethernet/mellanox/mlx4/fw.c 	param->rdmarc_base = qword_field & ~((u64)0x1f);