Home
last modified time | relevance | path

Searched refs:pfnum (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Ddevlink_port.c32 u16 pfnum; in mlx5_esw_offloads_pf_vf_devlink_port_attrs_set() local
35 pfnum = mlx5_get_dev_index(dev); in mlx5_esw_offloads_pf_vf_devlink_port_attrs_set()
43 devlink_port_attrs_pci_pf_set(dl_port, controller_num, pfnum, external); in mlx5_esw_offloads_pf_vf_devlink_port_attrs_set()
47 devlink_port_attrs_pci_vf_set(dl_port, controller_num, pfnum, in mlx5_esw_offloads_pf_vf_devlink_port_attrs_set()
52 devlink_port_attrs_pci_vf_set(dl_port, 0, pfnum, in mlx5_esw_offloads_pf_vf_devlink_port_attrs_set()
109 u16 pfnum; in mlx5_esw_offloads_sf_devlink_port_attrs_set() local
111 pfnum = mlx5_get_dev_index(dev); in mlx5_esw_offloads_sf_devlink_port_attrs_set()
115 devlink_port_attrs_pci_sf_set(dl_port, controller, pfnum, sfnum, !!controller); in mlx5_esw_offloads_sf_devlink_port_attrs_set()
/openbmc/linux/Documentation/networking/devlink/
H A Ddevlink-port.rst148 pci/0000:06:00.0/2: type eth netdev enp6s0pf0vf1 flavour pcivf pfnum 0 vfnum 1
157 pci/0000:06:00.0/2: type eth netdev enp6s0pf0vf1 flavour pcivf pfnum 0 vfnum 1
164 pci/0000:06:00.0/32768: type eth netdev enp6s0pf0sf88 flavour pcisf pfnum 0 sfnum 88
193 pci/0000:06:00.0/2: type eth netdev enp6s0pf0vf1 flavour pcivf pfnum 0 vfnum 1
202 pci/0000:06:00.0/2: type eth netdev enp6s0pf0vf1 flavour pcivf pfnum 0 vfnum 1
226 pci/0000:06:00.0/2: type eth netdev enp6s0pf0vf1 flavour pcivf pfnum 0 vfnum 1
235 pci/0000:06:00.0/2: type eth netdev enp6s0pf0vf1 flavour pcivf pfnum 0 vfnum 1
260 pci/0000:06:00.0/2: type eth netdev enp6s0pf0vf1 flavour pcivf pfnum 0 vfnum 1
269 pci/0000:06:00.0/2: type eth netdev enp6s0pf0vf1 flavour pcivf pfnum 0 vfnum 1
285 pci/0000:06:00.0/2: type eth netdev enp6s0pf0vf1 flavour pcivf pfnum 0 vfnum 1
[all …]
/openbmc/linux/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/
H A Dswitchdev.rst57 $ devlink port add pci/0000:08:00.0 flavour pcisf pfnum 0 sfnum 11
141 $ devlink port add pci/0000:06:00.0 flavour pcisf pfnum 0 sfnum 88
142 …pci/0000:06:00.0/32768: type eth netdev eth6 flavour pcisf controller 0 pfnum 0 sfnum 88 external …
149 pci/0000:06:00.0/32768: type eth netdev enp6s0pf0sf88 flavour pcisf pfnum 0 sfnum 88
222 …pci/0000:06:00.0/32768: type eth netdev ens2f0npf0sf88 flavour pcisf controller 0 pfnum 0 sfnum 88…
231 …pci/0000:06:00.0/32768: type eth netdev ens2f0npf0sf88 flavour pcisf controller 0 pfnum 0 sfnum 88…
279 …pci/0000:06:00.0/32768: type eth netdev ens2f0npf0sf88 flavour pcisf controller 0 pfnum 0 sfnum 88…
/openbmc/linux/drivers/net/ethernet/cavium/liquidio/
H A Dcn23xx_pf_device.c1158 int pfnum, mac, trs, ret; in cn23xx_get_pf_num() local
1177 pfnum = (pkt0_in_ctl >> CN23XX_PKT_INPUT_CTL_PF_NUM_POS) & in cn23xx_get_pf_num()
1183 CN23XX_SLI_PKT_MAC_RINFO64(mac, pfnum)); in cn23xx_get_pf_num()
1188 pfnum); in cn23xx_get_pf_num()
1189 oct->pf_num = pfnum; in cn23xx_get_pf_num()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/sf/
H A Ddevlink.c331 if (new_attr->pfnum != mlx5_get_dev_index(dev)) { in mlx5_sf_new_check_attr()
/openbmc/linux/include/net/
H A Ddevlink.h160 u16 pfnum; member
/openbmc/linux/net/devlink/
H A Dport.c854 new_attrs.pfnum = in devlink_nl_cmd_port_new_doit()