Searched refs:trunk (Results 1 – 13 of 13) sorted by relevance
/Linux-v5.4/drivers/acpi/apei/ |
D | ghes.c | 293 u32 trunk; in ghes_copy_tofrom_phys() local 298 trunk = PAGE_SIZE - offset; in ghes_copy_tofrom_phys() 299 trunk = min(trunk, len); in ghes_copy_tofrom_phys() 301 memcpy_fromio(buffer, vaddr + offset, trunk); in ghes_copy_tofrom_phys() 303 memcpy_toio(vaddr + offset, buffer, trunk); in ghes_copy_tofrom_phys() 304 len -= trunk; in ghes_copy_tofrom_phys() 305 paddr += trunk; in ghes_copy_tofrom_phys() 306 buffer += trunk; in ghes_copy_tofrom_phys()
|
/Linux-v5.4/drivers/net/dsa/mv88e6xxx/ |
D | global1_atu.c | 139 entry->trunk = !!(val & MV88E6XXX_G1_ATU_DATA_TRUNK); in mv88e6xxx_g1_atu_data_read() 152 if (entry->trunk) in mv88e6xxx_g1_atu_data_write()
|
D | chip.h | 140 bool trunk; member
|
D | chip.c | 1969 if (addr.trunk || (addr.portvec & BIT(port)) == 0) in mv88e6xxx_port_db_dump_fid()
|
/Linux-v5.4/drivers/scsi/bfa/ |
D | bfa_svc.c | 147 enum bfa_port_linkstate event, bfa_boolean_t trunk); 2957 bfa_boolean_t trunk) in bfa_fcport_scn() argument 2959 if (fcport->cfg.trunked && !trunk) in bfa_fcport_scn() 3103 struct bfa_fcport_trunk_s *trunk = &fcport->trunk; in bfa_fcport_update_linkinfo() local 3127 trunk->attr.state = BFA_TRUNK_DISABLED; in bfa_fcport_update_linkinfo() 3415 struct bfa_fcport_trunk_s *trunk = &fcport->trunk; in bfa_trunk_scn() local 3426 bfa_trc(fcport->bfa, trunk->attr.state); in bfa_trunk_scn() 3433 state_prev = trunk->attr.state; in bfa_trunk_scn() 3434 if (fcport->cfg.trunked && (trunk->attr.state != BFA_TRUNK_DISABLED)) in bfa_trunk_scn() 3435 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-v5.4/arch/powerpc/configs/52xx/ |
D | pcm030_defconfig | 1 CONFIG_LOCALVERSION="trunk"
|
/Linux-v5.4/Documentation/hwmon/ |
D | w83627hf.rst | 66 [1] http://www.lm-sensors.org/browser/lm-sensors/trunk/doc/vid
|
/Linux-v5.4/Documentation/i2c/busses/ |
D | i2c-piix4.rst | 114 http://www.lm-sensors.org/browser/lm-sensors/trunk/README
|
/Linux-v5.4/Documentation/maintainer/ |
D | rebasing-and-merging.rst | 105 current trunk so that no merge commits appear in the history. The kernel
|
/Linux-v5.4/drivers/i2c/busses/ |
D | Kconfig | 66 to these in addition to the trunk. 237 to the trunk.
|
/Linux-v5.4/Documentation/networking/ |
D | bonding.txt | 1810 called an "etherchannel" (as in the Cisco example, above), a "trunk 2226 generally referred to as "trunk failover." This is a feature of the 2231 miimon. Availability and configuration for trunk failover varies by
|