Searched refs:SID (Results 1 - 12 of 12) sorted by relevance

/linux-master/arch/sparc/include/asm/
H A Dns87303.h22 #define SID 0x08 macro
/linux-master/tools/lib/perf/
H A Devlist.c247 #define SID(e, x, y) xyarray__entry(e->sample_id, x, y) macro
254 struct perf_sample_id *sid = SID(evsel, cpu_map_idx, thread);
274 if (!SID(evsel, cpu_map_idx, thread))
290 if (!SID(evsel, cpu_map_idx, thread))
408 struct perf_sample_id *sid = SID(evsel, cpu, thread);
/linux-master/fs/ntfs3/
H A Dntfs.h904 // SID is placed here
1227 struct SID { struct
1233 static_assert(offsetof(struct SID, SubAuthority) == 8);
H A Dfsntfs.c1733 static inline u32 sid_length(const struct SID *sid)
1805 const struct SID *owner = Add2Ptr(sd, sd_owner);
1807 if (sd_owner + offsetof(struct SID, SubAuthority) > len)
1819 const struct SID *group = Add2Ptr(sd, sd_group);
1821 if (sd_group + offsetof(struct SID, SubAuthority) > len)
/linux-master/drivers/media/pci/intel/ipu3/
H A Dipu3-cio2.c351 static const int SID; /* Stream id */ local
435 writel(SID << CIO2_MIPIBE_LP_LUT_ENTRY_SID_SHIFT |
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_bsg.c1070 evt_dat->immed_dat].SID);
1075 phba->ct_ctx[evt_dat->immed_dat].SID =
1153 if (phba->ct_ctx[ctx_idx].SID != sid)
1456 ndlp = lpfc_findnode_did(phba->pport, phba->ct_ctx[tag].SID);
1459 "2721 ndlp null for oxid %x SID %x\n",
1461 phba->ct_ctx[tag].SID);
H A Dlpfc.h770 uint32_t SID; member in struct:unsol_rcv_ct_ctx
H A Dlpfc_hw.h2775 uint32_t SID:24; member in struct:__anon134
2792 uint32_t SID:24;
/linux-master/tools/perf/
H A Dbuiltin-stat.c266 #define SID(e, x, y) xyarray__entry(e->core.sample_id, x, y) macro
271 struct perf_sample_id *sid = SID(counter, cpu_map_idx, thread);
/linux-master/tools/perf/util/
H A Devlist.c69 #define SID(e, x, y) xyarray__entry(e->core.sample_id, x, y) macro
/linux-master/drivers/net/ethernet/sun/
H A Dniu.h117 #define SID(LDG) (FZC_PIO + 0x10200UL + (LDG) * 8UL) macro
H A Dniu.c7959 nw64(SID(ldg), (func << SID_FUNC_SHIFT) | vector);
9124 /* On N2 NIU the firmware has setup the SID mappings so they go

Completed in 339 milliseconds