Home
last modified time | relevance | path

Searched refs:sig_type (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/drivers/infiniband/ulp/iser/
Diser_memory.c312 domain->sig_type = IB_SIG_TYPE_T10_DIF; in iser_set_dif_domain()
332 sig_attrs->mem.sig_type = IB_SIG_TYPE_NONE; in iser_set_sig_attrs()
338 sig_attrs->wire.sig_type = IB_SIG_TYPE_NONE; in iser_set_sig_attrs()
/Linux-v4.19/include/linux/mlx5/
Dqp.h409 u8 sig_type; member
/Linux-v4.19/drivers/infiniband/hw/bnxt_re/
Dqplib_fp.h261 u8 sig_type; member
Dqplib_fp.c946 if (qp->sig_type) in bnxt_qplib_create_qp()
1550 if (qp->sig_type) in bnxt_qplib_post_send()
1762 if (qp->sig_type) in bnxt_qplib_post_send()
Dib_verbs.c998 qp->qplib_qp.sig_type = true; in bnxt_re_create_shadow_qp()
1073 qp->qplib_qp.sig_type = ((qp_init_attr->sq_sig_type == in bnxt_re_create_qp()
1862 qp_init_attr->sq_sig_type = qplib_qp->sig_type ? IB_SIGNAL_ALL_WR : in bnxt_re_query_qp()
/Linux-v4.19/drivers/infiniband/hw/mlx5/
Dqp.c3940 inl->sig_type = domain->sig.dif.bg_type == IB_T10DIF_CRC ? in mlx5_fill_inl_bsf()
3975 switch (sig_attrs->mem.sig_type) { in mlx5_set_bsf()
3988 switch (sig_attrs->wire.sig_type) { in mlx5_set_bsf()
3993 mem->sig_type == wire->sig_type) { in mlx5_set_bsf()
4073 prot_size = prot_field_size(sig_attrs->mem.sig_type); in set_sig_data_segment()
4205 switch (domain->sig_type) { in set_psv_wr()
4215 domain->sig_type); in set_psv_wr()
/Linux-v4.19/drivers/infiniband/ulp/isert/
Dib_isert.c2073 domain->sig_type = IB_SIG_TYPE_T10_DIF; in isert_set_dif_domain()
2098 sig_attrs->mem.sig_type = IB_SIG_TYPE_NONE; in isert_set_sig_attrs()
2103 sig_attrs->wire.sig_type = IB_SIG_TYPE_NONE; in isert_set_sig_attrs()
/Linux-v4.19/drivers/infiniband/core/
Drw.c430 if (sig_attrs->wire.sig_type != IB_SIG_TYPE_NONE) in rdma_rw_ctx_signature_init()
/Linux-v4.19/include/rdma/
Dib_verbs.h821 enum ib_signature_type sig_type; member