/Linux-v4.19/drivers/infiniband/sw/rdmavt/ |
D | mcast.c | 107 static struct rvt_mcast *rvt_mcast_alloc(union ib_gid *mgid, u16 lid) in rvt_mcast_alloc() 149 u16 lid) in rvt_mcast_find() 280 int rvt_attach_mcast(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) in rvt_attach_mcast() 343 int rvt_detach_mcast(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) in rvt_detach_mcast()
|
/Linux-v4.19/arch/mips/mm/ |
D | uasm.c | 402 void uasm_build_label(struct uasm_label **lab, u32 *addr, int lid) in uasm_build_label() 480 void uasm_r_mips_pc16(struct uasm_reloc **rel, u32 *addr, int lid) in uasm_r_mips_pc16() 549 int lid) in uasm_il_bltz() 556 void uasm_il_b(u32 **p, struct uasm_reloc **r, int lid) in uasm_il_b() 564 unsigned int r2, int lid) in uasm_il_beq() 572 int lid) in uasm_il_beqz() 580 int lid) in uasm_il_beqzl() 588 unsigned int reg2, int lid) in uasm_il_bne() 596 int lid) in uasm_il_bnez() 604 int lid) in uasm_il_bgezl() [all …]
|
D | tlbex.c | 652 unsigned int tmp, enum label_id lid, in build_restore_pagemask() 713 unsigned int pmd, int lid) in build_is_huge_pte() 1734 int pte, int ptr, int scratch, enum label_id lid) in build_pte_present() 1786 enum label_id lid) in build_pte_writable() 1827 enum label_id lid) in build_pte_modifiable()
|
/Linux-v4.19/fs/jfs/ |
D | jfs_txnmgr.c | 195 lid_t lid; in txLockAlloc() local 215 static void txLockFree(lid_t lid) in txLockFree() 595 lid_t lid; in txLock() local 879 lid_t lid; in txRelease() local 912 lid_t lid, next, llid, k; in txUnlock() local 998 lid_t lid; in txMaplock() local 1070 lid_t lid; in txLinelock() local 1385 lid_t lid; in txLog() local 2226 lid_t lid, next; in txForce() local 2295 lid_t lid; in txUpdateMap() local [all …]
|
D | jfs_metapage.h | 28 lid_t lid; member
|
D | jfs_txnmgr.h | 28 #define lid_to_tlock(lid) (&TxLock[lid]) argument
|
/Linux-v4.19/drivers/infiniband/hw/mthca/ |
D | mthca_mcg.c | 120 int mthca_multicast_attach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) in mthca_multicast_attach() 214 int mthca_multicast_detach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) in mthca_multicast_detach()
|
D | mthca_mad.c | 75 u8 port_num, u16 lid, u8 sl) in update_sm_ah() 119 u16 lid = be16_to_cpu(pinfo->lid); in smp_snoop() local
|
/Linux-v4.19/drivers/infiniband/hw/qib/ |
D | qib_ud.c | 89 u16 lid; in qib_ud_loopback() local 247 u16 lid; in qib_make_ud_req() local
|
D | qib_driver.c | 312 u16 lid = be16_to_cpu(hdr->lrh[1]); in qib_rcv_hdrerr() local 641 int qib_set_lid(struct qib_pportdata *ppd, u32 lid, u8 lmc) in qib_set_lid()
|
D | qib_verbs.c | 315 u16 lid; in qib_ib_rcv() local 1233 u16 lid = ppd->lid; in qib_query_port() local
|
/Linux-v4.19/drivers/infiniband/hw/hfi1/ |
D | mad.h | 106 __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
|
D | ud.c | 374 u16 lid = (u16)ppd->lid; in hfi1_make_ud_req_9B() local 503 u32 lid; in hfi1_make_ud_req() local
|
D | mad.c | 431 static struct trap_node *create_trap_node(u8 type, __be16 trap_num, u32 lid) in create_trap_node() 455 u32 lid = ppd_from_ibp(ibp)->lid; in hfi1_bad_pkey() local 484 u32 lid = ppd_from_ibp(ibp)->lid; in bad_mkey() local 524 u32 lid = ppd_from_ibp(ibp)->lid; in hfi1_cap_mask_chg() local 546 u32 lid = ppd_from_ibp(ibp)->lid; in hfi1_sys_guid_chg() local 566 u32 lid = ppd_from_ibp(ibp)->lid; in hfi1_node_desc_chg() local 1363 u32 lid; in __subn_set_opa_portinfo() local
|
D | hfi.h | 772 u32 lid; member 2281 static inline bool hfi1_check_mcast(u32 lid) in hfi1_check_mcast() 2287 #define opa_get_lid(lid, format) \ argument 2291 static inline u32 __opa_get_lid(u32 lid, u8 format) in __opa_get_lid() 2320 static inline bool hfi1_is_16B_mcast(u32 lid) in hfi1_is_16B_mcast() 2353 static inline u8 hfi1_get_packet_type(u32 lid) in hfi1_get_packet_type() 2366 static inline bool hfi1_get_hdr_type(u32 lid, struct rdma_ah_attr *attr) in hfi1_get_hdr_type()
|
/Linux-v4.19/include/uapi/rdma/ |
D | ib_user_mad.h | 81 __be16 lid; member 125 __be16 lid; member
|
/Linux-v4.19/arch/ia64/include/asm/ |
D | smp.h | 37 } lid; in ia64_get_lid() local
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ |
D | ipoib.c | 515 union ib_gid *gid, u16 lid, int set_qkey, in mlx5i_attach_mcast() 539 union ib_gid *gid, u16 lid) in mlx5i_detach_mcast()
|
/Linux-v4.19/include/rdma/ |
D | ib_mad.h | 404 __be16 lid; /* where violation happened */ member 410 __be16 lid; /* LID where change occurred */ member 420 __be16 lid; /* lid where sys guid changed */ member 427 __be16 lid; member
|
D | opa_smi.h | 65 } lid; member
|
D | ib_smi.h | 89 __be16 lid; member
|
/Linux-v4.19/drivers/infiniband/core/ |
D | verbs.c | 2030 static bool is_valid_mcast_lid(struct ib_qp *qp, u16 lid) in is_valid_mcast_lid() 2068 int ib_attach_mcast(struct ib_qp *qp, union ib_gid *gid, u16 lid) in ib_attach_mcast() 2086 int ib_detach_mcast(struct ib_qp *qp, union ib_gid *gid, u16 lid) in ib_detach_mcast()
|
D | uverbs.h | 182 u16 lid; member
|
/Linux-v4.19/drivers/infiniband/hw/mlx4/ |
D | mad.c | 189 static void update_sm_ah(struct mlx4_ib_dev *dev, u8 port_num, u16 lid, u8 sl) in update_sm_ah() 224 u16 lid; in smp_snoop() local 1200 u16 lid = be16_to_cpu(eqe->event.port_mgmt_change.params.port_info.mstr_sm_lid); in handle_port_mgmt_change_event() local
|
/Linux-v4.19/drivers/infiniband/ulp/opa_vnic/ |
D | opa_vnic_vema.c | 728 struct __opa_veswport_trap *data, u32 lid) in opa_vnic_vema_send_trap()
|