Searched refs:NFP_PORT_PHYS_PORT (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/ |
H A D | nfp_port.c | 85 if (type != NFP_PORT_PHYS_PORT) in nfp_port_from_id() 99 if (port->type != NFP_PORT_PHYS_PORT) in __nfp_port_get_eth_port() 129 case NFP_PORT_PHYS_PORT: in nfp_port_get_phys_port_name()
|
H A D | nfp_app_nic.c | 19 nn->port = nfp_port_alloc(app, NFP_PORT_PHYS_PORT, nn->dp.netdev); in nfp_app_nic_vnic_init_phy_port()
|
H A D | nfp_port.h | 17 * @NFP_PORT_INVALID: port is invalid, %NFP_PORT_PHYS_PORT transitions to this 20 * @NFP_PORT_PHYS_PORT: external NIC port 26 NFP_PORT_PHYS_PORT, enumerator 34 * for NFP_PORT_PHYS_PORT, never set otherwise; must hold 50 * @eth_id: for %NFP_PORT_PHYS_PORT port ID in NFP enumeration scheme 51 * @eth_forced: for %NFP_PORT_PHYS_PORT port is forced UP or DOWN, don't change 52 * @eth_port: for %NFP_PORT_PHYS_PORT translated ETH Table port entry 53 * @eth_stats: for %NFP_PORT_PHYS_PORT MAC stats if available 73 /* NFP_PORT_PHYS_PORT */
|
H A D | nfp_devlink.c | 34 port = nfp_port_from_id(pf, NFP_PORT_PHYS_PORT, port_index); in nfp_devlink_fill_eth_port_from_id()
|
H A D | nfp_net_repr.c | 98 case NFP_PORT_PHYS_PORT: in nfp_repr_get_stats64()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/ |
H A D | nfp_port.c | 82 if (port->type != NFP_PORT_PHYS_PORT) in __nfp_port_get_eth_port() 112 case NFP_PORT_PHYS_PORT: in nfp_port_get_phys_port_name()
|
H A D | nfp_app_nic.c | 19 nn->port = nfp_port_alloc(app, NFP_PORT_PHYS_PORT, nn->dp.netdev); in nfp_app_nic_vnic_init_phy_port()
|
H A D | nfp_port.h | 17 * @NFP_PORT_INVALID: port is invalid, %NFP_PORT_PHYS_PORT transitions to this 20 * @NFP_PORT_PHYS_PORT: external NIC port 26 NFP_PORT_PHYS_PORT, enumerator 34 * for NFP_PORT_PHYS_PORT, never set otherwise; must hold 61 * @eth_id: for %NFP_PORT_PHYS_PORT port ID in NFP enumeration scheme 62 * @eth_forced: for %NFP_PORT_PHYS_PORT port is forced UP or DOWN, don't change 63 * @eth_port: for %NFP_PORT_PHYS_PORT translated ETH Table port entry 64 * @eth_stats: for %NFP_PORT_PHYS_PORT MAC stats if available 65 * @speed_bitmap: for %NFP_PORT_PHYS_PORT supported speed bitmap 86 /* NFP_PORT_PHYS_PORT */ [all...] |
H A D | nfp_net_repr.c | 98 case NFP_PORT_PHYS_PORT: in nfp_repr_get_stats64()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/abm/ |
H A D | main.c | 88 if (ptype == NFP_PORT_PHYS_PORT) { in nfp_abm_spawn_repr() 108 if (ptype == NFP_PORT_PHYS_PORT) { in nfp_abm_spawn_repr() 221 err = nfp_abm_spawn_repr(app, alink, NFP_PORT_PHYS_PORT); in nfp_abm_eswitch_set_switchdev()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/abm/ |
H A D | main.c | 88 if (ptype == NFP_PORT_PHYS_PORT) { in nfp_abm_spawn_repr() 108 if (ptype == NFP_PORT_PHYS_PORT) { in nfp_abm_spawn_repr() 221 err = nfp_abm_spawn_repr(app, alink, NFP_PORT_PHYS_PORT); in nfp_abm_eswitch_set_switchdev()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/flower/ |
H A D | main.c | 529 port = nfp_port_alloc(app, NFP_PORT_PHYS_PORT, repr); in nfp_flower_spawn_phy_reprs() 893 if (repr->port->type != NFP_PORT_PHYS_PORT) in nfp_flower_repr_change_mtu()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/flower/ |
H A D | main.c | 538 port = nfp_port_alloc(app, NFP_PORT_PHYS_PORT, repr); in nfp_flower_spawn_phy_reprs() 902 if (repr->port->type != NFP_PORT_PHYS_PORT) in nfp_flower_repr_change_mtu()
|
Completed in 11 milliseconds