Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/ulp/iser/
Diser_memory.c577 domain->sig_type = IB_SIG_TYPE_T10_DIF; in iser_set_dif_domain()
597 sig_attrs->mem.sig_type = IB_SIG_TYPE_NONE; in iser_set_sig_attrs()
603 sig_attrs->wire.sig_type = IB_SIG_TYPE_NONE; in iser_set_sig_attrs()
/linux-4.1.27/scripts/
Dsign-file201 my $sig_type = asn1_extract($tbs->[1], $UNIV | $CONS | $SEQUENCE);
/linux-4.1.27/drivers/infiniband/hw/mlx5/
Dqp.c2164 inl->sig_type = domain->sig.dif.bg_type == IB_T10DIF_CRC ? in mlx5_fill_inl_bsf()
2199 switch (sig_attrs->mem.sig_type) { in mlx5_set_bsf()
2212 switch (sig_attrs->wire.sig_type) { in mlx5_set_bsf()
2217 mem->sig_type == wire->sig_type) { in mlx5_set_bsf()
2297 prot_size = prot_field_size(sig_attrs->mem.sig_type); in set_sig_data_segment()
2429 switch (domain->sig_type) { in set_psv_wr()
/linux-4.1.27/include/linux/mlx5/
Dqp.h321 u8 sig_type; member
/linux-4.1.27/drivers/infiniband/ulp/isert/
Dib_isert.c2658 domain->sig_type = IB_SIG_TYPE_T10_DIF; in isert_set_dif_domain()
2681 sig_attrs->mem.sig_type = IB_SIG_TYPE_NONE; in isert_set_sig_attrs()
2686 sig_attrs->wire.sig_type = IB_SIG_TYPE_NONE; in isert_set_sig_attrs()
/linux-4.1.27/include/rdma/
Dib_verbs.h570 enum ib_signature_type sig_type; member