Searched refs:trans_type (Results 1 – 15 of 15) sorted by relevance
/linux-4.4.14/drivers/infiniband/hw/usnic/ |
D | usnic_ib_qp_grp.c | 213 enum usnic_transport_type trans_type; in create_roce_custom_flow() local 215 trans_type = trans_spec->trans_type; in create_roce_custom_flow() 219 port_num = usnic_transport_rsrv_port(trans_type, port_num); in create_roce_custom_flow() 244 qp_flow->trans_type = trans_type; in create_roce_custom_flow() 252 usnic_transport_unrsrv_port(trans_type, port_num); in create_roce_custom_flow() 259 usnic_transport_unrsrv_port(qp_flow->trans_type, in release_roce_custom_flow() 275 enum usnic_transport_type trans_type; in create_udp_flow() local 280 trans_type = trans_spec->trans_type; in create_udp_flow() 319 qp_flow->trans_type = trans_type; in create_udp_flow() 343 enum usnic_transport_type trans_type; in create_and_add_flow() local [all …]
|
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()
|
D | usnic_transport.h | 39 const char *usnic_transport_to_str(enum usnic_transport_type trans_type);
|
D | usnic_abi.h | 53 enum usnic_transport_type trans_type; member
|
D | usnic_ib_qp_grp.h | 70 enum usnic_transport_type trans_type; member
|
D | usnic_ib_verbs.c | 133 resp.transport = default_flow->trans_type; in usnic_ib_fill_create_qp_resp() 250 if (cmd.spec.trans_type <= USNIC_TRANSPORT_UNKNOWN || in create_qp_validate_user_data() 251 cmd.spec.trans_type >= USNIC_TRANSPORT_MAX) in create_qp_validate_user_data() 514 res_spec = min_transport_spec[trans_spec.trans_type]; in usnic_ib_create_qp()
|
/linux-4.4.14/drivers/usb/host/ |
D | fhci-tds.c | 383 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()
|
D | fhci.h | 544 enum fhci_ta_type trans_type, u8 dest_addr,
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
D | fw.h | 59 int trans_type; member
|
D | en_ethtool.c | 806 int trans_type; in ethtool_get_default_settings() local 811 trans_type = priv->port_state.transceiver; in ethtool_get_default_settings() 813 if (trans_type > 0 && trans_type <= 0xC) { in ethtool_get_default_settings() 818 } else if (trans_type == 0x80 || trans_type == 0) { in ethtool_get_default_settings()
|
D | main.c | 279 dev->caps.trans_type[port] = port_cap->trans_type; in _mlx4_dev_port()
|
D | fw.c | 1126 port_cap->trans_type = field32 >> 24; in mlx4_QUERY_PORT()
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | pal.h | 1723 ia64_pal_prefetch_visibility (s64 trans_type) in ia64_pal_prefetch_visibility() argument 1726 PAL_CALL(iprv, PAL_PREFETCH_VISIBILITY, trans_type, 0, 0); in ia64_pal_prefetch_visibility()
|
/linux-4.4.14/fs/xfs/ |
D | xfs_trace.h | 947 __field(unsigned, trans_type) 965 __entry->trans_type = tic->t_trans_type; 990 __print_symbolic(__entry->trans_type, XFS_TRANS_TYPES),
|
/linux-4.4.14/include/linux/mlx4/ |
D | device.h | 515 int trans_type[MLX4_MAX_PORTS + 1]; member
|