| /freebsd-12.1/contrib/opencsd/decoder/include/common/ |
| H A D | ocsd_dcd_mngr.h | 52 …virtual ocsd_err_t createDecoder(const int create_flags, const int instID, const CSConfig *p_confi… 96 ocsd_err_t DecoderMngrBase<P,Pt,Pc>::createDecoder(const int create_flags, const int instID, const… in createDecoder() argument 100 bool bUseInstID = (create_flags & OCSD_CREATE_FLG_INST_ID) != 0; in createDecoder() 101 bool bDecoder = (create_flags & OCSD_CREATE_FLG_FULL_DECODER) != 0; in createDecoder() 110 if((create_flags & (OCSD_CREATE_FLG_PACKET_PROC | OCSD_CREATE_FLG_FULL_DECODER)) == 0) in createDecoder()
|
| H A D | ocsd_dcd_mngr_i.h | 56 …virtual ocsd_err_t createDecoder(const int create_flags, const int instID, const CSConfig *p_confi…
|
| /freebsd-12.1/contrib/opencsd/decoder/include/opencsd/c_api/ |
| H A D | ocsd_c_api_cust_fact.h | 43 ocsd_err_t CreateCustomDecoder(const int create_flags, const void *decoder_cfg, ocsd_extern_dcd_ins…
|
| H A D | ocsd_c_api_custom.h | 204 typedef ocsd_err_t (* fnCreateCustomDecoder)(const int create_flags, const void *decoder_cfg, const…
|
| H A D | opencsd_c_api.h | 175 const int create_flags,
|
| /freebsd-12.1/sys/dev/mlx4/mlx4_ib/ |
| H A D | mlx4_ib_qp.c | 659 !(init_attr->create_flags & MLX4_IB_SRIOV_SQP))) { in create_qp_common() 771 if (init_attr->create_flags & IB_QP_CREATE_IPOIB_UD_LSO) in create_qp_common() 774 if (init_attr->create_flags & IB_QP_CREATE_NETIF_QP) { in create_qp_common() 1114 attr->create_flags & MLX4_IB_SRIOV_SQP)) { in get_sqp_num() 1142 if (init_attr->create_flags & ~(MLX4_IB_QP_LSO | in _mlx4_ib_create_qp() 1151 if (init_attr->create_flags & IB_QP_CREATE_NETIF_QP) { in _mlx4_ib_create_qp() 1156 if (init_attr->create_flags) { in _mlx4_ib_create_qp() 1160 if ((init_attr->create_flags & ~(MLX4_IB_SRIOV_SQP | in _mlx4_ib_create_qp() 1165 (init_attr->create_flags & MLX4_IB_SRIOV_SQP && in _mlx4_ib_create_qp() 3512 qp_init_attr->create_flags = 0; in mlx4_ib_query_qp() [all …]
|
| H A D | mlx4_ib_cq.c | 199 cq->create_flags = attr->flags; in mlx4_ib_create_cq() 244 !!(cq->create_flags & IB_CQ_FLAGS_TIMESTAMP_COMPLETION)); in mlx4_ib_create_cq()
|
| H A D | mlx4_ib.h | 131 int create_flags; member
|
| H A D | mlx4_ib_mad.c | 1780 qp_init_attr.init_attr.create_flags = in create_pv_sqp() 1789 qp_init_attr.init_attr.create_flags = in create_pv_sqp()
|
| /freebsd-12.1/sys/ofed/drivers/infiniband/ulp/ipoib/ |
| H A D | ipoib_verbs.c | 202 init_attr.create_flags |= IB_QP_CREATE_IPOIB_UD_LSO; in ipoib_transport_dev_init() 205 init_attr.create_flags |= IB_QP_CREATE_BLOCK_MULTICAST_LOOPBACK; in ipoib_transport_dev_init()
|
| /freebsd-12.1/contrib/opencsd/decoder/source/c_api/ |
| H A D | ocsd_c_api_custom_obj.cpp | 119 ocsd_err_t CustomDcdMngrWrapper::createDecoder(const int create_flags, const int instID, const CSCo… in createDecoder() argument 137 err = m_dcd_fact.createDecoder( create_flags, in createDecoder()
|
| H A D | ocsd_c_api_custom_obj.h | 53 …virtual ocsd_err_t createDecoder(const int create_flags, const int instID, const CSConfig *p_confi…
|
| H A D | ocsd_c_api.cpp | 159 const int create_flags, in ocsd_dt_create_decoder() argument 177 err = dt->createDecoder(dName,create_flags,pConfig); in ocsd_dt_create_decoder()
|
| /freebsd-12.1/sys/dev/mlx5/mlx5_ib/ |
| H A D | mlx5_ib_qp.c | 304 if (attr->create_flags & IB_QP_CREATE_IPOIB_UD_LSO) in sq_overhead() 342 if (attr->create_flags & IB_QP_CREATE_SIGNATURE_EN && in calc_send_wqe() 396 if (attr->create_flags & IB_QP_CREATE_SIGNATURE_EN) in calc_sq_size() 1346 if (init_attr->create_flags || init_attr->send_cq) in create_rss_raw_qp_tir() 1546 if (init_attr->create_flags & in create_qp_common() 1554 if (init_attr->create_flags & IB_QP_CREATE_CROSS_CHANNEL) in create_qp_common() 1556 if (init_attr->create_flags & IB_QP_CREATE_MANAGED_SEND) in create_qp_common() 1558 if (init_attr->create_flags & IB_QP_CREATE_MANAGED_RECV) in create_qp_common() 1569 if (init_attr->create_flags & IB_QP_CREATE_SCATTER_FCS) { in create_qp_common() 1625 if (init_attr->create_flags & in create_qp_common() [all …]
|
| H A D | mlx5_ib_gsi.c | 261 .create_flags = mlx5_ib_create_qp_sqpn_qp1(), in create_gsi_ud_qp()
|
| H A D | mlx5_ib_cq.c | 938 cq->create_flags = attr->flags; in mlx5_ib_create_cq() 969 if (cq->create_flags & IB_CQ_FLAGS_IGNORE_OVERRUN) in mlx5_ib_create_cq()
|
| H A D | mlx5_ib.h | 449 u32 create_flags; member
|
| /freebsd-12.1/contrib/ofed/libibverbs/ |
| H A D | cmd.c | 964 if (qp_attr->create_flags & ~CREATE_QP_EX2_SUP_CREATE_FLAGS) in ibv_cmd_create_qp_ex2() 966 if (cmd_core_size < offsetof(struct ibv_create_qp_ex, create_flags) + in ibv_cmd_create_qp_ex2() 967 sizeof(qp_attr->create_flags)) in ibv_cmd_create_qp_ex2() 969 cmd->create_flags = qp_attr->create_flags; in ibv_cmd_create_qp_ex2() 1935 if (cmd_core_size >= offsetof(struct ibv_create_wq, create_flags) + in ibv_cmd_create_wq() 1936 sizeof(cmd->create_flags)) { in ibv_cmd_create_wq() 1938 if (wq_init_attr->create_flags & ~(IBV_WQ_FLAGS_RESERVED - 1)) in ibv_cmd_create_wq() 1940 cmd->create_flags = wq_init_attr->create_flags; in ibv_cmd_create_wq()
|
| H A D | kern-abi.h | 680 __u32 create_flags; member 1280 __u32 create_flags; member
|
| H A D | verbs.h | 700 uint32_t create_flags; /* use ibv_wq_flags */ member 820 uint32_t create_flags; member
|
| /freebsd-12.1/sys/ofed/drivers/infiniband/core/ |
| H A D | ib_uverbs_cmd.c | 1887 attr.create_flags = 0; in create_qp() 1899 if (cmd_sz >= offsetof(typeof(*cmd), create_flags) + in create_qp() 1900 sizeof(cmd->create_flags)) in create_qp() 1901 attr.create_flags = cmd->create_flags; in create_qp() 1903 if (attr.create_flags & ~(IB_QP_CREATE_BLOCK_MULTICAST_LOOPBACK | in create_qp()
|
| /freebsd-12.1/sys/ofed/include/uapi/rdma/ |
| H A D | ib_user_verbs.h | 572 __u32 create_flags; member
|
| /freebsd-12.1/sys/dev/mthca/ |
| H A D | mthca_provider.c | 523 if (init_attr->create_flags) in mthca_create_qp()
|
| /freebsd-12.1/sys/ofed/include/rdma/ |
| H A D | ib_verbs.h | 1044 enum ib_qp_create_flags create_flags; member
|