| /linux-6.15/arch/arm/boot/dts/nxp/imx/ |
| H A D | imx6ull-seeed-npi-dev-board-emmc.dts | 9 #include "imx6ull-seeed-npi.dtsi" 10 #include "imx6ull-seeed-npi-dev-board.dtsi" 14 compatible = "seeed,imx6ull-seeed-npi-emmc", "seeed,imx6ull-seeed-npi", "fsl,imx6ull";
|
| H A D | imx6ull-seeed-npi-dev-board-nand.dts | 9 #include "imx6ull-seeed-npi.dtsi" 10 #include "imx6ull-seeed-npi-dev-board.dtsi" 14 compatible = "seeed,imx6ull-seeed-npi-nand", "seeed,imx6ull-seeed-npi", "fsl,imx6ull";
|
| H A D | imx6ull-seeed-npi.dtsi | 11 compatible = "seeed,imx6ull-seeed-npi", "fsl,imx6ull";
|
| H A D | Makefile | 368 imx6ull-seeed-npi-dev-board-emmc.dtb \ 369 imx6ull-seeed-npi-dev-board-nand.dtb \
|
| /linux-6.15/drivers/net/ppp/ |
| H A D | ppp_generic.c | 735 struct npioctl npi; in ppp_ioctl() local 922 if (copy_from_user(&npi, argp, sizeof(npi))) in ppp_ioctl() 930 npi.mode = ppp->npmode[i]; in ppp_ioctl() 931 if (copy_to_user(argp, &npi, sizeof(npi))) in ppp_ioctl() 934 ppp->npmode[i] = npi.mode; in ppp_ioctl() 1461 int npi, proto; in ppp_start_xmit() local 1465 if (npi < 0) in ppp_start_xmit() 1469 switch (ppp->npmode[npi]) { in ppp_start_xmit() 1487 proto = npindex_to_proto[npi]; in ppp_start_xmit() 2406 int proto, len, npi; in ppp_receive_nonmp_frame() local [all …]
|
| /linux-6.15/arch/mips/cavium-octeon/executive/ |
| H A D | Makefile | 15 cvmx-helper-rgmii.o cvmx-helper-sgmii.o cvmx-helper-npi.o \
|
| /linux-6.15/drivers/net/dsa/ocelot/ |
| H A D | felix.c | 449 ocelot->npi = port; in felix_npi_port_init() 470 ocelot->npi = -1; in felix_npi_port_deinit() 510 felix_npi_port_deinit(ocelot, ocelot->npi); in felix_tag_npi_teardown() 548 felix_npi_port_deinit(ocelot, ocelot->npi); in felix_tag_npi_change_conduit() 955 if (port == ocelot->npi) in felix_mdb_add() 975 if (port == ocelot->npi) in felix_mdb_del() 1004 if (port == ocelot->npi) in felix_bridge_flags() 1088 if (port == ocelot->npi) in felix_vlan_prepare() 1237 if (ocelot->npi >= 0) { in felix_port_enable() 1240 if (felix_cpu_port_for_conduit(ds, conduit) != ocelot->npi) { in felix_port_enable()
|
| H A D | felix_vsc9959.c | 2570 if (ocelot->npi >= 0) in vsc9959_cut_through_fwd() 2571 mask |= BIT(ocelot->npi); in vsc9959_cut_through_fwd()
|
| /linux-6.15/arch/mips/include/asm/octeon/ |
| H A D | cvmx-ciu-defs.h | 146 __BITFIELD_FIELD(uint64_t npi:1,
|
| H A D | cvmx-npi-defs.h | 2243 uint64_t npi:1; member 2251 uint64_t npi:1; 2312 uint64_t npi:1; member 2320 uint64_t npi:1; 2383 uint64_t npi:1; member 2391 uint64_t npi:1; 2450 uint64_t npi:1; member 2458 uint64_t npi:1;
|
| /linux-6.15/drivers/staging/octeon/ |
| H A D | octeon-stubs.h | 1034 uint64_t npi:1; member 1069 uint64_t npi:1; member 1104 uint64_t npi:1; member 1135 uint64_t npi:1; member
|
| /linux-6.15/drivers/net/ethernet/mscc/ |
| H A D | ocelot_vsc7514.c | 350 ocelot->npi = -1; in mscc_ocelot_probe()
|
| H A D | ocelot.c | 1166 if (port != ocelot->npi) in ocelot_phylink_mac_link_up() 2636 if (port == ocelot->npi) { in ocelot_port_set_maxlen() 2668 if (port == ocelot->npi) { in ocelot_get_max_mtu()
|
| /linux-6.15/include/soc/mscc/ |
| H A D | ocelot.h | 848 int npi; member
|
| /linux-6.15/Documentation/devicetree/bindings/arm/ |
| H A D | fsl.yaml | 844 - seeed,imx6ull-seeed-npi-emmc 845 - seeed,imx6ull-seeed-npi-nand 846 - const: seeed,imx6ull-seeed-npi
|