Home
last modified time | relevance | path

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

/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.c345 int trans_type; in mlx4_en_get_settings() local
354 trans_type = priv->port_state.transciver; in mlx4_en_get_settings()
363 if (trans_type > 0 && trans_type <= 0xC) { in mlx4_en_get_settings()
368 } else if (trans_type == 0x80 || trans_type == 0) { in mlx4_en_get_settings()
Dfw.h76 int trans_type[MLX4_MAX_PORTS + 1]; member
Dmain.c234 dev->caps.trans_type[i] = dev_cap->trans_type[i]; in mlx4_dev_cap()
Dfw.c717 dev_cap->trans_type[i] = field32 >> 24; in mlx4_QUERY_DEV_CAP()