Home
last modified time | relevance | path

Searched refs:lid (Results 1 - 25 of 225) sorted by relevance

123456789

/kernel/linux/linux-5.10/fs/jfs/
H A Djfs_txnmgr.c142 lid_t maxlid; /* 4: biggest lid ever used */
182 lid_t lid; in txLockAlloc() local
189 while (!(lid = TxAnchor.freelock)) in txLockAlloc()
191 TxAnchor.freelock = TxLock[lid].next; in txLockAlloc()
192 HIGHWATERMARK(stattx.maxlid, lid); in txLockAlloc()
199 return lid; in txLockAlloc()
202 static void txLockFree(lid_t lid) in txLockFree() argument
204 TxLock[lid].tid = 0; in txLockFree()
205 TxLock[lid].next = TxAnchor.freelock; in txLockFree()
206 TxAnchor.freelock = lid; in txLockFree()
587 lid_t lid; txLock() local
871 lid_t lid; txRelease() local
904 lid_t lid, next, llid, k; txUnlock() local
990 lid_t lid; txMaplock() local
1062 lid_t lid; txLinelock() local
1377 lid_t lid; txLog() local
2217 lid_t lid, next; txForce() local
2286 lid_t lid; txUpdateMap() local
2588 lid_t xlid = 0, lid; txFreelock() local
2632 lid_t lid, next; txAbort() local
[all...]
/kernel/linux/linux-6.6/fs/jfs/
H A Djfs_txnmgr.c142 lid_t maxlid; /* 4: biggest lid ever used */
182 lid_t lid; in txLockAlloc() local
189 while (!(lid = TxAnchor.freelock)) in txLockAlloc()
191 TxAnchor.freelock = TxLock[lid].next; in txLockAlloc()
192 HIGHWATERMARK(stattx.maxlid, lid); in txLockAlloc()
199 return lid; in txLockAlloc()
202 static void txLockFree(lid_t lid) in txLockFree() argument
204 TxLock[lid].tid = 0; in txLockFree()
205 TxLock[lid].next = TxAnchor.freelock; in txLockFree()
206 TxAnchor.freelock = lid; in txLockFree()
587 lid_t lid; txLock() local
871 lid_t lid; txRelease() local
904 lid_t lid, next, llid, k; txUnlock() local
990 lid_t lid; txMaplock() local
1062 lid_t lid; txLinelock() local
1375 lid_t lid; txLog() local
2180 lid_t lid, next; txForce() local
2249 lid_t lid; txUpdateMap() local
2551 lid_t xlid = 0, lid; txFreelock() local
2595 lid_t lid, next; txAbort() local
[all...]
/kernel/linux/linux-5.10/arch/mips/mm/
H A Duasm.c412 void uasm_build_label(struct uasm_label **lab, u32 *addr, int lid) in uasm_build_label() argument
415 (*lab)->lab = lid; in uasm_build_label()
490 void uasm_r_mips_pc16(struct uasm_reloc **rel, u32 *addr, int lid) in uasm_r_mips_pc16() argument
494 (*rel)->lab = lid; in uasm_r_mips_pc16()
559 int lid) in uasm_il_bltz()
561 uasm_r_mips_pc16(r, *p, lid); in uasm_il_bltz()
566 void uasm_il_b(u32 **p, struct uasm_reloc **r, int lid) in uasm_il_b() argument
568 uasm_r_mips_pc16(r, *p, lid); in uasm_il_b()
574 unsigned int r2, int lid) in uasm_il_beq()
576 uasm_r_mips_pc16(r, *p, lid); in uasm_il_beq()
558 uasm_il_bltz(u32 **p, struct uasm_reloc **r, unsigned int reg, int lid) uasm_il_bltz() argument
573 uasm_il_beq(u32 **p, struct uasm_reloc **r, unsigned int r1, unsigned int r2, int lid) uasm_il_beq() argument
581 uasm_il_beqz(u32 **p, struct uasm_reloc **r, unsigned int reg, int lid) uasm_il_beqz() argument
589 uasm_il_beqzl(u32 **p, struct uasm_reloc **r, unsigned int reg, int lid) uasm_il_beqzl() argument
597 uasm_il_bne(u32 **p, struct uasm_reloc **r, unsigned int reg1, unsigned int reg2, int lid) uasm_il_bne() argument
605 uasm_il_bnez(u32 **p, struct uasm_reloc **r, unsigned int reg, int lid) uasm_il_bnez() argument
613 uasm_il_bgezl(u32 **p, struct uasm_reloc **r, unsigned int reg, int lid) uasm_il_bgezl() argument
621 uasm_il_bgez(u32 **p, struct uasm_reloc **r, unsigned int reg, int lid) uasm_il_bgez() argument
629 uasm_il_bbit0(u32 **p, struct uasm_reloc **r, unsigned int reg, unsigned int bit, int lid) uasm_il_bbit0() argument
637 uasm_il_bbit1(u32 **p, struct uasm_reloc **r, unsigned int reg, unsigned int bit, int lid) uasm_il_bbit1() argument
[all...]
/kernel/linux/linux-6.6/arch/mips/mm/
H A Duasm.c413 void uasm_build_label(struct uasm_label **lab, u32 *addr, int lid) in uasm_build_label() argument
416 (*lab)->lab = lid; in uasm_build_label()
491 void uasm_r_mips_pc16(struct uasm_reloc **rel, u32 *addr, int lid) in uasm_r_mips_pc16() argument
495 (*rel)->lab = lid; in uasm_r_mips_pc16()
560 int lid) in uasm_il_bltz()
562 uasm_r_mips_pc16(r, *p, lid); in uasm_il_bltz()
567 void uasm_il_b(u32 **p, struct uasm_reloc **r, int lid) in uasm_il_b() argument
569 uasm_r_mips_pc16(r, *p, lid); in uasm_il_b()
575 unsigned int r2, int lid) in uasm_il_beq()
577 uasm_r_mips_pc16(r, *p, lid); in uasm_il_beq()
559 uasm_il_bltz(u32 **p, struct uasm_reloc **r, unsigned int reg, int lid) uasm_il_bltz() argument
574 uasm_il_beq(u32 **p, struct uasm_reloc **r, unsigned int r1, unsigned int r2, int lid) uasm_il_beq() argument
582 uasm_il_beqz(u32 **p, struct uasm_reloc **r, unsigned int reg, int lid) uasm_il_beqz() argument
590 uasm_il_beqzl(u32 **p, struct uasm_reloc **r, unsigned int reg, int lid) uasm_il_beqzl() argument
598 uasm_il_bne(u32 **p, struct uasm_reloc **r, unsigned int reg1, unsigned int reg2, int lid) uasm_il_bne() argument
606 uasm_il_bnez(u32 **p, struct uasm_reloc **r, unsigned int reg, int lid) uasm_il_bnez() argument
614 uasm_il_bgezl(u32 **p, struct uasm_reloc **r, unsigned int reg, int lid) uasm_il_bgezl() argument
622 uasm_il_bgez(u32 **p, struct uasm_reloc **r, unsigned int reg, int lid) uasm_il_bgez() argument
630 uasm_il_bbit0(u32 **p, struct uasm_reloc **r, unsigned int reg, unsigned int bit, int lid) uasm_il_bbit0() argument
638 uasm_il_bbit1(u32 **p, struct uasm_reloc **r, unsigned int reg, unsigned int bit, int lid) uasm_il_bbit1() argument
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/sw/rdmavt/
H A Dmcast.c103 * @lid: the muilticast LID (host order)
107 static struct rvt_mcast *rvt_mcast_alloc(union ib_gid *mgid, u16 lid) in rvt_mcast_alloc() argument
116 mcast->mcast_addr.lid = lid; in rvt_mcast_alloc()
142 * @lid: the multicast LID portion of the multicast address (host order)
149 u16 lid) in rvt_mcast_find()
171 if (mcast->mcast_addr.lid == lid) { in rvt_mcast_find()
221 if (tmcast->mcast_addr.lid != mcast->mcast_addr.lid) { in rvt_mcast_add()
148 rvt_mcast_find(struct rvt_ibport *ibp, union ib_gid *mgid, u16 lid) rvt_mcast_find() argument
280 rvt_attach_mcast(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) rvt_attach_mcast() argument
343 rvt_detach_mcast(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) rvt_detach_mcast() argument
[all...]
H A Dmcast.h54 int rvt_attach_mcast(struct ib_qp *ibqp, union ib_gid *gid, u16 lid);
55 int rvt_detach_mcast(struct ib_qp *ibqp, union ib_gid *gid, u16 lid);
/kernel/linux/linux-6.6/drivers/infiniband/sw/rdmavt/
H A Dmcast.c61 * @lid: the muilticast LID (host order)
65 static struct rvt_mcast *rvt_mcast_alloc(union ib_gid *mgid, u16 lid) in rvt_mcast_alloc() argument
74 mcast->mcast_addr.lid = lid; in rvt_mcast_alloc()
100 * @lid: the multicast LID portion of the multicast address (host order)
107 u16 lid) in rvt_mcast_find()
129 if (mcast->mcast_addr.lid == lid) { in rvt_mcast_find()
179 if (tmcast->mcast_addr.lid != mcast->mcast_addr.lid) { in rvt_mcast_add()
106 rvt_mcast_find(struct rvt_ibport *ibp, union ib_gid *mgid, u16 lid) rvt_mcast_find() argument
238 rvt_attach_mcast(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) rvt_attach_mcast() argument
301 rvt_detach_mcast(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) rvt_detach_mcast() argument
[all...]
H A Dmcast.h12 int rvt_attach_mcast(struct ib_qp *ibqp, union ib_gid *gid, u16 lid);
13 int rvt_detach_mcast(struct ib_qp *ibqp, union ib_gid *gid, u16 lid);
/kernel/linux/linux-6.6/drivers/platform/surface/
H A Dsurface_gpe.c3 * Surface GPE/Lid driver to enable wakeup from suspend via the lid by
4 * properly configuring the respective GPEs. Required for wakeup via lid on
19 * Note: The GPE numbers for the lid devices found below have been obtained
21 * lid.
203 const struct surface_lid_device *lid = dev_get_drvdata(dev); in surface_lid_enable_wakeup() local
207 status = acpi_set_gpe_wake_mask(NULL, lid->gpe_number, action); in surface_lid_enable_wakeup()
231 struct surface_lid_device *lid; in surface_gpe_probe() local
242 lid = devm_kzalloc(&pdev->dev, sizeof(*lid), GFP_KERNEL); in surface_gpe_probe()
243 if (!lid) in surface_gpe_probe()
272 struct surface_lid_device *lid = dev_get_drvdata(&pdev->dev); surface_gpe_remove() local
[all...]
/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Duasm.h194 int lid);
300 void uasm_r_mips_pc16(struct uasm_reloc **rel, u32 *addr, int lid);
309 void uasm_il_b(u32 **p, struct uasm_reloc **r, int lid);
311 unsigned int bit, int lid);
313 unsigned int bit, int lid);
315 unsigned int r2, int lid);
316 void uasm_il_beqz(u32 **p, struct uasm_reloc **r, unsigned int reg, int lid);
317 void uasm_il_beqzl(u32 **p, struct uasm_reloc **r, unsigned int reg, int lid);
318 void uasm_il_bgezl(u32 **p, struct uasm_reloc **r, unsigned int reg, int lid);
319 void uasm_il_bgez(u32 **p, struct uasm_reloc **r, unsigned int reg, int lid);
[all...]
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Duasm.h195 int lid);
305 void uasm_r_mips_pc16(struct uasm_reloc **rel, u32 *addr, int lid);
314 void uasm_il_b(u32 **p, struct uasm_reloc **r, int lid);
316 unsigned int bit, int lid);
318 unsigned int bit, int lid);
320 unsigned int r2, int lid);
321 void uasm_il_beqz(u32 **p, struct uasm_reloc **r, unsigned int reg, int lid);
322 void uasm_il_beqzl(u32 **p, struct uasm_reloc **r, unsigned int reg, int lid);
323 void uasm_il_bgezl(u32 **p, struct uasm_reloc **r, unsigned int reg, int lid);
324 void uasm_il_bgez(u32 **p, struct uasm_reloc **r, unsigned int reg, int lid);
[all...]
/kernel/linux/linux-5.10/arch/ia64/include/asm/
H A Dsmp.h36 } lid; in ia64_get_lid() local
38 lid.bits = ia64_getreg(_IA64_REG_CR_LID); in ia64_get_lid()
39 return lid.f.id << 8 | lid.f.eid; in ia64_get_lid()
/kernel/linux/linux-6.6/arch/ia64/include/asm/
H A Dsmp.h36 } lid; in ia64_get_lid() local
38 lid.bits = ia64_getreg(_IA64_REG_CR_LID); in ia64_get_lid()
39 return lid.f.id << 8 | lid.f.eid; in ia64_get_lid()
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/
H A Dqib_ud.c90 u16 lid; in qib_ud_loopback() local
95 lid = ppd->lid | (rdma_ah_get_path_bits(ah_attr) & in qib_ud_loopback()
100 cpu_to_be16(lid), in qib_ud_loopback()
208 wc.slid = ppd->lid | (rdma_ah_get_path_bits(ah_attr) & in qib_ud_loopback()
242 u16 lid; in qib_make_ud_req() local
283 lid = rdma_ah_get_dlid(ah_attr) & ~((1 << ppd->lmc) - 1); in qib_make_ud_req()
284 if (unlikely(lid == ppd->lid)) { in qib_make_ud_req()
354 lid in qib_make_ud_req()
[all...]
H A Dqib_driver.c106 if (ppd->lid && (ppd->lflags & (QIBL_LINKINIT | in qib_count_active_units()
137 if (ppd->lid && (ppd->lflags & (QIBL_LINKINIT | in qib_count_units()
308 u16 lid = be16_to_cpu(hdr->lrh[1]); in qib_rcv_hdrerr() local
319 if (lid < be16_to_cpu(IB_MULTICAST_LID_BASE)) { in qib_rcv_hdrerr()
320 lid &= ~((1 << ppd->lmc) - 1); in qib_rcv_hdrerr()
321 if (unlikely(lid != ppd->lid)) in qib_rcv_hdrerr()
637 int qib_set_lid(struct qib_pportdata *ppd, u32 lid, u8 lmc) in qib_set_lid() argument
641 ppd->lid = lid; in qib_set_lid()
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/
H A Dqib_ud.c90 u16 lid; in qib_ud_loopback() local
95 lid = ppd->lid | (rdma_ah_get_path_bits(ah_attr) & in qib_ud_loopback()
100 cpu_to_be16(lid), in qib_ud_loopback()
208 wc.slid = ppd->lid | (rdma_ah_get_path_bits(ah_attr) & in qib_ud_loopback()
243 u16 lid; in qib_make_ud_req() local
284 lid = rdma_ah_get_dlid(ah_attr) & ~((1 << ppd->lmc) - 1); in qib_make_ud_req()
285 if (unlikely(lid == ppd->lid)) { in qib_make_ud_req()
355 lid in qib_make_ud_req()
[all...]
H A Dqib_driver.c107 if (ppd->lid && (ppd->lflags & (QIBL_LINKINIT | in qib_count_active_units()
138 if (ppd->lid && (ppd->lflags & (QIBL_LINKINIT | in qib_count_units()
309 u16 lid = be16_to_cpu(hdr->lrh[1]); in qib_rcv_hdrerr() local
320 if (lid < be16_to_cpu(IB_MULTICAST_LID_BASE)) { in qib_rcv_hdrerr()
321 lid &= ~((1 << ppd->lmc) - 1); in qib_rcv_hdrerr()
322 if (unlikely(lid != ppd->lid)) in qib_rcv_hdrerr()
638 int qib_set_lid(struct qib_pportdata *ppd, u32 lid, u8 lmc) in qib_set_lid() argument
642 ppd->lid = lid; in qib_set_lid()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/
H A Dnpc.h13 #define SET_KEX_LD(intf, lid, ltype, ld, cfg) \
15 NPC_AF_INTFX_LIDX_LTX_LDX_CFG(intf, lid, ltype, ld), cfg)
263 u8 lid; member
352 u64 lid : 3; member
374 u64 lid : 3;
522 u8 lid; member
528 u8 lid; member
536 u8 lid; member
543 u8 lid; member
551 u8 lid; member
[all...]
/kernel/linux/linux-5.10/include/rdma/
H A Dopa_smi.h38 } lid; member
105 return smp->route.lid.data; in opa_get_smp_data()
113 return sizeof(smp->route.lid.data); in opa_get_smp_data_size()
121 return sizeof(*smp) - sizeof(smp->route.lid.data); in opa_get_smp_header_size()
/kernel/linux/linux-6.6/include/rdma/
H A Dopa_smi.h38 } lid; member
105 return smp->route.lid.data; in opa_get_smp_data()
113 return sizeof(smp->route.lid.data); in opa_get_smp_data_size()
121 return sizeof(*smp) - sizeof(smp->route.lid.data); in opa_get_smp_header_size()
/kernel/linux/linux-6.6/drivers/base/
H A Dphysical_location.c36 dev->physical_location->lid = pld->lid; in dev_add_physical_location()
129 dev->physical_location->lid ? "yes" : "no"); in lid_show()
131 static DEVICE_ATTR_RO(lid);
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Dmad.h106 __be32 lid; member
110 __be32 lid; /* where violation happened */ member
115 __be32 lid; /* LID where change occurred */ member
124 __be32 lid; /* lid where sys guid changed */ member
128 __be32 lid; member
164 __be32 lid; member
/kernel/linux/linux-5.10/drivers/infiniband/hw/mthca/
H A Dmthca_mad.c76 u8 port_num, u16 lid, u8 sl) in update_sm_ah()
87 rdma_ah_set_dlid(&ah_attr, lid); in update_sm_ah()
120 u16 lid = be16_to_cpu(pinfo->lid); in smp_snoop() local
135 if (prev_lid != lid) { in smp_snoop()
249 prev_lid = ib_lid_cpu16(pattr.lid); in mthca_process_mad()
75 update_sm_ah(struct mthca_dev *dev, u8 port_num, u16 lid, u8 sl) update_sm_ah() argument
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Dmad.h65 __be32 lid; member
69 __be32 lid; /* where violation happened */ member
74 __be32 lid; /* LID where change occurred */ member
83 __be32 lid; /* lid where sys guid changed */ member
87 __be32 lid; member
123 __be32 lid; member
/kernel/linux/linux-6.6/drivers/infiniband/hw/mthca/
H A Dmthca_mad.c76 u8 port_num, u16 lid, u8 sl) in update_sm_ah()
87 rdma_ah_set_dlid(&ah_attr, lid); in update_sm_ah()
120 u16 lid = be16_to_cpu(pinfo->lid); in smp_snoop() local
135 if (prev_lid != lid) { in smp_snoop()
249 prev_lid = ib_lid_cpu16(pattr.lid); in mthca_process_mad()
75 update_sm_ah(struct mthca_dev *dev, u8 port_num, u16 lid, u8 sl) update_sm_ah() argument

Completed in 20 milliseconds

123456789