trans_type       1724 arch/ia64/include/asm/pal.h ia64_pal_prefetch_visibility (s64 trans_type)
trans_type       1727 arch/ia64/include/asm/pal.h 	PAL_CALL(iprv, PAL_PREFETCH_VISIBILITY, trans_type, 0, 0);
trans_type         92 drivers/firmware/efi/cper-arm.c 	u8 trans_type, op_type, level, participation_type, address_space;
trans_type        109 drivers/firmware/efi/cper-arm.c 		trans_type = ((error_info >> CPER_ARM_ERR_TRANSACTION_SHIFT)
trans_type        111 drivers/firmware/efi/cper-arm.c 		if (trans_type < ARRAY_SIZE(arm_err_trans_type_strs)) {
trans_type        113 drivers/firmware/efi/cper-arm.c 			       arm_err_trans_type_strs[trans_type]);
trans_type        195 drivers/firmware/efi/cper-x86.c 		u8 trans_type = CHECK_TRANS_TYPE(check);
trans_type        197 drivers/firmware/efi/cper-x86.c 		printk("%sTransaction Type: %u, %s\n", pfx, trans_type,
trans_type        198 drivers/firmware/efi/cper-x86.c 		       trans_type < ARRAY_SIZE(ia_check_trans_type_strs) ?
trans_type        199 drivers/firmware/efi/cper-x86.c 		       ia_check_trans_type_strs[trans_type] : "unknown");
trans_type         53 drivers/infiniband/hw/usnic/usnic_abi.h 	enum usnic_transport_type	trans_type;
trans_type         89 drivers/infiniband/hw/usnic/usnic_debugfs.c 			usnic_transport_to_str(qp_flow->trans_type));
trans_type         91 drivers/infiniband/hw/usnic/usnic_debugfs.c 	if (qp_flow->trans_type == USNIC_TRANSPORT_ROCE_CUSTOM) {
trans_type         95 drivers/infiniband/hw/usnic/usnic_debugfs.c 	} else if (qp_flow->trans_type == USNIC_TRANSPORT_IPV4_UDP) {
trans_type        213 drivers/infiniband/hw/usnic/usnic_ib_qp_grp.c 	enum usnic_transport_type trans_type;
trans_type        215 drivers/infiniband/hw/usnic/usnic_ib_qp_grp.c 	trans_type = trans_spec->trans_type;
trans_type        219 drivers/infiniband/hw/usnic/usnic_ib_qp_grp.c 	port_num = usnic_transport_rsrv_port(trans_type, port_num);
trans_type        242 drivers/infiniband/hw/usnic/usnic_ib_qp_grp.c 	qp_flow->trans_type = trans_type;
trans_type        250 drivers/infiniband/hw/usnic/usnic_ib_qp_grp.c 	usnic_transport_unrsrv_port(trans_type, port_num);
trans_type        257 drivers/infiniband/hw/usnic/usnic_ib_qp_grp.c 	usnic_transport_unrsrv_port(qp_flow->trans_type,
trans_type        273 drivers/infiniband/hw/usnic/usnic_ib_qp_grp.c 	enum usnic_transport_type trans_type;
trans_type        278 drivers/infiniband/hw/usnic/usnic_ib_qp_grp.c 	trans_type = trans_spec->trans_type;
trans_type        315 drivers/infiniband/hw/usnic/usnic_ib_qp_grp.c 	qp_flow->trans_type = trans_type;
trans_type        339 drivers/infiniband/hw/usnic/usnic_ib_qp_grp.c 	enum usnic_transport_type trans_type;
trans_type        341 drivers/infiniband/hw/usnic/usnic_ib_qp_grp.c 	trans_type = trans_spec->trans_type;
trans_type        342 drivers/infiniband/hw/usnic/usnic_ib_qp_grp.c 	switch (trans_type) {
trans_type        351 drivers/infiniband/hw/usnic/usnic_ib_qp_grp.c 				trans_spec->trans_type);
trans_type        369 drivers/infiniband/hw/usnic/usnic_ib_qp_grp.c 	switch (qp_flow->trans_type) {
trans_type        378 drivers/infiniband/hw/usnic/usnic_ib_qp_grp.c 				qp_flow->trans_type);
trans_type        639 drivers/infiniband/hw/usnic/usnic_ib_qp_grp.c 	enum usnic_transport_type trans_type = qp_flow->trans_type;
trans_type        643 drivers/infiniband/hw/usnic/usnic_ib_qp_grp.c 	switch (trans_type) {
trans_type        661 drivers/infiniband/hw/usnic/usnic_ib_qp_grp.c 		usnic_err("Unsupported transport %u\n", trans_type);
trans_type        676 drivers/infiniband/hw/usnic/usnic_ib_qp_grp.c 	enum usnic_transport_type transport = transport_spec->trans_type;
trans_type         70 drivers/infiniband/hw/usnic/usnic_ib_qp_grp.h 	enum usnic_transport_type	trans_type;
trans_type        159 drivers/infiniband/hw/usnic/usnic_ib_verbs.c 	resp.transport = default_flow->trans_type;
trans_type        260 drivers/infiniband/hw/usnic/usnic_ib_verbs.c 	if (cmd.spec.trans_type <= USNIC_TRANSPORT_UNKNOWN ||
trans_type        261 drivers/infiniband/hw/usnic/usnic_ib_verbs.c 			cmd.spec.trans_type >= USNIC_TRANSPORT_MAX)
trans_type        513 drivers/infiniband/hw/usnic/usnic_ib_verbs.c 	res_spec = min_transport_spec[trans_spec.trans_type];
trans_type         39 drivers/infiniband/hw/usnic/usnic_transport.h const char *usnic_transport_to_str(enum usnic_transport_type trans_type);
trans_type        835 drivers/net/ethernet/mellanox/mlx4/en_ethtool.c 	int trans_type;
trans_type        847 drivers/net/ethernet/mellanox/mlx4/en_ethtool.c 	trans_type = priv->port_state.transceiver;
trans_type        848 drivers/net/ethernet/mellanox/mlx4/en_ethtool.c 	if (trans_type > 0 && trans_type <= 0xC) {
trans_type        854 drivers/net/ethernet/mellanox/mlx4/en_ethtool.c 	} else if (trans_type == 0x80 || trans_type == 0) {
trans_type       1253 drivers/net/ethernet/mellanox/mlx4/fw.c 		port_cap->trans_type = field32 >> 24;
trans_type         61 drivers/net/ethernet/mellanox/mlx4/fw.h 	int trans_type;
trans_type        416 drivers/net/ethernet/mellanox/mlx4/main.c 	dev->caps.trans_type[port]	    = port_cap->trans_type;
trans_type        379 drivers/usb/host/fhci-tds.c 			  enum fhci_ta_type trans_type,
trans_type        408 drivers/usb/host/fhci-tds.c 	switch (trans_type) {
trans_type        428 drivers/usb/host/fhci-tds.c 	switch (trans_type) {
trans_type        453 drivers/usb/host/fhci-tds.c 	if (trans_type == FHCI_TA_IN)
trans_type        538 drivers/usb/host/fhci.h 			  enum fhci_ta_type trans_type, u8 dest_addr,
trans_type        545 include/linux/mlx4/device.h 	int			trans_type[MLX4_MAX_PORTS + 1];