Home
last modified time | relevance | path

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

/linux/Documentation/networking/devlink/
H A Ddevlink-port.rst151 pci/0000:06:00.0/2: type eth netdev enp6s0pf0vf1 flavour pcivf pfnum 0 vfnum 1
160 pci/0000:06:00.0/2: type eth netdev enp6s0pf0vf1 flavour pcivf pfnum 0 vfnum 1
167 pci/0000:06:00.0/32768: type eth netdev enp6s0pf0sf88 flavour pcisf pfnum 0 sfnum 88
176 pci/0000:06:00.0/32768: type eth netdev enp6s0pf0sf88 flavour pcisf pfnum 0 sfnum 88
196 pci/0000:06:00.0/2: type eth netdev enp6s0pf0vf1 flavour pcivf pfnum 0 vfnum 1
205 pci/0000:06:00.0/2: type eth netdev enp6s0pf0vf1 flavour pcivf pfnum 0 vfnum 1
229 pci/0000:06:00.0/2: type eth netdev enp6s0pf0vf1 flavour pcivf pfnum 0 vfnum 1
238 pci/0000:06:00.0/2: type eth netdev enp6s0pf0vf1 flavour pcivf pfnum 0 vfnum 1
263 pci/0000:06:00.0/2: type eth netdev enp6s0pf0vf1 flavour pcivf pfnum 0 vfnum 1
272 pci/0000:06:00.0/2: type eth netdev enp6s0pf0vf1 flavour pcivf pfnum 0 vfnum 1
[all …]
/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…
/linux/drivers/net/ethernet/cavium/liquidio/
H A Dcn23xx_pf_device.c989 int pfnum, mac, trs, ret; in cn23xx_get_pf_num() local
1008 pfnum = (pkt0_in_ctl >> CN23XX_PKT_INPUT_CTL_PF_NUM_POS) & in cn23xx_get_pf_num()
1014 CN23XX_SLI_PKT_MAC_RINFO64(mac, pfnum)); in cn23xx_get_pf_num()
1019 pfnum); in cn23xx_get_pf_num()
1020 oct->pf_num = pfnum; in cn23xx_get_pf_num()
/linux/drivers/net/ethernet/mellanox/mlx5/core/sf/
H A Ddevlink.c285 if (new_attr->pfnum != PCI_FUNC(dev->pdev->devfn)) { in mlx5_sf_new_check_attr()
/linux/drivers/net/ethernet/intel/ice/devlink/
H A Dport.c642 if (new_attr->pfnum != pf->hw.pf_id) { in ice_devlink_port_new_check_attr()