Searched refs:OTX2_FLAG_PORT_UP (Results 1 – 2 of 2) sorted by relevance
882 if (pf->flags & OTX2_FLAG_PORT_UP) in otx2_handle_link_event()910 pf->flags |= OTX2_FLAG_PORT_UP; in otx2_mbox_up_handler_rep_event_up_notify()914 pf->flags &= ~OTX2_FLAG_PORT_UP; in otx2_mbox_up_handler_rep_event_up_notify()2101 pf->flags &= ~OTX2_FLAG_PORT_UP; in otx2_open()
488 #define OTX2_FLAG_PORT_UP BIT_ULL(19) macro