Searched refs:lid (Results 26 - 50 of 113) sorted by relevance

12345

/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc_hash.h21 #define KEX_LD_CFG_HASH(hdr_ofs, bytesm1, lt_en, lid_en, lid, ltype_match, ltype_mask) \
23 ((lt_en) << 12) | ((lid_en) << 11) | ((lid) << 8) | \
H A Drvu_npc.c1275 int lid, lt, ld, fl; local
1284 for (lid = 0; lid < NPC_MAX_LID; lid++) {
1287 SET_KEX_LD(intf, lid, lt, ld,
1289 [lid][lt][ld]);
1304 int lid, lt, ld, fl; local
1313 for (lid = 0; lid < NPC_MAX_LID; lid
3261 int lid, lt, ld, fl; local
[all...]
H A Drvu_nix.c3932 field->lid = NPC_LID_LC;
3940 field->lid = NPC_LID_LC;
3943 field->lid = NPC_LID_LG;
3969 field->lid = NPC_LID_LC;
3972 field->lid = NPC_LID_LG;
4001 field->lid = NPC_LID_LD;
4005 field->lid = NPC_LID_LH;
4025 * the lid for inner protocols
4072 field->lid = NPC_LID_LD;
4080 field->lid
[all...]
/linux-master/tools/testing/selftests/net/mptcp/
H A Duserspace_pm.sh539 ip netns exec "$ns1" ./pm_nl_ctl csf lip 10.0.2.1 lid 23 rip 10.0.2.2\
577 ip netns exec "$ns1" ./pm_nl_ctl csf lip dead:beef:2::1 lid 23 rip\
616 ip netns exec "$ns1" ./pm_nl_ctl csf lip 10.0.2.1 lid 23 rip 10.0.2.2 rport\
655 ip netns exec "$ns2" ./pm_nl_ctl csf lip 10.0.2.2 lid 23 rip 10.0.2.1 rport\
692 ip netns exec "$ns2" ./pm_nl_ctl csf lip dead:beef:2::2 lid 23 rip\
731 ip netns exec "$ns2" ./pm_nl_ctl csf lip 10.0.2.2 lid 23 rip 10.0.2.1 rport\
776 ip netns exec "$ns2" ./pm_nl_ctl csf lip 10.0.2.2 lid 23 rip 10.0.2.1 rport\
873 ip netns exec $ns1 ./pm_nl_ctl csf lip 10.0.2.1 lid 23 rip 10.0.2.2\
/linux-master/drivers/infiniband/hw/hfi1/
H A Druc.c290 if (!ppd->lid)
293 slid = ppd->lid |
371 ppd_from_ibp(ibp)->lid |
511 ps.ppd->lid)) {
521 ps.ppd->lid)) {
H A Dmad.c329 memcpy(smp->route.lid.data, &trap->data, trap->len);
389 static struct trap_node *create_trap_node(u8 type, __be16 trap_num, u32 lid) argument
401 trap->data.issuer_lid = cpu_to_be32(lid);
413 u32 lid = ppd_from_ibp(ibp)->lid; local
419 lid);
442 u32 lid = ppd_from_ibp(ibp)->lid; local
445 lid);
450 trap->data.ntc_256.lid
482 u32 lid = ppd_from_ibp(ibp)->lid; local
504 u32 lid = ppd_from_ibp(ibp)->lid; local
524 u32 lid = ppd_from_ibp(ibp)->lid; local
1321 u32 lid; local
[all...]
H A Dipoib_tx.c307 u16 lid = (u16)ppd->lid; local
309 if (lid) {
310 lid |= rdma_ah_get_path_bits(ah_attr) &
312 slid = lid;
/linux-master/arch/mips/mm/
H A Dtlbex.c611 unsigned int tmp, enum label_id lid,
627 uasm_il_b(p, r, lid);
631 uasm_il_b(p, r, lid);
634 uasm_il_b(p, r, lid);
645 uasm_il_b(p, r, lid);
649 uasm_il_b(p, r, lid);
652 uasm_il_b(p, r, lid);
679 unsigned int pmd, int lid)
683 uasm_il_bbit1(p, r, tmp, ilog2(_PAGE_HUGE), lid);
686 uasm_il_bnez(p, r, tmp, lid);
610 build_restore_pagemask(u32 **p, struct uasm_reloc **r, unsigned int tmp, enum label_id lid, int restore_scratch) argument
678 build_is_huge_pte(u32 **p, struct uasm_reloc **r, unsigned int tmp, unsigned int pmd, int lid) argument
1703 build_pte_present(u32 **p, struct uasm_reloc **r, int pte, int ptr, int scratch, enum label_id lid) argument
1754 build_pte_writable(u32 **p, struct uasm_reloc **r, unsigned int pte, unsigned int ptr, int scratch, enum label_id lid) argument
1795 build_pte_modifiable(u32 **p, struct uasm_reloc **r, unsigned int pte, unsigned int ptr, int scratch, enum label_id lid) argument
[all...]
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_verbs.c283 u16 lid; local
290 lid = be16_to_cpu(hdr->lrh[1]);
291 if (lid < be16_to_cpu(IB_MULTICAST_LID_BASE)) {
292 lid &= ~((1 << ppd->lmc) - 1);
293 if (unlikely(lid != ppd->lid))
327 mcast = rvt_mcast_find(&ibp->rvp, &hdr->u.l.grh.dgid, lid);
1198 u16 lid = ppd->lid; local
1201 props->lid
[all...]
H A Dqib_ruc.c234 cpu_to_be16(ppd_from_ibp(ibp)->lid |
274 ~((1 << ppd->lmc) - 1)) == ppd->lid) {
/linux-master/include/rdma/
H A Dib_smi.h62 __be16 lid; member in struct:ib_port_info
H A Dopa_port_info.h254 __be32 lid; member in struct:opa_port_info
/linux-master/drivers/infiniband/ulp/srpt/
H A Dib_srpt.h402 * @lid: cached value of the port's lid.
421 u32 lid; member in struct:srpt_port
/linux-master/scripts/
H A Dspdxcheck.py65 lid = l.split(':')[1].strip().upper()
66 if lid in spdx.licenses:
67 raise SPDXException(el, 'Duplicate License Identifier: %s' %lid)
69 spdx.licenses.append(lid)
/linux-master/drivers/infiniband/hw/mthca/
H A Dmthca_mcg.c120 int mthca_multicast_attach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) argument
214 int mthca_multicast_detach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) argument
/linux-master/drivers/acpi/acpica/
H A Ddbconvert.c299 ACPI_PLD_SET_LID(&dword, pld_info->lid);
413 acpi_os_printf(ACPI_PLD_OUTPUT, "PLD_Lid", pld_info->lid);
H A Dutxface.c490 pld_info->lid = ACPI_PLD_GET_LID(&dword);
/linux-master/fs/jfs/
H A Djfs_xtree.c2484 if (mp->lid)
2485 lid_to_tlock(mp->lid)->flag |= tlckFREELOCK;
2571 if (log && mp->lid && (tblk->last != mp->lid) &&
2572 lid_to_tlock(mp->lid)->tid) {
2573 lid_t lid = mp->lid; local
2576 tlck = lid_to_tlock(lid);
2578 if (tblk->next == lid)
2582 prev->next != lid;
[all...]
H A Djfs_logmgr.h468 lid_t lid; /* lock id */ member in struct:logsyncblk
/linux-master/drivers/net/ethernet/pensando/ionic/
H A Dionic_lif.c3147 union ionic_lif_identity *lid; local
3153 lid = kzalloc(sizeof(*lid), GFP_KERNEL);
3154 if (!lid)
3177 lif->identity = lid;
3272 kfree(lid);
3899 union ionic_lif_identity *lid)
3905 sz = min(sizeof(*lid), sizeof(idev->dev_cmd_regs->data));
3910 memcpy_fromio(lid, &idev->dev_cmd_regs->data, sz);
3916 le64_to_cpu(lid
3898 ionic_lif_identify(struct ionic *ionic, u8 lif_type, union ionic_lif_identity *lid) argument
[all...]
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dlinked_list.c239 int id, lid, hid, nid; local
248 lid = btf__add_struct(btf, "bpf_spin_lock", 4);
249 if (!ASSERT_EQ(lid, SPIN_LOCK, "btf__add_struct bpf_spin_lock"))
/linux-master/drivers/nvme/target/
H A Ddiscovery.c179 if (req->cmd->get_log_page.lid != NVME_LOG_DISC) {
181 offsetof(struct nvme_get_log_page_command, lid);
/linux-master/drivers/infiniband/ulp/opa_vnic/
H A Dopa_vnic_internal.h327 struct __opa_veswport_trap *data, u32 lid);
/linux-master/drivers/infiniband/core/
H A Duverbs.h178 u16 lid; member in struct:ib_uverbs_mcast_entry
/linux-master/include/acpi/
H A Dacbuffer.h87 u8 lid; member in struct:acpi_pld_info

Completed in 515 milliseconds

12345