Home
last modified time | relevance | path

Searched refs:last_seq (Results 1 – 21 of 21) sorted by relevance

/drivers/net/wireless/intel/iwlwifi/mld/tests/
A Drx.c26 __le16 last_seq; member
86 .last_seq = __cpu_to_le16(0x100),
102 .last_seq = __cpu_to_le16(0x100),
119 .last_seq = __cpu_to_le16(0x100),
149 .last_seq = __cpu_to_le16(0x100),
167 .last_seq = __cpu_to_le16(0x100),
184 .last_seq = __cpu_to_le16(0x100),
202 .last_seq = __cpu_to_le16(0x100),
221 .last_seq = __cpu_to_le16(0x100),
283 memset(dup_data->last_seq, 0xff, sizeof(dup_data->last_seq)); in setup_dup_data_state()
[all …]
/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_fence.c239 uint32_t seq, last_seq; in amdgpu_fence_process() local
242 last_seq = atomic_read(&ring->fence_drv.last_seq); in amdgpu_fence_process()
245 } while (atomic_cmpxchg(&drv->last_seq, last_seq, seq) != last_seq); in amdgpu_fence_process()
251 if (unlikely(seq == last_seq)) in amdgpu_fence_process()
261 ++last_seq; in amdgpu_fence_process()
263 ptr = &drv->fences[last_seq]; in amdgpu_fence_process()
282 } while (last_seq != seq); in amdgpu_fence_process()
390 uint32_t last_seq, sync_seq; in amdgpu_fence_last_unsignaled_time_us() local
392 last_seq = atomic_read(&ring->fence_drv.last_seq); in amdgpu_fence_last_unsignaled_time_us()
394 if (last_seq == sync_seq) in amdgpu_fence_last_unsignaled_time_us()
[all …]
A Damdgpu_ring_mux.c80 uint32_t seq, last_seq; in amdgpu_mux_resubmit_chunks() local
99 last_seq = atomic_read(&e->ring->fence_drv.last_seq); in amdgpu_mux_resubmit_chunks()
101 if (last_seq < seq) { in amdgpu_mux_resubmit_chunks()
104 if (chunk->sync_seq > last_seq && chunk->sync_seq <= seq) { in amdgpu_mux_resubmit_chunks()
464 uint32_t last_seq = 0; in scan_and_remove_signaled_chunk() local
474 last_seq = atomic_read(&ring->fence_drv.last_seq); in scan_and_remove_signaled_chunk()
477 if (chunk->sync_seq <= last_seq) { in scan_and_remove_signaled_chunk()
A Damdgpu_debugfs.c1818 uint32_t sync_seq, last_seq; in amdgpu_ib_preempt_fences_swap() local
1820 last_seq = atomic_read(&ring->fence_drv.last_seq); in amdgpu_ib_preempt_fences_swap()
1823 last_seq &= drv->num_fences_mask; in amdgpu_ib_preempt_fences_swap()
1829 ++last_seq; in amdgpu_ib_preempt_fences_swap()
1830 last_seq &= drv->num_fences_mask; in amdgpu_ib_preempt_fences_swap()
1831 ptr = &drv->fences[last_seq]; in amdgpu_ib_preempt_fences_swap()
1839 fences[last_seq] = fence; in amdgpu_ib_preempt_fences_swap()
1841 } while (last_seq != sync_seq); in amdgpu_ib_preempt_fences_swap()
1886 if (preempt_seq <= atomic_read(&drv->last_seq)) { in amdgpu_ib_preempt_mark_partial_job()
1954 if (atomic_read(&ring->fence_drv.last_seq) != in amdgpu_debugfs_ib_preempt()
A Damdgpu_job.c123 job->base.sched->name, atomic_read(&ring->fence_drv.last_seq), in amdgpu_job_timedout()
A Damdgpu_ring.h120 atomic_t last_seq; member
/drivers/gpu/drm/radeon/
A Dradeon_fence.c97 seq = lower_32_bits(atomic64_read(&drv->last_seq)); in radeon_fence_read()
199 uint64_t seq, last_seq, last_emitted; in radeon_fence_activity() local
224 last_seq = atomic64_read(&rdev->fence_drv[ring].last_seq); in radeon_fence_activity()
228 seq |= last_seq & 0xffffffff00000000LL; in radeon_fence_activity()
229 if (seq < last_seq) { in radeon_fence_activity()
234 if (seq <= last_seq || seq > last_emitted) in radeon_fence_activity()
242 last_seq = seq; in radeon_fence_activity()
300 (uint64_t)atomic64_read(&fence_drv->last_seq), in radeon_fence_check_lockup()
342 if (atomic64_read(&rdev->fence_drv[ring].last_seq) >= seq) in radeon_fence_seq_signaled()
686 - atomic64_read(&rdev->fence_drv[ring].last_seq); in radeon_fence_count_emitted()
[all …]
A Dradeon.h369 atomic64_t last_seq; member
/drivers/md/bcache/
A Djournal.c118 if (i->j.seq >= j->last_seq) in journal_read_bucket()
133 if (j->seq < i->j.last_seq) in journal_read_bucket()
356 uint64_t start = i->j.last_seq, end = i->j.seq, n = start; in bch_journal_replay()
569 #define last_seq(j) ((j)->seq - fifo_used(&(j)->pin) + 1) macro
653 uint64_t last_seq; in journal_reclaim() local
662 last_seq = last_seq(&c->journal); in journal_reclaim()
667 ja->seq[ja->last_idx] < last_seq) in journal_reclaim()
785 w->data->last_seq = last_seq(&c->journal);
A Dbcache_ondisk.h353 __u64 last_seq; member
/drivers/net/wireless/marvell/mwifiex/
A D11n_rxreorder.c334 u16 last_seq = 0; in mwifiex_11n_create_rx_reorder_tbl() local
363 last_seq = node->rx_seq[tid]; in mwifiex_11n_create_rx_reorder_tbl()
368 last_seq = node->rx_seq[tid]; in mwifiex_11n_create_rx_reorder_tbl()
370 last_seq = priv->rx_seq[tid]; in mwifiex_11n_create_rx_reorder_tbl()
376 last_seq, new_node->start_win); in mwifiex_11n_create_rx_reorder_tbl()
378 if (last_seq != MWIFIEX_DEF_11N_RX_SEQ_NUM && in mwifiex_11n_create_rx_reorder_tbl()
379 last_seq >= new_node->start_win) { in mwifiex_11n_create_rx_reorder_tbl()
380 new_node->start_win = last_seq + 1; in mwifiex_11n_create_rx_reorder_tbl()
/drivers/net/wireless/intel/iwlwifi/mld/
A Dsta.h21 __le16 last_seq[IWL_MAX_TID_COUNT + 1]; member
A Dsta.c679 memset(dup_data[q].last_seq, 0xff, in iwl_mld_alloc_dup_data()
680 sizeof(dup_data[q].last_seq)); in iwl_mld_alloc_dup_data()
A Drx.c1488 dup_data->last_seq[tid] == hdr->seq_ctrl && in iwl_mld_is_dup()
1493 if (dup_data->last_seq[tid] == hdr->seq_ctrl && in iwl_mld_is_dup()
1497 dup_data->last_seq[tid] = hdr->seq_ctrl; in iwl_mld_is_dup()
/drivers/net/wireless/intel/iwlwifi/mvm/
A Dsta.h319 __le16 last_seq[IWL_MAX_TID_COUNT + 1]; member
A Drxmq.c587 dup_data->last_seq[tid] == hdr->seq_ctrl && in iwl_mvm_is_dup()
592 if (dup_data->last_seq[tid] == hdr->seq_ctrl && in iwl_mvm_is_dup()
597 dup_data->last_seq[tid] = hdr->seq_ctrl; in iwl_mvm_is_dup()
A Dsta.c1815 memset(dup_data[q].last_seq, 0xff, in iwl_mvm_sta_init()
1816 sizeof(dup_data[q].last_seq)); in iwl_mvm_sta_init()
/drivers/scsi/lpfc/
A Dlpfc_crtn.h377 u32 num_entry, u8 rctl, u8 last_seq,
A Dlpfc.h1002 u8 last_seq, u8 cr_cx_cmd);
A Dlpfc_sli.c11017 u32 num_entry, u8 rctl, u8 last_seq, u8 cr_cx_cmd) in __lpfc_sli_prep_xmit_seq64_s3() argument
11029 if (last_seq) in __lpfc_sli_prep_xmit_seq64_s3()
11056 u32 full_size, u8 rctl, u8 last_seq, u8 cr_cx_cmd) in __lpfc_sli_prep_xmit_seq64_s4() argument
11071 bf_set(wqe_ls, &wqe->xmit_sequence.wge_ctl, last_seq); in __lpfc_sli_prep_xmit_seq64_s4()
11108 u32 num_entry, u8 rctl, u8 last_seq, u8 cr_cx_cmd) in lpfc_sli_prep_xmit_seq64() argument
11111 rctl, last_seq, cr_cx_cmd); in lpfc_sli_prep_xmit_seq64()
/drivers/net/wireless/intel/ipw2x00/
A Dipw2200.c8088 u16 *last_seq, *last_frag; in is_duplicate_packet() local
8120 last_seq = &entry->seq_num; in is_duplicate_packet()
8126 last_seq = &priv->last_seq_num; in is_duplicate_packet()
8133 if ((*last_seq == seq) && in is_duplicate_packet()
8141 *last_seq = seq; in is_duplicate_packet()

Completed in 157 milliseconds