Home
last modified time | relevance | path

Searched refs:port_caps (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_ethtool.c238 fun_link_modes_to_ethtool(fp->port_caps, ks->link_modes.supported); in fun_get_link_ksettings()
239 if (fp->port_caps & (FUN_PORT_CAP_RX_PAUSE | FUN_PORT_CAP_TX_PAUSE)) in fun_get_link_ksettings()
324 if (fp->port_caps & FUN_PORT_CAP_VPORT) in fun_set_link_ksettings()
330 !(fp->port_caps & FUN_PORT_CAP_AUTONEG)) in fun_set_link_ksettings()
337 fun_link_modes_to_ethtool(fp->port_caps, supported); in fun_set_link_ksettings()
344 new_advert &= fp->port_caps; in fun_set_link_ksettings()
371 if (fp->port_caps & FUN_PORT_CAP_VPORT) in fun_set_pauseparam()
378 if (pause->tx_pause && !(fp->port_caps & FUN_PORT_CAP_TX_PAUSE)) in fun_set_pauseparam()
380 if (pause->rx_pause && !(fp->port_caps & FUN_PORT_CAP_RX_PAUSE)) in fun_set_pauseparam()
409 if (fp->port_caps & FUN_PORT_CAP_VPORT) in fun_set_phys_id()
[all …]
H A Dfuneth.h100 u64 port_caps; member
H A Dfuneth_main.c989 fp->port_caps = data[i]; in fun_get_port_attributes()
1002 if (!(fp->port_caps & FUN_PORT_CAP_VPORT)) { in fun_get_port_attributes()
1438 if (!(fp->port_caps & FUN_PORT_CAP_OFFLOADS)) in fun_init_rss()
1476 if (!(fp->port_caps & FUN_PORT_CAP_STATS)) in fun_init_stats_area()
1508 if (fp->port_caps & FUN_PORT_CAP_VPORT) { in fun_dl_port_register()
1764 if (fp->port_caps & FUN_PORT_CAP_OFFLOADS) in fun_create_netdev()
1766 if (fp->port_caps & FUN_PORT_CAP_ENCAP_OFFLOADS) in fun_create_netdev()
/linux/drivers/usb/host/
H A Dxhci-mem.c1943 kfree(xhci->port_caps[i].psi); in xhci_mem_cleanup()
1944 kfree(xhci->port_caps); in xhci_mem_cleanup()
1952 xhci->port_caps = NULL; in xhci_mem_cleanup()
2033 port_cap = &xhci->port_caps[xhci->num_port_caps++]; in xhci_add_in_port()
2199 xhci->port_caps = kcalloc_node(cap_count, sizeof(*xhci->port_caps), in xhci_setup_port_arrays()
2201 if (!xhci->port_caps) in xhci_setup_port_arrays()
H A Dxhci.h1649 struct xhci_port_cap *port_caps; member
/linux/drivers/gpu/drm/amd/display/dc/link/protocols/
H A Dlink_dp_capability.c1109 union dwnstream_port_caps_byte0 *port_caps = in get_active_converter_info() local
1114 switch (port_caps->bits.DWN_STRM_PORTX_TYPE) { in get_active_converter_info()
1146 if (port_caps->bits.DWN_STRM_PORTX_TYPE in get_active_converter_info()
/linux/drivers/infiniband/hw/mlx5/
H A Dwr.c1144 if (unlikely(!dev->port_caps[qp->port - 1].has_smi)) { in mlx5_ib_post_send()
/linux/drivers/net/ethernet/sfc/
H A Def10.c1690 u32 port_caps = efx_mcdi_phy_get_caps(efx); in efx_ef10_raw_stat_mask() local
1697 if (port_caps & (1 << MC_CMD_PHY_CAP_40000FDX_LBN)) { in efx_ef10_raw_stat_mask()