Searched refs:to_port (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/net/dsa/mv88e6xxx/ |
D | global1_atu.c | 285 int from_port, int to_port, bool all) in mv88e6xxx_g1_atu_move() argument 299 entry.portvec |= (to_port & mask) << shift; in mv88e6xxx_g1_atu_move() 308 int to_port = chip->info->atu_move_port_mask; in mv88e6xxx_g1_atu_remove() local 310 return mv88e6xxx_g1_atu_move(chip, fid, from_port, to_port, all); in mv88e6xxx_g1_atu_remove()
|
/Linux-v4.19/drivers/staging/fwserial/ |
D | fwserial.h | 276 #define to_port(ptr, field) (container_of(ptr, struct fwtty_port, field)) macro
|
D | fwserial.c | 484 struct fwtty_port *port = to_port(work, hangup); in fwtty_do_hangup() 497 struct fwtty_port *port = to_port(to_delayed_work(work), emit_breaks); in fwtty_emit_breaks() 793 struct fwtty_port *port = to_port(to_delayed_work(work), drain); in fwtty_drain_tx() 887 struct fwtty_port *port = to_port(tty_port, port); in fwtty_port_dtr_rts() 912 struct fwtty_port *port = to_port(tty_port, port); in fwtty_port_carrier_raised() 975 struct fwtty_port *port = to_port(tty_port, port); in fwtty_port_activate() 1019 struct fwtty_port *port = to_port(tty_port, port); in fwtty_port_shutdown()
|