Lines Matching full:invoked
109 - receive function is invoked
136 - invoked ``netif_receive_skb()``
228 function hooks should be invoked, information about the directly attached
359 - ``probe``: probe routine which will be invoked by the DSA platform device upon
387 - ``phy_read``: Function invoked by the DSA slave MDIO bus when attempting to read
392 - ``phy_write``: Function invoked by the DSA slave MDIO bus when attempting to write
396 - ``adjust_link``: Function invoked by the PHY library when a slave network device
401 - ``fixed_link_update``: Function invoked by the PHY library, and specifically by
455 - ``suspend``: function invoked by the DSA platform device when the system goes to
460 - ``resume``: function invoked by the DSA platform device when the system resumes,
464 - ``port_enable``: function invoked by the DSA slave network device ndo_open
470 - ``port_disable``: function invoked by the DSA slave network device ndo_close
479 - ``port_bridge_join``: bridge layer function invoked when a given switch port is
484 - ``port_bridge_leave``: bridge layer function invoked when a given switch port is
491 - ``port_stp_state_set``: bridge layer function invoked when a given switch port STP
500 - ``port_vlan_filtering``: bridge layer function invoked when the bridge gets
510 - ``port_vlan_prepare``: bridge layer function invoked when the bridge prepares the
516 - ``port_vlan_add``: bridge layer function invoked when a VLAN is configured
519 - ``port_vlan_del``: bridge layer function invoked when a VLAN is removed from the
522 - ``port_vlan_dump``: bridge layer function invoked with a switchdev callback
526 - ``port_fdb_add``: bridge layer function invoked when the bridge wants to install a
536 - ``port_fdb_del``: bridge layer function invoked when the bridge wants to remove a
541 - ``port_fdb_dump``: bridge layer function invoked with a switchdev callback
545 - ``port_mdb_prepare``: bridge layer function invoked when the bridge prepares the
551 - ``port_mdb_add``: bridge layer function invoked when the bridge wants to install
559 - ``port_mdb_del``: bridge layer function invoked when the bridge wants to remove a
564 - ``port_mdb_dump``: bridge layer function invoked with a switchdev callback