Searched refs:OTX2_FLAG_RX_TSTAMP_ENABLED (Results 1 – 3 of 3) sorted by relevance
2097 if (pf->flags & OTX2_FLAG_RX_TSTAMP_ENABLED) { in otx2_open() 2098 pf->flags &= ~OTX2_FLAG_RX_TSTAMP_ENABLED; in otx2_open() 2386 if (pfvf->flags & OTX2_FLAG_RX_TSTAMP_ENABLED && enable) in otx2_config_hw_rx_tstamp() 2407 pfvf->flags |= OTX2_FLAG_RX_TSTAMP_ENABLED; in otx2_config_hw_rx_tstamp() 2409 pfvf->flags &= ~OTX2_FLAG_RX_TSTAMP_ENABLED; in otx2_config_hw_rx_tstamp() 3498 if (pf->flags & OTX2_FLAG_RX_TSTAMP_ENABLED) in otx2_remove()
462 #define OTX2_FLAG_RX_TSTAMP_ENABLED BIT_ULL(0) macro
174 if (!(pfvf->flags & OTX2_FLAG_RX_TSTAMP_ENABLED)) in otx2_set_rxtstamp()