Searched refs:PF_NOTIFY (Results 1 – 2 of 2) sorted by relevance
635 if (flags & PF_NOTIFY) in sci_port_activate_phy()1234 sci_port_general_link_up_handler(iport, iphy, PF_NOTIFY|PF_RESUME); in sci_port_add_phy()1244 sci_port_general_link_up_handler(iport, iphy, PF_NOTIFY); in sci_port_add_phy()1320 sci_port_activate_phy(iport, iphy, PF_NOTIFY|PF_RESUME); in sci_port_link_up()1326 sci_port_general_link_up_handler(iport, iphy, PF_NOTIFY|PF_RESUME); in sci_port_link_up()
66 #define PF_NOTIFY (1 << 0) macro