Home
last modified time | relevance | path

Searched refs:MLX_FILL_1 (Results 1 – 3 of 3) sorted by relevance

/external/syslinux/gpxe/src/drivers/infiniband/
Darbel.c167 MLX_FILL_1 ( &hcr, 1, in_param_l, virt_to_bus ( in_buffer ) ); in arbel_cmd()
170 MLX_FILL_1 ( &hcr, 2, input_modifier, in_mod ); in arbel_cmd()
174 MLX_FILL_1 ( &hcr, 4, out_param_l, in arbel_cmd()
586 MLX_FILL_1 ( &arbel_cq->cqe[i].normal, 7, owner, 1 ); in arbel_create_cq()
592 MLX_FILL_1 ( ci_db_rec, 0, counter, 0 ); in arbel_create_cq()
597 MLX_FILL_1 ( arm_db_rec, 0, counter, 0 ); in arbel_create_cq()
604 MLX_FILL_1 ( &cqctx, 0, st, 0xa /* "Event fired" */ ); in arbel_create_cq()
605 MLX_FILL_1 ( &cqctx, 2, start_address_l, in arbel_create_cq()
610 MLX_FILL_1 ( &cqctx, 5, c_eqn, ARBEL_NO_EQ ); in arbel_create_cq()
611 MLX_FILL_1 ( &cqctx, 6, pd, ARBEL_GLOBAL_PD ); in arbel_create_cq()
[all …]
Dhermon.c190 MLX_FILL_1 ( &hcr, 1, in_param_l, virt_to_bus ( in_buffer ) ); in hermon_cmd()
193 MLX_FILL_1 ( &hcr, 2, input_modifier, in_mod ); in hermon_cmd()
197 MLX_FILL_1 ( &hcr, 4, out_param_l, in hermon_cmd()
609 MLX_FILL_1 ( &write_mtt.mtt_base_addr, 1, in hermon_alloc_mtt()
739 MLX_FILL_1 ( &hermon_cq->cqe[i].normal, 7, owner, 1 ); in hermon_create_cq()
751 MLX_FILL_1 ( &cqctx, 0, st, 0xa /* "Event fired" */ ); in hermon_create_cq()
752 MLX_FILL_1 ( &cqctx, 2, in hermon_create_cq()
757 MLX_FILL_1 ( &cqctx, 7, mtt_base_addr_l, in hermon_create_cq()
759 MLX_FILL_1 ( &cqctx, 15, db_record_addr_l, in hermon_create_cq()
1010 MLX_FILL_1 ( &qpctx, 3, qpc_eec_data.pd, HERMON_GLOBAL_PD ); in hermon_create_qp()
[all …]
Dmlx_bitops.h158 #define MLX_FILL_1( _ptr, _index, ... ) \ macro