Searched refs:trans_type (Results 1 – 12 of 12) sorted by relevance
212 enum usnic_transport_type trans_type; in create_roce_custom_flow() local214 trans_type = trans_spec->trans_type; in create_roce_custom_flow()218 port_num = usnic_transport_rsrv_port(trans_type, port_num); in create_roce_custom_flow()241 qp_flow->trans_type = trans_type; in create_roce_custom_flow()249 usnic_transport_unrsrv_port(trans_type, port_num); in create_roce_custom_flow()256 usnic_transport_unrsrv_port(qp_flow->trans_type, in release_roce_custom_flow()272 enum usnic_transport_type trans_type; in create_udp_flow() local277 trans_type = trans_spec->trans_type; in create_udp_flow()314 qp_flow->trans_type = trans_type; in create_udp_flow()338 enum usnic_transport_type trans_type; in create_and_add_flow() local[all …]
88 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()
39 const char *usnic_transport_to_str(enum usnic_transport_type trans_type);
70 enum usnic_transport_type trans_type; member
196 u8 trans_type = CHECK_TRANS_TYPE(check); in print_err_info() local198 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()
379 enum fhci_ta_type trans_type, in fhci_host_transaction() argument408 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()
61 int trans_type; member
819 int trans_type; in ethtool_get_default_link_ksettings() local831 trans_type = priv->port_state.transceiver; in ethtool_get_default_link_ksettings()832 if (trans_type > 0 && trans_type <= 0xC) { in ethtool_get_default_link_ksettings()838 } else if (trans_type == 0x80 || trans_type == 0) { in ethtool_get_default_link_ksettings()
415 dev->caps.trans_type[port] = port_cap->trans_type; in _mlx4_dev_port()
1256 port_cap->trans_type = field32 >> 24; in mlx4_QUERY_PORT()
156 u8 trans_type; member436 sysbus2_syndrome->trans_type, in decode_ras_msg()
545 int trans_type[MLX4_MAX_PORTS + 1]; member