/linux-6.6.21/net/dsa/ |
D | tag_dsa.c | 204 bool trap = false, trunk = false; in dsa_rcv_ll() local 216 trunk = !!(dsa_header[1] & 4); in dsa_rcv_ll() 259 if (trunk) { in dsa_rcv_ll() 281 if (trunk) in dsa_rcv_ll()
|
/linux-6.6.21/drivers/acpi/apei/ |
D | ghes.c | 342 u32 trunk; in ghes_copy_tofrom_phys() local 347 trunk = PAGE_SIZE - offset; in ghes_copy_tofrom_phys() 348 trunk = min(trunk, len); in ghes_copy_tofrom_phys() 350 memcpy_fromio(buffer, vaddr + offset, trunk); in ghes_copy_tofrom_phys() 352 memcpy_toio(vaddr + offset, buffer, trunk); in ghes_copy_tofrom_phys() 353 len -= trunk; in ghes_copy_tofrom_phys() 354 paddr += trunk; in ghes_copy_tofrom_phys() 355 buffer += trunk; in ghes_copy_tofrom_phys()
|
/linux-6.6.21/drivers/scsi/bfa/ |
D | bfa_svc.c | 147 enum bfa_port_linkstate event, bfa_boolean_t trunk); 2951 bfa_boolean_t trunk) in bfa_fcport_scn() argument 2953 if (fcport->cfg.trunked && !trunk) in bfa_fcport_scn() 3097 struct bfa_fcport_trunk_s *trunk = &fcport->trunk; in bfa_fcport_update_linkinfo() local 3121 trunk->attr.state = BFA_TRUNK_DISABLED; in bfa_fcport_update_linkinfo() 3409 struct bfa_fcport_trunk_s *trunk = &fcport->trunk; in bfa_trunk_scn() local 3420 bfa_trc(fcport->bfa, trunk->attr.state); in bfa_trunk_scn() 3427 state_prev = trunk->attr.state; in bfa_trunk_scn() 3428 if (fcport->cfg.trunked && (trunk->attr.state != BFA_TRUNK_DISABLED)) in bfa_trunk_scn() 3429 trunk->attr.state = scn->trunk_state; in bfa_trunk_scn() [all …]
|
D | bfad_bsg.c | 2291 struct bfa_fcport_trunk_s *trunk = &fcport->trunk; in bfad_iocmd_cfg_trunk() local 2306 trunk->attr.state = BFA_TRUNK_OFFLINE; in bfad_iocmd_cfg_trunk() 2310 trunk->attr.state = BFA_TRUNK_DISABLED; in bfad_iocmd_cfg_trunk() 2331 struct bfa_fcport_trunk_s *trunk = &fcport->trunk; in bfad_iocmd_trunk_get_attr() local 2339 memcpy((void *)&iocmd->attr, (void *)&trunk->attr, in bfad_iocmd_trunk_get_attr()
|
D | bfa_svc.h | 504 struct bfa_fcport_trunk_s trunk; member
|
/linux-6.6.21/arch/powerpc/configs/52xx/ |
D | pcm030_defconfig | 1 CONFIG_LOCALVERSION="trunk"
|
/linux-6.6.21/drivers/net/dsa/mv88e6xxx/ |
D | global1_atu.c | 226 entry->trunk = !!(val & MV88E6XXX_G1_ATU_DATA_TRUNK); in mv88e6xxx_g1_atu_data_read() 239 if (entry->trunk) in mv88e6xxx_g1_atu_data_write()
|
D | port.h | 424 bool trunk, u8 id);
|
D | port.c | 987 bool trunk, u8 id) in mv88e6xxx_port_set_trunk() argument 998 if (trunk) in mv88e6xxx_port_set_trunk()
|
D | chip.h | 182 bool trunk; member
|
D | chip.c | 2738 if (addr.trunk || (addr.portvec & BIT(port)) == 0) in mv88e6xxx_port_db_dump_fid()
|
/linux-6.6.21/Documentation/networking/devlink/ |
D | prestera.rst | 123 - Drops packets whose decision (FDB entry) is to bridge packet back to the incoming port/trunk.
|
/linux-6.6.21/Documentation/hwmon/ |
D | w83627hf.rst | 66 [1] http://www.lm-sensors.org/browser/lm-sensors/trunk/doc/vid
|
/linux-6.6.21/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/ |
D | kconfig.rst | 21 | Supports VLANs (trunk and access modes).
|
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/ |
D | Kconfig | 84 offloading rules for traffic between such ports. Supports VLANs (trunk and
|
/linux-6.6.21/tools/testing/selftests/bpf/ |
D | README.rst | 166 available in 10.0.1. The patch is available in llvm 11.0.0 trunk.
|
/linux-6.6.21/Documentation/maintainer/ |
D | rebasing-and-merging.rst | 105 current trunk so that no merge commits appear in the history. The kernel
|
/linux-6.6.21/drivers/i2c/busses/ |
D | Kconfig | 73 to these in addition to the trunk. 251 to the trunk.
|
/linux-6.6.21/Documentation/networking/ |
D | phy.rst | 243 https://opencores.org/ocsvn/smii/smii/trunk/doc/SMII.pdf
|
D | bonding.rst | 1907 called an "etherchannel" (as in the Cisco example, above), a "trunk 2318 generally referred to as "trunk failover." This is a feature of the 2323 miimon. Availability and configuration for trunk failover varies by
|