Home
last modified time | relevance | path

Searched refs:trans_type (Results 1 – 20 of 20) sorted by relevance

/openbmc/linux/drivers/infiniband/hw/usnic/
H A Dusnic_ib_qp_grp.c214 trans_type = trans_spec->trans_type; in create_roce_custom_flow()
241 qp_flow->trans_type = trans_type; in create_roce_custom_flow()
277 trans_type = trans_spec->trans_type; in create_udp_flow()
314 qp_flow->trans_type = trans_type; in create_udp_flow()
340 trans_type = trans_spec->trans_type; in create_and_add_flow()
341 switch (trans_type) { in create_and_add_flow()
350 trans_spec->trans_type); in create_and_add_flow()
368 switch (qp_flow->trans_type) { in release_and_remove_flow()
377 qp_flow->trans_type); in release_and_remove_flow()
638 enum usnic_transport_type trans_type = qp_flow->trans_type; in qp_grp_id_from_flow() local
[all …]
H A Dusnic_debugfs.c88 usnic_transport_to_str(qp_flow->trans_type)); in flowinfo_read()
90 if (qp_flow->trans_type == USNIC_TRANSPORT_ROCE_CUSTOM) { in flowinfo_read()
94 } else if (qp_flow->trans_type == USNIC_TRANSPORT_IPV4_UDP) { in flowinfo_read()
H A Dusnic_transport.h39 const char *usnic_transport_to_str(enum usnic_transport_type trans_type);
H A Dusnic_abi.h53 enum usnic_transport_type trans_type; member
H A Dusnic_ib_qp_grp.h70 enum usnic_transport_type trans_type; member
H A Dusnic_ib_verbs.c158 resp.transport = default_flow->trans_type; in usnic_ib_fill_create_qp_resp()
262 if (cmd.spec.trans_type <= USNIC_TRANSPORT_UNKNOWN || in create_qp_validate_user_data()
263 cmd.spec.trans_type >= USNIC_TRANSPORT_MAX) in create_qp_validate_user_data()
502 res_spec = min_transport_spec[trans_spec.trans_type]; in usnic_ib_create_qp()
/openbmc/linux/drivers/firmware/efi/
H A Dcper-arm.c91 u8 trans_type, op_type, level, participation_type, address_space; in cper_print_arm_err_info() local
108 trans_type = ((error_info >> CPER_ARM_ERR_TRANSACTION_SHIFT) in cper_print_arm_err_info()
110 if (trans_type < ARRAY_SIZE(arm_err_trans_type_strs)) { in cper_print_arm_err_info()
112 arm_err_trans_type_strs[trans_type]); in cper_print_arm_err_info()
H A Dcper-x86.c196 u8 trans_type = CHECK_TRANS_TYPE(check); in print_err_info() local
198 printk("%sTransaction Type: %u, %s\n", pfx, trans_type, in print_err_info()
199 trans_type < ARRAY_SIZE(ia_check_trans_type_strs) ? in print_err_info()
200 ia_check_trans_type_strs[trans_type] : "unknown"); in print_err_info()
/openbmc/linux/drivers/usb/host/
H A Dfhci-tds.c379 enum fhci_ta_type trans_type, in fhci_host_transaction() argument
408 switch (trans_type) { in fhci_host_transaction()
428 switch (trans_type) { in fhci_host_transaction()
453 if (trans_type == FHCI_TA_IN) in fhci_host_transaction()
H A Dfhci.h538 enum fhci_ta_type trans_type, u8 dest_addr,
/openbmc/qemu/hw/ufs/
H A Dufs.h132 void ufs_build_upiu_header(UfsRequest *req, uint8_t trans_type, uint8_t flags,
H A Dufs.c438 void ufs_build_upiu_header(UfsRequest *req, uint8_t trans_type, uint8_t flags, in ufs_build_upiu_header() argument
443 req->rsp_upiu.header.trans_type = trans_type; in ufs_build_upiu_header()
1025 switch (req->req_upiu.header.trans_type) { in ufs_exec_req()
1037 req->req_upiu.header.trans_type); in ufs_exec_req()
/openbmc/qemu/tests/qtest/
H A Dufs-test.c105 req_upiu.header.trans_type = UFS_UPIU_TRANSACTION_NOP_OUT; in ufs_send_nop_out()
135 req_upiu.header.trans_type = UFS_UPIU_TRANSACTION_QUERY_REQ; in ufs_send_query()
226 req_upiu.header.trans_type = UFS_UPIU_TRANSACTION_COMMAND; in ufs_send_scsi_command()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dfw.h61 int trans_type; member
H A Den_ethtool.c838 int trans_type; in ethtool_get_default_link_ksettings() local
850 trans_type = priv->port_state.transceiver; in ethtool_get_default_link_ksettings()
851 if (trans_type > 0 && trans_type <= 0xC) { in ethtool_get_default_link_ksettings()
857 } else if (trans_type == 0x80 || trans_type == 0) { in ethtool_get_default_link_ksettings()
H A Dmain.c415 dev->caps.trans_type[port] = port_cap->trans_type; in _mlx4_dev_port()
H A Dfw.c1256 port_cap->trans_type = field32 >> 24; in mlx4_QUERY_PORT()
/openbmc/linux/arch/ia64/include/asm/
H A Dpal.h1725 ia64_pal_prefetch_visibility (s64 trans_type) in ia64_pal_prefetch_visibility() argument
1728 PAL_CALL(iprv, PAL_PREFETCH_VISIBILITY, trans_type, 0, 0); in ia64_pal_prefetch_visibility()
/openbmc/qemu/include/block/
H A Dufs.h392 uint8_t trans_type; member
/openbmc/linux/include/linux/mlx4/
H A Ddevice.h545 int trans_type[MLX4_MAX_PORTS + 1]; member