Searched refs:trunk (Results 1 – 19 of 19) sorted by relevance
| /linux/net/dsa/ |
| A D | tag_dsa.c | 191 bool trap = false, trunk = false; in dsa_rcv_ll() local 203 trunk = !!(dsa_header[1] & 4); in dsa_rcv_ll() 246 if (trunk) { in dsa_rcv_ll() 266 if (trunk) in dsa_rcv_ll()
|
| /linux/drivers/acpi/apei/ |
| A D | ghes.c | 300 u32 trunk; in ghes_copy_tofrom_phys() local 305 trunk = PAGE_SIZE - offset; in ghes_copy_tofrom_phys() 306 trunk = min(trunk, len); in ghes_copy_tofrom_phys() 308 memcpy_fromio(buffer, vaddr + offset, trunk); in ghes_copy_tofrom_phys() 310 memcpy_toio(vaddr + offset, buffer, trunk); in ghes_copy_tofrom_phys() 311 len -= trunk; in ghes_copy_tofrom_phys() 312 paddr += trunk; in ghes_copy_tofrom_phys() 313 buffer += trunk; in ghes_copy_tofrom_phys()
|
| /linux/drivers/scsi/bfa/ |
| A D | bfa_svc.c | 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 3427 state_prev = trunk->attr.state; in bfa_trunk_scn() 3429 trunk->attr.state = scn->trunk_state; in bfa_trunk_scn() 3430 trunk->attr.speed = scn->trunk_speed; in bfa_trunk_scn() 3432 lattr = &trunk->attr.link_attr[i]; in bfa_trunk_scn() 3565 fcport->trunk.attr.state = in bfa_fcport_isr() [all …]
|
| A 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()
|
| A D | bfa_svc.h | 504 struct bfa_fcport_trunk_s trunk; member
|
| /linux/drivers/net/dsa/mv88e6xxx/ |
| A D | global1_atu.c | 176 entry->trunk = !!(val & MV88E6XXX_G1_ATU_DATA_TRUNK); in mv88e6xxx_g1_atu_data_read() 189 if (entry->trunk) in mv88e6xxx_g1_atu_data_write()
|
| A D | port.h | 405 bool trunk, u8 id);
|
| A D | port.c | 1005 bool trunk, u8 id) in mv88e6xxx_port_set_trunk() argument 1016 if (trunk) in mv88e6xxx_port_set_trunk()
|
| A D | chip.h | 172 bool trunk; member
|
| A D | chip.c | 2363 if (addr.trunk || (addr.portvec & BIT(port)) == 0) in mv88e6xxx_port_db_dump_fid()
|
| /linux/arch/powerpc/configs/52xx/ |
| A D | pcm030_defconfig | 1 CONFIG_LOCALVERSION="trunk"
|
| /linux/Documentation/networking/devlink/ |
| A D | prestera.rst | 123 - Drops packets whose decision (FDB entry) is to bridge packet back to the incoming port/trunk.
|
| /linux/Documentation/hwmon/ |
| A D | w83627hf.rst | 66 [1] http://www.lm-sensors.org/browser/lm-sensors/trunk/doc/vid
|
| /linux/Documentation/i2c/busses/ |
| A D | i2c-piix4.rst | 114 http://www.lm-sensors.org/browser/lm-sensors/trunk/README
|
| /linux/tools/testing/selftests/bpf/ |
| A D | README.rst | 117 available in 10.0.1. The patch is available in llvm 11.0.0 trunk.
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| A D | Kconfig | 87 offloading rules for traffic between such ports. Supports VLANs (trunk and
|
| /linux/Documentation/maintainer/ |
| A D | rebasing-and-merging.rst | 105 current trunk so that no merge commits appear in the history. The kernel
|
| /linux/drivers/i2c/busses/ |
| A D | Kconfig | 66 to these in addition to the trunk. 240 to the trunk.
|
| /linux/Documentation/networking/ |
| A D | bonding.rst | 1871 called an "etherchannel" (as in the Cisco example, above), a "trunk 2291 generally referred to as "trunk failover." This is a feature of the 2296 miimon. Availability and configuration for trunk failover varies by
|
Completed in 124 milliseconds