Searched refs:seqno (Results 226 - 246 of 246) sorted by relevance

12345678910

/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_rps.c1033 rq->fence.context, rq->fence.seqno);
1048 rq->fence.context, rq->fence.seqno);
/linux-master/drivers/media/pci/saa7164/
H A Dsaa7164-core.c1302 dev->cmds[i].seqno = i;
/linux-master/net/batman-adv/
H A Dnetwork-coding.c773 if (last_real_seqno != ntohl(ogm_packet->seqno))
/linux-master/drivers/net/wireless/mediatek/mt76/
H A Dmt76x02_mac.c873 status->seqno = FIELD_GET(MT_RXWI_SN, tid_sn);
/linux-master/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c3570 u16 seqno, frag_no; local
3579 seqno = ath11k_dp_rx_h_mpdu_start_seq_no(ar->ab, rx_desc);
3618 if ((!skb_queue_empty(&rx_tid->rx_frags) && seqno != rx_tid->cur_sn) ||
3622 rx_tid->cur_sn = seqno;
/linux-master/drivers/net/wireless/marvell/
H A Dmwl8k.c317 u16 seqno; member in struct:mwl8k_vif
1947 wh->seq_ctrl |= cpu_to_le16(mwl8k_vif->seqno);
1948 mwl8k_vif->seqno += 0x10;
4868 mwl8k_vif->seqno = 0;
/linux-master/drivers/gpu/drm/i915/selftests/
H A Di915_request.c410 rq->fence.context, rq->fence.seqno,
426 rq->fence.context, rq->fence.seqno);
2933 pr_info("%s %5s: { seqno:%d, busy:%d.%02d%%, runtime:%lldms, walltime:%lldms }\n",
2934 name, p->engine->name, ce->timeline->seqno,
/linux-master/fs/xfs/libxfs/
H A Dxfs_alloc.c3143 uint32_t seqno,
3153 if (bp->b_pag && seqno != bp->b_pag->pag_agno)
3163 * have updated the superblock. Give it a pass on the seqno
3166 if (bp->b_pag && seqno != mp->m_sb.sb_agcount - 1)
3141 xfs_validate_ag_length( struct xfs_buf *bp, uint32_t seqno, uint32_t length) argument
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_execbuf.c3898 fence_rep.seqno = fence->base.seqno;
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dd3.c864 /* firmware returns next, not last-used seqno */
880 .value = cpu_to_le16(mvmvif->seqno),
891 IWL_ERR(mvm, "failed to set non-QoS seqno\n");
942 /* Query the last used seqno and set it */
2357 mvmvif->seqno = status->non_qos_seq_ctr + 0x10;
H A Dmvm.h491 u16 seqno; member in struct:iwl_mvm_vif
754 * struct iwl_mvm_reorder_buf_entry - reorder buffer entry per-queue/per-seqno
/linux-master/drivers/media/pci/tw5864/
H A Dtw5864-video.c1440 v4l2_buf->sequence = frame->seqno;
/linux-master/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dcxgb4vf_main.c1992 entry->seqno, entry->timestamp,
/linux-master/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmac.c561 status->seqno = IEEE80211_SEQ_TO_SN(seq_ctrl);
/linux-master/drivers/net/ethernet/google/gve/
H A Dgve_main.c2122 .value = cpu_to_be64(priv->rx[idx].desc.seqno),
/linux-master/security/selinux/
H A Dselinuxfs.c897 avd.seqno, avd.flags);
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vm.c2669 adev->vm_manager.seqno[i] = 0;
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_execbuffer.c2579 * GGTT space, so do this first before we reserve a seqno for
3222 eb->context->parallel.seqno++,
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4fw_api.h3875 __be32 seqno; member in struct:fw_devlog_e
H A Dt4_hw.c254 entry->seqno = log->seqno++;
/linux-master/drivers/nvme/host/
H A Dfc.c43 u32 seqno; member in struct:nvme_fc_queue

Completed in 482 milliseconds

12345678910