Searched defs:attr_mask (Results 1 - 23 of 23) sorted by relevance

/freebsd-10-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_verbs.c78 int attr_mask; local
/freebsd-10-stable/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dsrq.c227 mlx4_ib_modify_srq(struct ib_srq *ibsrq, struct ib_srq_attr *attr, enum ib_srq_attr_mask attr_mask, struct ib_udata *udata) argument
H A Dqp.c1516 to_mlx4_access_flags(struct mlx4_ib_qp *qp, const struct ib_qp_attr *attr, int attr_mask) argument
1546 store_sqp_attrs(struct mlx4_ib_sqp *sqp, const struct ib_qp_attr *attr, int attr_mask) argument
1747 __mlx4_ib_modify_qp(struct ib_qp *ibqp, const struct ib_qp_attr *attr, int attr_mask, enum ib_qp_state cur_state, enum ib_qp_state new_state) argument
2103 store_sqp_attrs(to_msqp(qp), attr, attr_mask); local
2264 mlx4_ib_modify_qp(struct ib_qp *ibqp, struct ib_qp_attr *attr, int attr_mask, struct ib_udata *udata) argument
[all...]
/freebsd-10-stable/contrib/ofed/libmthca/src/
H A Dverbs.c469 mthca_modify_srq(struct ibv_srq *srq, struct ibv_srq_attr *attr, enum ibv_srq_attr_mask attr_mask) argument
620 mthca_query_qp(struct ibv_qp *qp, struct ibv_qp_attr *attr, enum ibv_qp_attr_mask attr_mask, struct ibv_qp_init_attr *init_attr) argument
629 mthca_modify_qp(struct ibv_qp *qp, struct ibv_qp_attr *attr, enum ibv_qp_attr_mask attr_mask) argument
/freebsd-10-stable/contrib/ofed/management/opensm/libvendor/
H A Dosm_vendor_mlx.c590 VAPI_hca_attr_mask_t attr_mask; local
H A Dosm_vendor_mtl.c185 VAPI_hca_attr_mask_t attr_mask; local
1075 VAPI_hca_attr_mask_t attr_mask; local
[all...]
H A Dosm_vendor_ts.c149 VAPI_hca_attr_mask_t attr_mask; local
876 VAPI_hca_attr_mask_t attr_mask; local
[all...]
/freebsd-10-stable/sys/dev/syscons/daemon/
H A Ddaemon_saver.c53 static int attr_mask; variable
/freebsd-10-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_srq.c353 mlx5_ib_modify_srq(struct ib_srq *ibsrq, struct ib_srq_attr *attr, enum ib_srq_attr_mask attr_mask, struct ib_udata *udata) argument
H A Dmlx5_ib_qp.c1514 to_mlx5_access_flags(struct mlx5_ib_qp *qp, const struct ib_qp_attr *attr, int attr_mask) argument
1568 mlx5_set_path(struct mlx5_ib_dev *dev, const struct ib_ah_attr *ah, struct mlx5_qp_path *path, u8 port, int attr_mask, u32 path_flags, const struct ib_qp_attr *attr, int alt) argument
1808 __mlx5_ib_modify_qp(struct ib_qp *ibqp, const struct ib_qp_attr *attr, int attr_mask, enum ib_qp_state cur_state, enum ib_qp_state new_state) argument
2076 mlx5_ib_modify_qp(struct ib_qp *ibqp, struct ib_qp_attr *attr, int attr_mask, struct ib_udata *udata) argument
[all...]
/freebsd-10-stable/contrib/ofed/libmlx4/src/
H A Dverbs.c358 mlx4_modify_srq(struct ibv_srq *srq, struct ibv_srq_attr *attr, enum ibv_srq_attr_mask attr_mask) argument
563 mlx4_query_qp(struct ibv_qp *ibqp, struct ibv_qp_attr *attr, enum ibv_qp_attr_mask attr_mask, struct ibv_qp_init_attr *init_attr) argument
584 mlx4_modify_qp(struct ibv_qp *qp, struct ibv_qp_attr *attr, enum ibv_qp_attr_mask attr_mask) argument
854 mlx4_modify_xrc_rcv_qp(struct ibv_xrc_domain *xrc_domain, uint32_t xrc_qp_num, struct ibv_qp_attr *attr, int attr_mask) argument
863 mlx4_query_xrc_rcv_qp(struct ibv_xrc_domain *xrc_domain, uint32_t xrc_qp_num, struct ibv_qp_attr *attr, int attr_mask, struct ibv_qp_init_attr *init_attr) argument
[all...]
/freebsd-10-stable/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_srq.c376 mthca_modify_srq(struct ib_srq *ibsrq, struct ib_srq_attr *attr, enum ib_srq_attr_mask attr_mask, struct ib_udata *udata) argument
H A Dmthca_qp.c298 store_attrs(struct mthca_sqp *sqp, const struct ib_qp_attr *attr, int attr_mask) argument
330 get_hw_access_flags(struct mthca_qp *qp, const struct ib_qp_attr *attr, int attr_mask) argument
549 __mthca_modify_qp(struct ib_qp *ibqp, const struct ib_qp_attr *attr, int attr_mask, enum ib_qp_state cur_state, enum ib_qp_state new_state) argument
806 store_attrs(to_msqp(qp), attr, attr_mask); local
852 mthca_modify_qp(struct ib_qp *ibqp, struct ib_qp_attr *attr, int attr_mask, struct ib_udata *udata) argument
[all...]
/freebsd-10-stable/contrib/ofed/libcxgb4/src/
H A Dverbs.c288 c4iw_modify_srq(struct ibv_srq *srq, struct ibv_srq_attr *attr, int attr_mask) argument
584 c4iw_modify_qp(struct ibv_qp *ibqp, struct ibv_qp_attr *attr, int attr_mask) argument
636 c4iw_query_qp(struct ibv_qp *ibqp, struct ibv_qp_attr *attr, int attr_mask, struct ibv_qp_init_attr *init_attr) argument
/freebsd-10-stable/contrib/ofed/libibverbs/src/
H A Dcmd.c684 ibv_cmd_query_qp(struct ibv_qp *qp, struct ibv_qp_attr *attr, int attr_mask, struct ibv_qp_init_attr *init_attr, struct ibv_query_qp *cmd, size_t cmd_size) argument
768 ibv_cmd_modify_qp(struct ibv_qp *qp, struct ibv_qp_attr *attr, int attr_mask, struct ibv_modify_qp *cmd, size_t cmd_size) argument
863 ibv_cmd_modify_xrc_rcv_qp(struct ibv_xrc_domain *d, uint32_t xrc_qp_num, struct ibv_qp_attr *attr, int attr_mask) argument
932 ibv_cmd_query_xrc_rcv_qp(struct ibv_xrc_domain *d, uint32_t xrc_qp_num, struct ibv_qp_attr *attr, int attr_mask, struct ibv_qp_init_attr *init_attr) argument
[all...]
H A Dverbs.c452 __ibv_query_qp(struct ibv_qp *qp, struct ibv_qp_attr *attr, int attr_mask, struct ibv_qp_init_attr *init_attr) argument
469 __ibv_modify_qp(struct ibv_qp *qp, struct ibv_qp_attr *attr, int attr_mask) argument
616 ibv_modify_xrc_rcv_qp(struct ibv_xrc_domain *d, uint32_t xrc_rcv_qpn, struct ibv_qp_attr *attr, int attr_mask) argument
631 ibv_query_xrc_rcv_qp(struct ibv_xrc_domain *d, uint32_t xrc_rcv_qpn, struct ibv_qp_attr *attr, int attr_mask, struct ibv_qp_init_attr *init_attr) argument
[all...]
H A Dcompat-1_0.c808 __ibv_query_qp_1_0(struct ibv_qp_1_0 *qp, struct ibv_qp_attr *attr, int attr_mask, struct ibv_qp_init_attr_1_0 *init_attr) argument
831 __ibv_modify_qp_1_0(struct ibv_qp_1_0 *qp, struct ibv_qp_attr *attr, int attr_mask) argument
/freebsd-10-stable/sys/pc98/cbus/
H A Dscterm-sck.c81 int attr_mask; /* current logical attr mask */ member in struct:__anon11326
[all...]
/freebsd-10-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_provider.c909 iwch_ib_modify_qp(struct ib_qp *ibqp, struct ib_qp_attr *attr, int attr_mask, struct ib_udata *udata) argument
/freebsd-10-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dqp.c1700 c4iw_ib_modify_qp(struct ib_qp *ibqp, struct ib_qp_attr *attr, int attr_mask, struct ib_udata *udata) argument
1745 c4iw_ib_query_qp(struct ib_qp *ibqp, struct ib_qp_attr *attr, int attr_mask, struct ib_qp_init_attr *init_attr) argument
/freebsd-10-stable/contrib/ofed/libibverbs/include/infiniband/
H A Dkern-abi.h495 __u32 attr_mask; member in struct:ibv_query_qp
540 __u32 attr_mask; member in struct:ibv_modify_qp
610 __u32 attr_mask; member in struct:ibv_modify_xrc_rcv_qp
643 __u32 attr_mask; member in struct:ibv_query_xrc_rcv_qp
832 __u32 attr_mask; member in struct:ibv_modify_srq
997 __u32 attr_mask; member in struct:ibv_modify_srq_v3
/freebsd-10-stable/sys/ofed/include/rdma/
H A Dib_user_verbs.h478 __u32 attr_mask; member in struct:ib_uverbs_query_qp
520 __u32 attr_mask; member in struct:ib_uverbs_modify_qp
761 __u32 attr_mask; member in struct:ib_uverbs_modify_srq
834 __u32 attr_mask; member in struct:ib_uverbs_modify_xrc_rcv_qp
864 __u32 attr_mask; member in struct:ib_uverbs_query_xrc_rcv_qp
/freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/
H A Dio.c1854 io_win_file_attrs_set(const char *fname, DWORD attributes, DWORD attr_mask, apr_pool_t *pool) argument

Completed in 254 milliseconds