Home
last modified time | relevance | path

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

/src/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,
/src/sys/dev/ufshci/
H A Dufshci_ctrlr_cmd.c25 upiu->header.trans_type = in ufshci_ctrlr_cmd_send_task_mgmt_request()
51 upiu->header.trans_type = UFSHCI_UPIU_TRANSACTION_CODE_NOP_OUT; in ufshci_ctrlr_cmd_send_nop()
71 upiu->header.trans_type = UFSHCI_UPIU_TRANSACTION_CODE_QUERY_REQUEST; in ufshci_ctrlr_cmd_send_query_request()
H A Dufshci_sim.c172 upiu->header.trans_type = UFSHCI_UPIU_TRANSACTION_CODE_COMMAND; in ufshchi_sim_scsiio()
H A Dufshci.h324 uint8_t trans_type; member
/src/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
/src/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()
/src/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()
/src/sys/dev/mlx4/
H A Ddevice.h535 int trans_type[MLX4_MAX_PORTS + 1]; member