Searched refs:trans_type (Results 1 – 16 of 16) sorted by relevance
/linux/drivers/infiniband/hw/usnic/ |
A D | usnic_ib_qp_grp.c | 215 trans_type = trans_spec->trans_type; in create_roce_custom_flow() 242 qp_flow->trans_type = trans_type; in create_roce_custom_flow() 278 trans_type = trans_spec->trans_type; in create_udp_flow() 315 qp_flow->trans_type = trans_type; in create_udp_flow() 341 trans_type = trans_spec->trans_type; in create_and_add_flow() 342 switch (trans_type) { in create_and_add_flow() 351 trans_spec->trans_type); in create_and_add_flow() 369 switch (qp_flow->trans_type) { in release_and_remove_flow() 378 qp_flow->trans_type); in release_and_remove_flow() 639 enum usnic_transport_type trans_type = qp_flow->trans_type; in qp_grp_id_from_flow() local [all …]
|
A D | usnic_debugfs.c | 89 usnic_transport_to_str(qp_flow->trans_type)); in flowinfo_read() 91 if (qp_flow->trans_type == USNIC_TRANSPORT_ROCE_CUSTOM) { in flowinfo_read() 95 } else if (qp_flow->trans_type == USNIC_TRANSPORT_IPV4_UDP) { in flowinfo_read()
|
A D | usnic_transport.h | 39 const char *usnic_transport_to_str(enum usnic_transport_type trans_type);
|
A D | usnic_abi.h | 53 enum usnic_transport_type trans_type; member
|
A D | usnic_ib_verbs.c | 159 resp.transport = default_flow->trans_type; in usnic_ib_fill_create_qp_resp() 263 if (cmd.spec.trans_type <= USNIC_TRANSPORT_UNKNOWN || in create_qp_validate_user_data() 264 cmd.spec.trans_type >= USNIC_TRANSPORT_MAX) in create_qp_validate_user_data() 504 res_spec = min_transport_spec[trans_spec.trans_type]; in usnic_ib_create_qp()
|
A D | usnic_ib_qp_grp.h | 70 enum usnic_transport_type trans_type; member
|
/linux/drivers/firmware/efi/ |
A D | cper-arm.c | 92 u8 trans_type, op_type, level, participation_type, address_space; in cper_print_arm_err_info() local 109 trans_type = ((error_info >> CPER_ARM_ERR_TRANSACTION_SHIFT) in cper_print_arm_err_info() 111 if (trans_type < ARRAY_SIZE(arm_err_trans_type_strs)) { in cper_print_arm_err_info() 113 arm_err_trans_type_strs[trans_type]); in cper_print_arm_err_info()
|
A D | cper-x86.c | 196 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()
|
/linux/drivers/usb/host/ |
A D | fhci-tds.c | 379 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()
|
A D | fhci.h | 538 enum fhci_ta_type trans_type, u8 dest_addr,
|
/linux/drivers/net/ethernet/mellanox/mlx4/ |
A D | fw.h | 61 int trans_type; member
|
A D | en_ethtool.c | 838 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()
|
A D | main.c | 416 dev->caps.trans_type[port] = port_cap->trans_type; in _mlx4_dev_port()
|
A D | fw.c | 1256 port_cap->trans_type = field32 >> 24; in mlx4_QUERY_PORT()
|
/linux/arch/ia64/include/asm/ |
A D | pal.h | 1725 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()
|
/linux/include/linux/mlx4/ |
A D | device.h | 544 int trans_type[MLX4_MAX_PORTS + 1]; member
|
Completed in 50 milliseconds