Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/dsa/
A Dtag_dsa.c204 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.3-rc2/drivers/acpi/apei/
A Dghes.c316 u32 trunk; in ghes_copy_tofrom_phys() local
321 trunk = PAGE_SIZE - offset; in ghes_copy_tofrom_phys()
322 trunk = min(trunk, len); in ghes_copy_tofrom_phys()
324 memcpy_fromio(buffer, vaddr + offset, trunk); in ghes_copy_tofrom_phys()
326 memcpy_toio(vaddr + offset, buffer, trunk); in ghes_copy_tofrom_phys()
327 len -= trunk; in ghes_copy_tofrom_phys()
328 paddr += trunk; in ghes_copy_tofrom_phys()
329 buffer += trunk; in ghes_copy_tofrom_phys()
/linux-6.3-rc2/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-6.3-rc2/arch/powerpc/configs/52xx/
A Dpcm030_defconfig1 CONFIG_LOCALVERSION="trunk"
/linux-6.3-rc2/drivers/net/dsa/mv88e6xxx/
A Dglobal1_atu.c226 entry->trunk = !!(val & MV88E6XXX_G1_ATU_DATA_TRUNK); in mv88e6xxx_g1_atu_data_read()
239 if (entry->trunk) in mv88e6xxx_g1_atu_data_write()
A Dport.h417 bool trunk, u8 id);
A Dport.c1002 bool trunk, u8 id) in mv88e6xxx_port_set_trunk() argument
1013 if (trunk) in mv88e6xxx_port_set_trunk()
A Dchip.h174 bool trunk; member
A Dchip.c2773 if (addr.trunk || (addr.portvec & BIT(port)) == 0) in mv88e6xxx_port_db_dump_fid()
/linux-6.3-rc2/Documentation/networking/devlink/
A Dprestera.rst123 - Drops packets whose decision (FDB entry) is to bridge packet back to the incoming port/trunk.
/linux-6.3-rc2/Documentation/hwmon/
A Dw83627hf.rst66 [1] http://www.lm-sensors.org/browser/lm-sensors/trunk/doc/vid
/linux-6.3-rc2/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/
A Dkconfig.rst21 | Supports VLANs (trunk and access modes).
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/
A DKconfig83 offloading rules for traffic between such ports. Supports VLANs (trunk and
/linux-6.3-rc2/tools/testing/selftests/bpf/
A DREADME.rst166 available in 10.0.1. The patch is available in llvm 11.0.0 trunk.
/linux-6.3-rc2/Documentation/maintainer/
A Drebasing-and-merging.rst105 current trunk so that no merge commits appear in the history. The kernel
/linux-6.3-rc2/drivers/i2c/busses/
A DKconfig73 to these in addition to the trunk.
250 to the trunk.
/linux-6.3-rc2/Documentation/networking/
A Dphy.rst243 https://opencores.org/ocsvn/smii/smii/trunk/doc/SMII.pdf
A Dbonding.rst1906 called an "etherchannel" (as in the Cisco example, above), a "trunk
2317 generally referred to as "trunk failover." This is a feature of the
2322 miimon. Availability and configuration for trunk failover varies by

Completed in 78 milliseconds