Home
last modified time | relevance | path

Searched refs:trunk (Results 1 – 19 of 19) sorted by relevance

/linux/net/dsa/
A Dtag_dsa.c191 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 Dghes.c300 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 Dbfa_svc.c2951 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 Dbfad_bsg.c2291 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 Dbfa_svc.h504 struct bfa_fcport_trunk_s trunk; member
/linux/drivers/net/dsa/mv88e6xxx/
A Dglobal1_atu.c176 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 Dport.h405 bool trunk, u8 id);
A Dport.c1005 bool trunk, u8 id) in mv88e6xxx_port_set_trunk() argument
1016 if (trunk) in mv88e6xxx_port_set_trunk()
A Dchip.h172 bool trunk; member
A Dchip.c2363 if (addr.trunk || (addr.portvec & BIT(port)) == 0) in mv88e6xxx_port_db_dump_fid()
/linux/arch/powerpc/configs/52xx/
A Dpcm030_defconfig1 CONFIG_LOCALVERSION="trunk"
/linux/Documentation/networking/devlink/
A Dprestera.rst123 - Drops packets whose decision (FDB entry) is to bridge packet back to the incoming port/trunk.
/linux/Documentation/hwmon/
A Dw83627hf.rst66 [1] http://www.lm-sensors.org/browser/lm-sensors/trunk/doc/vid
/linux/Documentation/i2c/busses/
A Di2c-piix4.rst114 http://www.lm-sensors.org/browser/lm-sensors/trunk/README
/linux/tools/testing/selftests/bpf/
A DREADME.rst117 available in 10.0.1. The patch is available in llvm 11.0.0 trunk.
/linux/drivers/net/ethernet/mellanox/mlx5/core/
A DKconfig87 offloading rules for traffic between such ports. Supports VLANs (trunk and
/linux/Documentation/maintainer/
A Drebasing-and-merging.rst105 current trunk so that no merge commits appear in the history. The kernel
/linux/drivers/i2c/busses/
A DKconfig66 to these in addition to the trunk.
240 to the trunk.
/linux/Documentation/networking/
A Dbonding.rst1871 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