Home
last modified time | relevance | path

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

/drivers/infiniband/hw/usnic/
Dusnic_ib_qp_grp.c198 enum usnic_transport_type trans_type; in create_roce_custom_flow() local
200 trans_type = trans_spec->trans_type; in create_roce_custom_flow()
204 port_num = usnic_transport_rsrv_port(trans_type, port_num); in create_roce_custom_flow()
229 qp_flow->trans_type = trans_type; in create_roce_custom_flow()
237 usnic_transport_unrsrv_port(trans_type, port_num); in create_roce_custom_flow()
244 usnic_transport_unrsrv_port(qp_flow->trans_type, in release_roce_custom_flow()
260 enum usnic_transport_type trans_type; in create_udp_flow() local
265 trans_type = trans_spec->trans_type; in create_udp_flow()
304 qp_flow->trans_type = trans_type; in create_udp_flow()
328 enum usnic_transport_type trans_type; in create_and_add_flow() local
[all …]
Dusnic_debugfs.c74 usnic_transport_to_str(qp_flow->trans_type)); in flowinfo_read()
76 if (qp_flow->trans_type == USNIC_TRANSPORT_ROCE_CUSTOM) { in flowinfo_read()
80 } else if (qp_flow->trans_type == USNIC_TRANSPORT_IPV4_UDP) { in flowinfo_read()
Dusnic_transport.h24 const char *usnic_transport_to_str(enum usnic_transport_type trans_type);
Dusnic_abi.h38 enum usnic_transport_type trans_type; member
Dusnic_ib_verbs.c118 resp.transport = default_flow->trans_type; in usnic_ib_fill_create_qp_resp()
235 if (cmd.spec.trans_type <= USNIC_TRANSPORT_UNKNOWN || in create_qp_validate_user_data()
236 cmd.spec.trans_type >= USNIC_TRANSPORT_MAX) in create_qp_validate_user_data()
495 res_spec = min_transport_spec[trans_spec.trans_type]; in usnic_ib_create_qp()
Dusnic_ib_qp_grp.h55 enum usnic_transport_type trans_type; member
/drivers/usb/host/
Dfhci-tds.c383 enum fhci_ta_type trans_type, in fhci_host_transaction() argument
412 switch (trans_type) { in fhci_host_transaction()
432 switch (trans_type) { in fhci_host_transaction()
457 if (trans_type == FHCI_TA_IN) in fhci_host_transaction()
Dfhci.h544 enum fhci_ta_type trans_type, u8 dest_addr,
/drivers/net/ethernet/mellanox/mlx4/
Den_ethtool.c380 int trans_type; in mlx4_en_get_settings() local
389 trans_type = priv->port_state.transciver; in mlx4_en_get_settings()
398 if (trans_type > 0 && trans_type <= 0xC) { in mlx4_en_get_settings()
403 } else if (trans_type == 0x80 || trans_type == 0) { in mlx4_en_get_settings()
Dfw.h76 int trans_type[MLX4_MAX_PORTS + 1]; member
Dmain.c280 dev->caps.trans_type[i] = dev_cap->trans_type[i]; in mlx4_dev_cap()
Dfw.c824 dev_cap->trans_type[i] = field32 >> 24; in mlx4_QUERY_DEV_CAP()