Searched refs:to_port (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/dsa/mv88e6xxx/ |
D | global1_atu.c | 324 int from_port, int to_port, bool all) in mv88e6xxx_g1_atu_move() argument 338 entry.portvec |= (to_port & mask) << shift; in mv88e6xxx_g1_atu_move() 347 int to_port = chip->info->atu_move_port_mask; in mv88e6xxx_g1_atu_remove() local 349 return mv88e6xxx_g1_atu_move(chip, fid, from_port, to_port, all); in mv88e6xxx_g1_atu_remove()
|
/kernel/linux/linux-5.10/drivers/staging/fwserial/ |
D | fwserial.h | 276 #define to_port(ptr, field) (container_of(ptr, struct fwtty_port, field)) macro
|
D | fwserial.c | 487 struct fwtty_port *port = to_port(work, hangup); in fwtty_do_hangup() 500 struct fwtty_port *port = to_port(to_delayed_work(work), emit_breaks); in fwtty_emit_breaks() 796 struct fwtty_port *port = to_port(to_delayed_work(work), drain); in fwtty_drain_tx() 890 struct fwtty_port *port = to_port(tty_port, port); in fwtty_port_dtr_rts() 915 struct fwtty_port *port = to_port(tty_port, port); in fwtty_port_carrier_raised() 978 struct fwtty_port *port = to_port(tty_port, port); in fwtty_port_activate() 1022 struct fwtty_port *port = to_port(tty_port, port); in fwtty_port_shutdown()
|