Lines Matching refs:stale
613 if (test_and_clear_bit(idx, tx->stale)) in ice_ptp_complete_tx_single_tstamp()
767 if (test_and_clear_bit(idx, tx->stale)) in ice_ptp_process_tx_tstamp()
868 unsigned long *in_use, *stale; in ice_ptp_alloc_tx_tracker() local
873 stale = bitmap_zalloc(tx->len, GFP_KERNEL); in ice_ptp_alloc_tx_tracker()
875 if (!tstamps || !in_use || !stale) { in ice_ptp_alloc_tx_tracker()
878 bitmap_free(stale); in ice_ptp_alloc_tx_tracker()
885 tx->stale = stale; in ice_ptp_alloc_tx_tracker()
933 clear_bit(idx, tx->stale); in ice_ptp_flush_tx_tracker()
961 bitmap_or(tx->stale, tx->stale, tx->in_use, tx->len); in ice_ptp_mark_tx_tracker_stale()
1008 bitmap_free(tx->stale); in ice_ptp_release_tx_tracker()
1009 tx->stale = NULL; in ice_ptp_release_tx_tracker()
2642 clear_bit(idx, tx->stale); in ice_ptp_request_ts()