Searched refs:qpctx (Results 1 – 2 of 2) sorted by relevance
/external/syslinux/gpxe/src/drivers/infiniband/ |
D | hermon.c | 930 struct hermonprm_qp_ee_state_transitions qpctx; in hermon_dump_qpctx() local 933 memset ( &qpctx, 0, sizeof ( qpctx ) ); in hermon_dump_qpctx() 934 if ( ( rc = hermon_cmd_query_qp ( hermon, qp->qpn, &qpctx ) ) != 0 ) { in hermon_dump_qpctx() 940 DBGC_HDA ( hermon, 0, &qpctx.u.dwords[2], in hermon_dump_qpctx() 941 ( sizeof ( qpctx ) - 8 ) ); in hermon_dump_qpctx() 957 struct hermonprm_qp_ee_state_transitions qpctx; in hermon_create_qp() local 1006 memset ( &qpctx, 0, sizeof ( qpctx ) ); in hermon_create_qp() 1007 MLX_FILL_2 ( &qpctx, 2, in hermon_create_qp() 1010 MLX_FILL_1 ( &qpctx, 3, qpc_eec_data.pd, HERMON_GLOBAL_PD ); in hermon_create_qp() 1011 MLX_FILL_4 ( &qpctx, 4, in hermon_create_qp() [all …]
|
D | arbel.c | 781 struct arbelprm_qp_ee_state_transitions qpctx; in arbel_create_qp() local 826 memset ( &qpctx, 0, sizeof ( qpctx ) ); in arbel_create_qp() 827 MLX_FILL_3 ( &qpctx, 2, in arbel_create_qp() 831 MLX_FILL_6 ( &qpctx, 4, in arbel_create_qp() 840 MLX_FILL_1 ( &qpctx, 5, in arbel_create_qp() 842 MLX_FILL_1 ( &qpctx, 10, qpc_eec_data.primary_address_path.port_number, in arbel_create_qp() 844 MLX_FILL_1 ( &qpctx, 27, qpc_eec_data.pd, ARBEL_GLOBAL_PD ); in arbel_create_qp() 845 MLX_FILL_1 ( &qpctx, 29, qpc_eec_data.wqe_lkey, arbel->reserved_lkey ); in arbel_create_qp() 846 MLX_FILL_1 ( &qpctx, 30, qpc_eec_data.ssc, 1 ); in arbel_create_qp() 847 MLX_FILL_1 ( &qpctx, 33, qpc_eec_data.cqn_snd, qp->send.cq->cqn ); in arbel_create_qp() [all …]
|