Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat/qat_api/qat_direct/include/
H A Dicp_adf_transport.h132 icp_transport_type trans_type,
161 icp_transport_type trans_type,
185 icp_transport_type trans_type,
/freebsd/sys/dev/qat/qat_api/qat_kernel/src/
H A Dqat_transport.c33 icp_transport_type trans_type, in icp_adf_transCreateHandle() argument
74 icp_transport_type trans_type, in icp_adf_transReinitHandle() argument
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dfw.h61 int trans_type; member
H A Dmlx4_main.c304 dev->caps.trans_type[port] = port_cap->trans_type; in _mlx4_dev_port()
H A Dmlx4_fw.c1240 port_cap->trans_type = field32 >> 24; in mlx4_QUERY_PORT()
/freebsd/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_netdev.c1854 int trans_type; in mlx4_en_calc_media() local
1861 trans_type = priv->port_state.transceiver; in mlx4_en_calc_media()
1871 if (trans_type > 0 && trans_type <= 0xC) in mlx4_en_calc_media()
1873 else if (trans_type == 0x80 || trans_type == 0) in mlx4_en_calc_media()
/freebsd/sys/dev/mlx4/
H A Ddevice.h535 int trans_type[MLX4_MAX_PORTS + 1]; member