Home
last modified time | relevance | path

Searched refs:lid (Results 1 – 93 of 93) sorted by relevance

/linux-4.1.27/drivers/infiniband/hw/ehca/
Dehca_mcast.c56 #define EHCA_VALID_MULTICAST_LID(lid) \ argument
57 (((lid) >= MIN_MC_LID) && ((lid) <= MAX_MC_LID))
59 int ehca_attach_mcast(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) in ehca_attach_mcast() argument
75 } else if ((lid < MIN_MC_LID) || (lid > MAX_MC_LID)) { in ehca_attach_mcast()
76 ehca_err(ibqp->device, "invalid mulitcast lid=%x", lid); in ehca_attach_mcast()
87 lid, subnet_prefix, interface_id); in ehca_attach_mcast()
96 int ehca_detach_mcast(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) in ehca_detach_mcast() argument
112 } else if ((lid < MIN_MC_LID) || (lid > MAX_MC_LID)) { in ehca_detach_mcast()
113 ehca_err(ibqp->device, "invalid mulitcast lid=%x", lid); in ehca_detach_mcast()
124 lid, subnet_prefix, interface_id); in ehca_detach_mcast()
Dehca_hca.c216 props->lid = rblock->lid; in ehca_query_port()
267 attr->lid = rblock->lid; in ehca_query_sma_attr()
Dehca_sqp.c181 sport->saved_attr.lid | in_wc->dlid_path_bits; in ehca_process_perf()
202 sport->saved_attr.lid, sport->pma_qp_nr); in ehca_process_perf()
Dehca_iverbs.h179 int ehca_attach_mcast(struct ib_qp *qp, union ib_gid *gid, u16 lid);
181 int ehca_detach_mcast(struct ib_qp *qp, union ib_gid *gid, u16 lid);
Dehca_classes.h92 u16 lid, lmc, sm_sl, sm_lid; member
Dhipz_hw.h388 u32 lid; member
Dehca_irq.c351 if (new_attr.lid != old_attr->lid || in notify_port_conf_change()
/linux-4.1.27/fs/jfs/
Djfs_txnmgr.c195 lid_t lid; in txLockAlloc() local
202 while (!(lid = TxAnchor.freelock)) in txLockAlloc()
204 TxAnchor.freelock = TxLock[lid].next; in txLockAlloc()
205 HIGHWATERMARK(stattx.maxlid, lid); in txLockAlloc()
212 return lid; in txLockAlloc()
215 static void txLockFree(lid_t lid) in txLockFree() argument
217 TxLock[lid].tid = 0; in txLockFree()
218 TxLock[lid].next = TxAnchor.freelock; in txLockFree()
219 TxAnchor.freelock = lid; in txLockFree()
595 lid_t lid; in txLock() local
[all …]
Djfs_txnmgr.h28 #define lid_to_tlock(lid) (&TxLock[lid]) argument
Djfs_xtree.c3458 if (mp->lid) in xtTruncate()
3459 lid_to_tlock(mp->lid)->flag |= tlckFREELOCK; in xtTruncate()
3545 if (log && mp->lid && (tblk->last != mp->lid) && in xtTruncate()
3546 lid_to_tlock(mp->lid)->tid) { in xtTruncate()
3547 lid_t lid = mp->lid; in xtTruncate() local
3550 tlck = lid_to_tlock(lid); in xtTruncate()
3552 if (tblk->next == lid) in xtTruncate()
3556 prev->next != lid; in xtTruncate()
3562 lid_to_tlock(tblk->last)->next = lid; in xtTruncate()
3564 tblk->last = lid; in xtTruncate()
[all …]
Djfs_metapage.h28 lid_t lid; member
Djfs_logmgr.h481 lid_t lid; /* lock id */ member
Djfs_imap.c615 lid_t lid; in diWrite() local
689 if (S_ISDIR(ip->i_mode) && (lid = jfs_ip->xtlid)) { in diWrite()
698 tlck = lid_to_tlock(lid); in diWrite()
723 if ((lid = jfs_ip->blid) == 0) in diWrite()
727 tlck = lid_to_tlock(lid); in diWrite()
Djfs_metapage.c191 mp->lid = 0; in alloc_metapage()
/linux-4.1.27/arch/mips/mm/
Duasm.c359 void ISAFUNC(uasm_build_label)(struct uasm_label **lab, u32 *addr, int lid) in ISAFUNC()
362 (*lab)->lab = lid; in ISAFUNC()
441 void ISAFUNC(uasm_r_mips_pc16)(struct uasm_reloc **rel, u32 *addr, int lid) in ISAFUNC()
445 (*rel)->lab = lid; in ISAFUNC()
510 int lid) in ISAFUNC()
512 uasm_r_mips_pc16(r, *p, lid); in ISAFUNC()
517 void ISAFUNC(uasm_il_b)(u32 **p, struct uasm_reloc **r, int lid) in ISAFUNC()
519 uasm_r_mips_pc16(r, *p, lid); in ISAFUNC()
525 unsigned int r2, int lid) in ISAFUNC()
527 uasm_r_mips_pc16(r, *p, lid); in ISAFUNC()
[all …]
Dtlbex.c647 unsigned int tmp, enum label_id lid, in build_restore_pagemask() argument
656 uasm_il_b(p, r, lid); in build_restore_pagemask()
660 uasm_il_b(p, r, lid); in build_restore_pagemask()
663 uasm_il_b(p, r, lid); in build_restore_pagemask()
674 uasm_il_b(p, r, lid); in build_restore_pagemask()
678 uasm_il_b(p, r, lid); in build_restore_pagemask()
681 uasm_il_b(p, r, lid); in build_restore_pagemask()
708 unsigned int pmd, int lid) in build_is_huge_pte() argument
712 uasm_il_bbit1(p, r, tmp, ilog2(_PAGE_HUGE), lid); in build_is_huge_pte()
715 uasm_il_bnez(p, r, tmp, lid); in build_is_huge_pte()
[all …]
/linux-4.1.27/drivers/infiniband/hw/qib/
Dqib_ud.c85 u16 lid; in qib_ud_loopback() local
90 lid = ppd->lid | (ah_attr->src_path_bits & in qib_ud_loopback()
95 cpu_to_be16(lid), in qib_ud_loopback()
112 u16 lid; in qib_ud_loopback() local
114 lid = ppd->lid | (ah_attr->src_path_bits & in qib_ud_loopback()
119 cpu_to_be16(lid), in qib_ud_loopback()
214 wc.slid = ppd->lid | (ah_attr->src_path_bits & ((1 << ppd->lmc) - 1)); in qib_ud_loopback()
247 u16 lid; in qib_make_ud_req() local
288 lid = ah_attr->dlid & ~((1 << ppd->lmc) - 1); in qib_make_ud_req()
289 if (unlikely(lid == ppd->lid)) { in qib_make_ud_req()
[all …]
Dqib_driver.c109 if (ppd->lid && (ppd->lflags & (QIBL_LINKINIT | in qib_count_active_units()
141 if (ppd->lid && (ppd->lflags & (QIBL_LINKINIT | in qib_count_units()
311 u16 lid = be16_to_cpu(hdr->lrh[1]); in qib_rcv_hdrerr() local
322 if (lid < QIB_MULTICAST_LID_BASE) { in qib_rcv_hdrerr()
323 lid &= ~((1 << ppd->lmc) - 1); in qib_rcv_hdrerr()
324 if (unlikely(lid != ppd->lid)) in qib_rcv_hdrerr()
653 int qib_set_lid(struct qib_pportdata *ppd, u32 lid, u8 lmc) in qib_set_lid() argument
657 ppd->lid = lid; in qib_set_lid()
661 lid | (~((1U << lmc) - 1)) << 16); in qib_set_lid()
664 dd->unit, ppd->port, lid); in qib_set_lid()
Dqib_mad.h74 __be16 lid; /* where violation happened */ member
80 __be16 lid; /* LID where change occurred */ member
90 __be16 lid; /* lid where sys guid changed */ member
97 __be16 lid; member
Dqib_mad.c153 data.issuer_lid = cpu_to_be16(ppd_from_ibp(ibp)->lid); in qib_bad_pqkey()
177 data.issuer_lid = cpu_to_be16(ppd_from_ibp(ibp)->lid); in qib_bad_mkey()
180 data.details.ntc_256.lid = data.issuer_lid; in qib_bad_mkey()
215 data.issuer_lid = cpu_to_be16(ppd_from_ibp(ibp)->lid); in qib_cap_mask_chg()
218 data.details.ntc_144.lid = data.issuer_lid; in qib_cap_mask_chg()
235 data.issuer_lid = cpu_to_be16(ppd_from_ibp(ibp)->lid); in qib_sys_guid_chg()
238 data.details.ntc_145.lid = data.issuer_lid; in qib_sys_guid_chg()
255 data.issuer_lid = cpu_to_be16(ppd_from_ibp(ibp)->lid); in qib_node_desc_chg()
258 data.details.ntc_144.lid = data.issuer_lid; in qib_node_desc_chg()
495 pip->lid = cpu_to_be16(ppd->lid); in subn_get_portinfo()
[all …]
Dqib_verbs_mcast.c225 int qib_multicast_attach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) in qib_multicast_attach() argument
283 int qib_multicast_detach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) in qib_multicast_detach() argument
Dqib_verbs.c619 u16 lid; in qib_ib_rcv() local
626 lid = be16_to_cpu(hdr->lrh[1]); in qib_ib_rcv()
627 if (lid < QIB_MULTICAST_LID_BASE) { in qib_ib_rcv()
628 lid &= ~((1 << ppd->lmc) - 1); in qib_ib_rcv()
629 if (unlikely(lid != ppd->lid)) in qib_ib_rcv()
1607 u16 lid = ppd->lid; in qib_query_port() local
1610 props->lid = lid ? lid : be16_to_cpu(IB_LID_PERMISSIVE); in qib_query_port()
Dqib_verbs.h900 int qib_multicast_attach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid);
902 int qib_multicast_detach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid);
Dqib_ruc.c697 qp->s_hdr->lrh[3] = cpu_to_be16(ppd_from_ibp(ibp)->lid | in qib_make_ruc_header()
727 (qp->remote_ah_attr.dlid & ~((1 << ppd->lmc) - 1)) == ppd->lid) { in qib_do_send()
Dqib.h633 u16 lid; member
Dqib_file_ops.c1370 return dd && (dd->flags & QIB_PRESENT) && dd->kregbase && ppd->lid && in usable()
Dqib_rc.c699 hdr.lrh[3] = cpu_to_be16(ppd->lid | qp->remote_ah_attr.src_path_bits); in qib_send_rc_ack()
/linux-4.1.27/arch/ia64/include/asm/
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()
/linux-4.1.27/arch/mips/include/asm/
Duasm.h183 int lid);
280 void uasm_r_mips_pc16(struct uasm_reloc **rel, u32 *addr, int lid);
289 void uasm_il_b(u32 **p, struct uasm_reloc **r, int lid);
291 unsigned int bit, int lid);
293 unsigned int bit, int lid);
295 unsigned int r2, int lid);
296 void uasm_il_beqz(u32 **p, struct uasm_reloc **r, unsigned int reg, int lid);
297 void uasm_il_beqzl(u32 **p, struct uasm_reloc **r, unsigned int reg, int lid);
298 void uasm_il_bgezl(u32 **p, struct uasm_reloc **r, unsigned int reg, int lid);
299 void uasm_il_bgez(u32 **p, struct uasm_reloc **r, unsigned int reg, int lid);
[all …]
/linux-4.1.27/drivers/infiniband/hw/mthca/
Dmthca_mad.c75 u8 port_num, u16 lid, u8 sl) in update_sm_ah() argument
85 ah_attr.dlid = lid; in update_sm_ah()
118 u16 lid = be16_to_cpu(pinfo->lid); in smp_snoop() local
133 if (prev_lid != lid) { in smp_snoop()
249 prev_lid = pattr.lid; in mthca_process_mad()
Dmthca_mcg.c120 int mthca_multicast_attach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) in mthca_multicast_attach() argument
214 int mthca_multicast_detach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) in mthca_multicast_detach() argument
Dmthca_dev.h573 int mthca_multicast_attach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid);
574 int mthca_multicast_detach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid);
Dmthca_provider.c156 props->lid = be16_to_cpup((__be16 *) (out_mad->data + 16)); in mthca_query_port()
/linux-4.1.27/include/uapi/rdma/
Dib_user_mad.h80 __be16 lid; member
124 __be16 lid; member
Dib_user_verbs.h241 __u16 lid; member
/linux-4.1.27/drivers/infiniband/hw/ipath/
Dipath_ud.c252 u16 lid; in ipath_make_ud_req() local
291 lid = ah_attr->dlid & ~((1 << dev->dd->ipath_lmc) - 1); in ipath_make_ud_req()
292 if (unlikely(lid == dev->dd->ipath_lid)) { in ipath_make_ud_req()
356 lid = dev->dd->ipath_lid; in ipath_make_ud_req()
357 if (lid) { in ipath_make_ud_req()
358 lid |= ah_attr->src_path_bits & in ipath_make_ud_req()
360 qp->s_hdr.lrh[3] = cpu_to_be16(lid); in ipath_make_ud_req()
Dipath_mad.c241 u16 lid; in recv_subn_get_portinfo() local
263 lid = dd->ipath_lid; in recv_subn_get_portinfo()
264 pip->lid = lid ? cpu_to_be16(lid) : IB_LID_PERMISSIVE; in recv_subn_get_portinfo()
425 u16 lid, smlid; in recv_subn_set_portinfo() local
445 lid = be16_to_cpu(pip->lid); in recv_subn_set_portinfo()
446 if (dd->ipath_lid != lid || in recv_subn_set_portinfo()
449 if (lid == 0 || lid >= IPATH_MULTICAST_LID_BASE) in recv_subn_set_portinfo()
451 ipath_set_lid(dd, lid, pip->mkeyprot_resv_lmc & 7); in recv_subn_set_portinfo()
Dipath_verbs_mcast.c236 int ipath_multicast_attach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) in ipath_multicast_attach() argument
285 int ipath_multicast_detach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) in ipath_multicast_detach() argument
Dipath_sysfs.c228 u16 lid = 0; in store_lid() local
231 ret = ipath_parse_ushort(buf, &lid); in store_lid()
235 if (lid == 0 || lid >= IPATH_MULTICAST_LID_BASE) { in store_lid()
240 ipath_set_lid(dd, lid, dd->ipath_lmc); in store_lid()
244 ipath_dev_err(dd, "attempt to set invalid LID 0x%x\n", lid); in store_lid()
1081 static DEVICE_ATTR(lid, S_IWUSR | S_IRUGO, show_lid, store_lid);
Dipath_verbs.c592 u16 lid; in ipath_ib_rcv() local
603 lid = be16_to_cpu(hdr->lrh[1]); in ipath_ib_rcv()
604 if (lid < IPATH_MULTICAST_LID_BASE) { in ipath_ib_rcv()
605 lid &= ~((1 << dev->dd->ipath_lmc) - 1); in ipath_ib_rcv()
606 if (unlikely(lid != dev->dd->ipath_lid)) { in ipath_ib_rcv()
1586 u16 lid = dd->ipath_lid; in ipath_query_port() local
1590 props->lid = lid ? lid : be16_to_cpu(IB_LID_PERMISSIVE); in ipath_query_port()
Dipath_verbs.h726 int ipath_multicast_attach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid);
728 int ipath_multicast_detach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid);
Dipath_common.h757 __be16 lid; member
Dipath_driver.c2196 int ipath_set_lid(struct ipath_devdata *dd, u32 lid, u8 lmc) in ipath_set_lid() argument
2198 dd->ipath_lid = lid; in ipath_set_lid()
2201 dd->ipath_f_set_ib_cfg(dd, IPATH_IB_CFG_LIDLMC, lid | in ipath_set_lid()
2204 dev_info(&dd->pcidev->dev, "We got a lid: 0x%x\n", lid); in ipath_set_lid()
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-driver-samsung-laptop43 Description: Some Samsung laptops handle lid closing quicker and
44 only handle lid opening with this mode enabled.
Dsysfs-platform-asus-wmi38 Resume on lid open. 1 means on, 0 means off.
/linux-4.1.27/ipc/
Dutil.c390 int lid = ipcid_to_idx(ipcp->id); in ipc_rmid() local
392 idr_remove(&ids->ipcs_idr, lid); in ipc_rmid()
564 int lid = ipcid_to_idx(id); in ipc_obtain_object() local
566 out = idr_find(&ids->ipcs_idr, lid); in ipc_obtain_object()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dllog_swab.c255 struct llog_logid_rec *lid = (struct llog_logid_rec *)rec; in lustre_swab_llog_rec() local
257 lustre_swab_llog_id(&lid->lid_id); in lustre_swab_llog_rec()
258 tail = &lid->lid_tail; in lustre_swab_llog_rec()
/linux-4.1.27/Documentation/RCU/
DarrayRCU.txt108 int lid = id % SEQ_MULTIPLIER;
113 if(lid >= entries->size) {
117 out = entries->p[lid];
/linux-4.1.27/Documentation/infiniband/
Duser_mad.txt70 example, the remote LID will be in mad.lid.
82 filled into the lid field, and so on. The send side does support
92 mad->hdr.lid = my_dest; /* in network byte order... */
Dsysfs.txt23 lid - Port LID
/linux-4.1.27/arch/ia64/kernel/
Dparavirt.c456 __DEFINE_GET_CR(LID, lid)
539 __DEFINE_SET_CR(LID, lid)
737 IA64_NATIVE_PATCH_DEFINE_CR(lid, lid);
849 IA64_NATIVE_PATCH_BUNDLE_ELEM_CR(lid, LID),
/linux-4.1.27/include/rdma/
Dib_smi.h89 __be16 lid; member
Dib_verbs.h359 u16 lid; member
1633 u16 lid);
1636 u16 lid);
2617 int ib_attach_mcast(struct ib_qp *qp, union ib_gid *gid, u16 lid);
2625 int ib_detach_mcast(struct ib_qp *qp, union ib_gid *gid, u16 lid);
Dib_sa.h271 __be16 lid; member
/linux-4.1.27/drivers/infiniband/ulp/srpt/
Dib_srpt.h366 u16 lid; member
Dib_srpt.c192 sport->lid = 0; in srpt_event_handler()
205 if (!sport->lid && !sport->sm_lid) in srpt_event_handler()
547 sport->lid = port_attr.lid; in srpt_refresh_port()
/linux-4.1.27/drivers/infiniband/hw/mlx4/
Dmad.c193 static void update_sm_ah(struct mlx4_ib_dev *dev, u8 port_num, u16 lid, u8 sl) in update_sm_ah() argument
203 ah_attr.dlid = lid; in update_sm_ah()
227 u16 lid; in smp_snoop() local
240 lid = be16_to_cpu(pinfo->lid); in smp_snoop()
249 if (prev_lid != lid) in smp_snoop()
785 prev_lid = pattr.lid; in ib_process_mad()
1048 u16 lid = be16_to_cpu(eqe->event.port_mgmt_change.params.port_info.mstr_sm_lid); in handle_port_mgmt_change_event() local
1050 update_sm_ah(dev, port, lid, sl); in handle_port_mgmt_change_event()
Dalias_GUID.c319 be16_to_cpu(guid_rec->lid), cb_ctx->port, in aliasguid_query_handler()
525 guid_info_rec.lid = cpu_to_be16(attr.lid); in set_guid_rec()
Dmain.c276 props->lid = be16_to_cpup((__be16 *) (out_mad->data + 16)); in ib_link_query_port()
1266 static int mlx4_ib_mcg_attach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) in mlx4_ib_mcg_attach() argument
1344 static int mlx4_ib_mcg_detach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) in mlx4_ib_mcg_detach() argument
/linux-4.1.27/arch/arm/boot/dts/
Domap3-pandora-common.dtsi195 lid {
196 label = "lid";
197 linux,code = <0x00>; /* SW_LID lid shut */
Dexynos5250-spring.dts43 lid-switch {
512 lid_irq: lid-irq {
Dexynos5250-snow.dts47 lid-switch {
639 lid_irq: lid-irq {
Dexynos5420-peach-pit.dts70 lid-switch {
820 lid_irq: lid-irq {
Dexynos5800-peach-pi.dts69 lid-switch {
783 lid_irq: lid-irq {
Dtegra124-nyan.dtsi493 lid {
Dtegra20-seaboard.dts812 lid {
/linux-4.1.27/drivers/infiniband/core/
Duverbs.h133 u16 lid; member
Duser_mad.c232 packet->mad.hdr.lid = cpu_to_be16(mad_recv_wc->wc->slid); in recv_handler()
402 return (hdr1->lid == hdr2->lid); in same_destination()
488 ah_attr.dlid = be16_to_cpu(packet->mad.hdr.lid); in ib_umad_write()
Dverbs.c1344 int ib_attach_mcast(struct ib_qp *qp, union ib_gid *gid, u16 lid) in ib_attach_mcast() argument
1353 ret = qp->device->attach_mcast(qp, gid, lid); in ib_attach_mcast()
1360 int ib_detach_mcast(struct ib_qp *qp, union ib_gid *gid, u16 lid) in ib_detach_mcast() argument
1369 ret = qp->device->detach_mcast(qp, gid, lid); in ib_detach_mcast()
Dsysfs.c121 return sprintf(buf, "0x%x\n", attr.lid); in lid_show()
262 static PORT_ATTR_RO(lid);
Duverbs_cmd.c508 resp.lid = attr.lid; in ib_uverbs_query_port()
2677 if (cmd.mlid == mcast->lid && in ib_uverbs_attach_mcast()
2689 mcast->lid = cmd.mlid; in ib_uverbs_attach_mcast()
2728 if (cmd.mlid == mcast->lid && in ib_uverbs_detach_mcast()
Duverbs_main.c198 ib_detach_mcast(qp, &mcast->gid, mcast->lid); in ib_uverbs_detach_umcast()
Dsa_query.c362 { GUIDINFO_REC_FIELD(lid),
/linux-4.1.27/drivers/infiniband/hw/amso1100/
Dc2_provider.c83 props->lid = 0; in c2_query_port()
570 static int c2_multicast_attach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) in c2_multicast_attach() argument
576 static int c2_multicast_detach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) in c2_multicast_detach() argument
/linux-4.1.27/arch/x86/kvm/
Dlapic.c145 apic_logical_id(struct kvm_apic_map *map, u32 dest_id, u16 *cid, u16 *lid) in apic_logical_id() argument
155 *lid = dest_id & ((1 << lid_bits) - 1); in apic_logical_id()
173 u16 cid, lid; in recalculate_apic_map() local
198 apic_logical_id(new, ldr, &cid, &lid); in recalculate_apic_map()
200 if (lid && cid < ARRAY_SIZE(new->logical_map)) in recalculate_apic_map()
201 new->logical_map[cid][ffs(lid) - 1] = apic; in recalculate_apic_map()
/linux-4.1.27/include/acpi/
Dacbuffer.h121 u8 lid; member
/linux-4.1.27/drivers/acpi/acpica/
Dutxface.c549 pld_info->lid = ACPI_PLD_GET_LID(&dword); in ACPI_EXPORT_SYMBOL()
/linux-4.1.27/drivers/infiniband/hw/cxgb4/
Dprovider.c72 static int c4iw_multicast_attach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) in c4iw_multicast_attach() argument
77 static int c4iw_multicast_detach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) in c4iw_multicast_detach() argument
/linux-4.1.27/drivers/infiniband/hw/mlx5/
Dmain.c205 props->lid = be16_to_cpup((__be16 *)(out_mad->data + 16)); in mlx5_ib_query_port()
706 static int mlx5_ib_mcg_attach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) in mlx5_ib_mcg_attach() argument
719 static int mlx5_ib_mcg_detach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) in mlx5_ib_mcg_detach() argument
/linux-4.1.27/Documentation/power/
Dstates.txt109 trigger wake up events (e.g. pressing a key or opening a laptop lid).
/linux-4.1.27/Documentation/hid/
Dhid-sensor.txt156 keyboard attached/detached or lid open/close.
/linux-4.1.27/drivers/infiniband/hw/usnic/
Dusnic_ib_verbs.c318 props->lid = 0; in usnic_ib_query_port()
/linux-4.1.27/drivers/infiniband/hw/cxgb3/
Diwch_provider.c75 static int iwch_multicast_attach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) in iwch_multicast_attach() argument
80 static int iwch_multicast_detach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) in iwch_multicast_detach() argument
/linux-4.1.27/Documentation/acpi/
Dnamespace.txt113 | +-| LID0 | Device(LID0); the lid device
/linux-4.1.27/drivers/platform/x86/
Dfujitsu-laptop.c542 static DEVICE_ATTR(lid, 0444, show_lid_state, ignore_store);
/linux-4.1.27/drivers/infiniband/ulp/ipoib/
Dipoib_multicast.c531 priv->local_lid = port_attr.lid; in ipoib_mcast_join_task()
/linux-4.1.27/drivers/acpi/
DKconfig129 This driver handles events on the power, sleep, and lid buttons.
/linux-4.1.27/Documentation/input/
Devent-codes.txt184 used to denote when a laptop lid is closed.
/linux-4.1.27/drivers/infiniband/hw/nes/
Dnes_verbs.c586 props->lid = 1; in nes_query_port()
3204 static int nes_multicast_attach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) in nes_multicast_attach() argument
3214 static int nes_multicast_detach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) in nes_multicast_detach() argument
/linux-4.1.27/drivers/scsi/
Dipr.h1733 struct ipr_software_inq_lid_info lid[1]; member
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3365 extern void lustre_swab_llog_id(struct llog_logid *lid);
/linux-4.1.27/drivers/infiniband/hw/ocrdma/
Docrdma_verbs.c170 props->lid = 0; in ocrdma_query_port()
/linux-4.1.27/Documentation/laptops/
Dthinkpad-acpi.txt637 video switching is enabled, certain events (e.g. opening the lid,