Searched refs:trunk (Results 1 – 11 of 11) sorted by relevance
/drivers/acpi/apei/ |
D | ghes.c | 314 u32 trunk; in ghes_copy_tofrom_phys() local 319 trunk = PAGE_SIZE - offset; in ghes_copy_tofrom_phys() 320 trunk = min(trunk, len); in ghes_copy_tofrom_phys() 322 memcpy_fromio(buffer, vaddr + offset, trunk); in ghes_copy_tofrom_phys() 324 memcpy_toio(vaddr + offset, buffer, trunk); in ghes_copy_tofrom_phys() 325 len -= trunk; in ghes_copy_tofrom_phys() 326 paddr += trunk; in ghes_copy_tofrom_phys() 327 buffer += trunk; in ghes_copy_tofrom_phys()
|
/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
|
/drivers/net/dsa/mv88e6xxx/ |
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()
|
D | port.h | 405 bool trunk, u8 id);
|
D | port.c | 1005 bool trunk, u8 id) in mv88e6xxx_port_set_trunk() argument 1016 if (trunk) in mv88e6xxx_port_set_trunk()
|
D | chip.h | 172 bool trunk; member
|
D | chip.c | 2364 if (addr.trunk || (addr.portvec & BIT(port)) == 0) in mv88e6xxx_port_db_dump_fid()
|
/drivers/net/ethernet/mellanox/mlx5/core/ |
D | Kconfig | 87 offloading rules for traffic between such ports. Supports VLANs (trunk and
|
/drivers/i2c/busses/ |
D | Kconfig | 66 to these in addition to the trunk. 240 to the trunk.
|