Searched refs:PF_NOTIFY (Results 1 – 2 of 2) sorted by relevance
634 if (flags & PF_NOTIFY) in sci_port_activate_phy()1233 sci_port_general_link_up_handler(iport, iphy, PF_NOTIFY|PF_RESUME); in sci_port_add_phy()1243 sci_port_general_link_up_handler(iport, iphy, PF_NOTIFY); in sci_port_add_phy()1319 sci_port_activate_phy(iport, iphy, PF_NOTIFY|PF_RESUME); in sci_port_link_up()1325 sci_port_general_link_up_handler(iport, iphy, PF_NOTIFY|PF_RESUME); in sci_port_link_up()
66 #define PF_NOTIFY (1 << 0) macro