Home
last modified time | relevance | path

Searched refs:port_cap (Results 1 – 14 of 14) sorted by relevance

/openbmc/linux/include/drm/display/
H A Ddrm_dp_helper.h515 const u8 port_cap[4],
518 const u8 port_cap[4]);
520 const u8 port_cap[4],
523 const u8 port_cap[4],
526 const u8 port_cap[4],
531 const u8 port_cap[4]);
534 const u8 port_cap[4]);
538 const u8 port_cap[4],
543 const u8 port_cap[4]);
547 const u8 port_cap[4]);
[all …]
/openbmc/linux/drivers/gpu/drm/display/
H A Ddrm_dp_helper.c1048 const u8 port_cap[4]) in drm_dp_downstream_max_dotclock()
1060 return port_cap[1] * 8000; in drm_dp_downstream_max_dotclock()
1077 const u8 port_cap[4], in drm_dp_downstream_max_tmds_clock()
1120 return port_cap[1] * 2500; in drm_dp_downstream_max_tmds_clock()
1125 return port_cap[1] * 2500; in drm_dp_downstream_max_tmds_clock()
1142 const u8 port_cap[4], in drm_dp_downstream_min_tmds_clock()
1185 const u8 port_cap[4], in drm_dp_downstream_max_bpc()
1337 const u8 port_cap[4]) in drm_dp_downstream_mode()
1403 const u8 port_cap[4], in drm_dp_downstream_debug()
1490 const u8 port_cap[4]) in drm_dp_subconnector_type()
[all …]
/openbmc/linux/drivers/usb/host/
H A Dxhci-mem.c1966 struct xhci_port_cap *port_cap; in xhci_add_in_port() local
2019 if (port_cap->psi_count) { in xhci_add_in_port()
2020 port_cap->psi = kcalloc_node(port_cap->psi_count, in xhci_add_in_port()
2021 sizeof(*port_cap->psi), in xhci_add_in_port()
2023 if (!port_cap->psi) in xhci_add_in_port()
2024 port_cap->psi_count = 0; in xhci_add_in_port()
2026 port_cap->psi_uid_count++; in xhci_add_in_port()
2035 port_cap->psi_uid_count++; in xhci_add_in_port()
2057 port_cap->maj_rev = major_revision; in xhci_add_in_port()
2058 port_cap->min_rev = minor_revision; in xhci_add_in_port()
[all …]
H A Dxhci-hub.c41 struct xhci_port_cap *port_cap = NULL; in xhci_create_usb3x_bos_desc() local
67 port_cap = &xhci->port_caps[i]; in xhci_create_usb3x_bos_desc()
72 if (port_cap->psi_count) { in xhci_create_usb3x_bos_desc()
75 for (i = 0; i < port_cap->psi_count; i++) { in xhci_create_usb3x_bos_desc()
76 if ((port_cap->psi[i] & PLT_MASK) == PLT_SYM) in xhci_create_usb3x_bos_desc()
80 ssac = port_cap->psi_count + num_sym_ssa - 1; in xhci_create_usb3x_bos_desc()
81 ssic = port_cap->psi_uid_count - 1; in xhci_create_usb3x_bos_desc()
138 if (!port_cap->psi_count) { in xhci_create_usb3x_bos_desc()
148 for (i = 0; i < port_cap->psi_count; i++) { in xhci_create_usb3x_bos_desc()
159 psi = port_cap->psi[i]; in xhci_create_usb3x_bos_desc()
[all …]
H A Dxhci.h1747 struct xhci_port_cap *port_cap; member
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dfw.c1161 dev_cap->port_cap[1].max_port_width); in mlx4_dev_cap_dump()
1208 port_cap->max_vl = field >> 4; in mlx4_QUERY_PORT()
1210 port_cap->ib_mtu = field >> 4; in mlx4_QUERY_PORT()
1211 port_cap->max_port_width = field & 0xf; in mlx4_QUERY_PORT()
1241 port_cap->ib_mtu = field & 0xf; in mlx4_QUERY_PORT()
1248 port_cap->max_vl = field & 0xf; in mlx4_QUERY_PORT()
1249 port_cap->max_tc_eth = field >> 4; in mlx4_QUERY_PORT()
1251 port_cap->log_max_macs = field & 0xf; in mlx4_QUERY_PORT()
1252 port_cap->log_max_vlans = field >> 4; in mlx4_QUERY_PORT()
1256 port_cap->trans_type = field32 >> 24; in mlx4_QUERY_PORT()
[all …]
H A Dfw.h132 struct mlx4_port_cap port_cap[MLX4_MAX_PORTS + 1]; member
232 int mlx4_QUERY_PORT(struct mlx4_dev *dev, int port, struct mlx4_port_cap *port_cap);
H A Dmain.c397 struct mlx4_port_cap *port_cap) in _mlx4_dev_port() argument
399 dev->caps.vl_cap[port] = port_cap->max_vl; in _mlx4_dev_port()
400 dev->caps.ib_mtu_cap[port] = port_cap->ib_mtu; in _mlx4_dev_port()
409 dev->caps.eth_mtu_cap[port] = port_cap->eth_mtu; in _mlx4_dev_port()
410 dev->caps.max_tc_eth = port_cap->max_tc_eth; in _mlx4_dev_port()
424 struct mlx4_port_cap *port_cap) in mlx4_dev_port() argument
428 err = mlx4_QUERY_PORT(dev, port, port_cap); in mlx4_dev_port()
2265 struct mlx4_port_cap port_cap; in mlx4_validate_optimized_steering() local
2271 if (mlx4_dev_port(dev, i, &port_cap)) { in mlx4_validate_optimized_steering()
2276 (port_cap.dmfs_optimized_state == in mlx4_validate_optimized_steering()
[all …]
H A Deq.c157 struct mlx4_port_cap port_cap; in mlx4_gen_slave_eqe() local
159 if (!mlx4_QUERY_PORT(dev, 1, &port_cap) && port_cap.link_state) in mlx4_gen_slave_eqe()
162 if (!mlx4_QUERY_PORT(dev, 2, &port_cap) && port_cap.link_state) in mlx4_gen_slave_eqe()
/openbmc/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_ethtool.c264 struct hinic_port_cap port_cap; in hinic_get_link_ksettings() local
274 err = hinic_port_get_cap(nic_dev, &port_cap); in hinic_get_link_ksettings()
286 set_link_speed(link_ksettings, port_cap.speed); in hinic_get_link_ksettings()
288 (port_cap.duplex == HINIC_DUPLEX_FULL) ? in hinic_get_link_ksettings()
394 struct hinic_port_cap port_cap = { 0 }; in get_link_settings_type() local
397 err = hinic_port_get_cap(nic_dev, &port_cap); in get_link_settings_type()
402 if (port_cap.autoneg_cap) in get_link_settings_type()
406 if (!port_cap.autoneg_cap) { in get_link_settings_type()
854 struct hinic_port_cap port_cap = {0}; in hinic_set_pauseparam() local
857 err = hinic_port_get_cap(nic_dev, &port_cap); in hinic_set_pauseparam()
[all …]
H A Dhinic_port.c334 struct hinic_port_cap *port_cap) in hinic_port_get_cap() argument
339 u16 out_size = sizeof(*port_cap); in hinic_port_get_cap()
342 port_cap->func_idx = HINIC_HWIF_FUNC_IDX(hwif); in hinic_port_get_cap()
345 port_cap, sizeof(*port_cap), in hinic_port_get_cap()
346 port_cap, &out_size); in hinic_port_get_cap()
347 if (err || out_size != sizeof(*port_cap) || port_cap->status) { in hinic_port_get_cap()
350 err, port_cap->status, out_size); in hinic_port_get_cap()
H A Dhinic_sriov.c864 struct hinic_port_cap port_cap = { 0 }; in hinic_ndo_set_vf_bw() local
887 err = hinic_port_get_cap(nic_dev, &port_cap); in hinic_ndo_set_vf_bw()
888 if (err || port_cap.speed > LINK_SPEED_100GB) in hinic_ndo_set_vf_bw()
892 if (max_tx_rate < 0 || max_tx_rate > speeds[port_cap.speed]) { in hinic_ndo_set_vf_bw()
894 speeds[port_cap.speed]); in hinic_ndo_set_vf_bw()
H A Dhinic_main.c940 struct hinic_port_cap port_cap = {0}; in hinic_refresh_nic_cfg() local
942 if (hinic_port_get_cap(nic_dev, &port_cap)) in hinic_refresh_nic_cfg()
946 if (nic_cfg->pause_set || !port_cap.autoneg_state) { in hinic_refresh_nic_cfg()
947 nic_cfg->auto_neg = port_cap.autoneg_state; in hinic_refresh_nic_cfg()
H A Dhinic_port.h793 struct hinic_port_cap *port_cap);