Home
last modified time | relevance | path

Searched refs:mh (Results 1 – 25 of 49) sorted by relevance

12

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en/
Dmod_hdr.c57 struct mlx5e_mod_hdr_handle *mh, *found = NULL; in mod_hdr_get() local
59 hash_for_each_possible(tbl->hlist, mh, mod_hdr_hlist, hash_key) { in mod_hdr_get()
60 if (!cmp_mod_hdr_info(&mh->key, key)) { in mod_hdr_get()
61 refcount_inc(&mh->refcnt); in mod_hdr_get()
62 found = mh; in mod_hdr_get()
77 struct mlx5e_mod_hdr_handle *mh; in mlx5e_mod_hdr_attach() local
90 mh = mod_hdr_get(tbl, &key, hash_key); in mlx5e_mod_hdr_attach()
91 if (mh) { in mlx5e_mod_hdr_attach()
93 wait_for_completion(&mh->res_ready); in mlx5e_mod_hdr_attach()
95 if (mh->compl_result < 0) { in mlx5e_mod_hdr_attach()
[all …]
Dmod_hdr.h43 struct mlx5e_mod_hdr_handle *mh);
44 struct mlx5_modify_hdr *mlx5e_mod_hdr_get(struct mlx5e_mod_hdr_handle *mh);
/linux-6.1.9/drivers/scsi/bfa/
Dbfi_ms.h100 struct bfi_mhdr_s mh; member
109 struct bfi_mhdr_s mh; /* Common msg header */ member
120 struct bfi_mhdr_s mh; /* common msg header */ member
132 struct bfi_mhdr_s mh; /* common msg header */ member
144 struct bfi_mhdr_s mh; /* common msg header */ member
154 struct bfi_mhdr_s mh; member
165 struct bfi_mhdr_s mh; member
175 struct bfi_mhdr_s mh; /* common msg header */ member
179 struct bfi_mhdr_s mh; /* common msg header */ member
189 struct bfi_mhdr_s mh; /* common msg header */ member
[all …]
Dbfi.h170 struct bfi_mhdr_s mh; member
257 struct bfi_mhdr_s mh; member
297 struct bfi_mhdr_s mh; /* Common msg header */ member
389 struct bfi_mhdr_s mh; /* common msg header */ member
447 struct bfi_mhdr_s mh; member
459 struct bfi_mhdr_s mh; /* Common msg header */ member
473 struct bfi_mhdr_s mh; member
484 struct bfi_mhdr_s mh; member
591 struct bfi_mhdr_s mh; member
598 struct bfi_mhdr_s mh; member
[all …]
Dbfa_port.c145 bfa_trc(port, m->mh.msg_id); in bfa_port_isr()
147 switch (m->mh.msg_id) { in bfa_port_isr()
258 bfi_h2i_set(m->mh, BFI_MC_PORT, BFI_PORT_H2I_ENABLE_REQ, in bfa_port_enable()
314 bfi_h2i_set(m->mh, BFI_MC_PORT, BFI_PORT_H2I_DISABLE_REQ, in bfa_port_disable()
354 bfi_h2i_set(m->mh, BFI_MC_PORT, BFI_PORT_H2I_GET_STATS_REQ, in bfa_port_get_stats()
391 bfi_h2i_set(m->mh, BFI_MC_PORT, BFI_PORT_H2I_CLEAR_STATS_REQ, in bfa_port_clear_stats()
665 bfi_h2i_set(cmd->mh, BFI_MC_CEE, BFI_CEE_H2I_GET_CFG_REQ, in bfa_cee_get_attr()
705 bfi_h2i_set(cmd->mh, BFI_MC_CEE, BFI_CEE_H2I_GET_STATS_REQ, in bfa_cee_get_stats()
742 bfi_h2i_set(cmd->mh, BFI_MC_CEE, BFI_CEE_H2I_RESET_STATS, in bfa_cee_reset_stats()
767 bfa_trc(cee, msg->mh.msg_id); in bfa_cee_isr()
[all …]
/linux-6.1.9/drivers/net/ethernet/brocade/bna/
Dbfi_cna.h33 struct bfi_mhdr mh; /*!< msg header */ member
40 struct bfi_mhdr mh; /*!< common msg header */ member
48 struct bfi_mhdr mh; /*!< common msg header */ member
53 struct bfi_mhdr mh; member
61 struct bfi_mhdr mh; member
89 struct bfi_mhdr mh; member
97 struct bfi_mhdr mh; member
105 struct bfi_mhdr mh; member
114 struct bfi_mhdr mh; member
124 struct bfi_mhdr mh; member
[all …]
Dbfi.h87 struct bfi_mhdr mh; member
175 struct bfi_mhdr mh; member
208 struct bfi_mhdr mh; /*!< Common msg header */ member
292 struct bfi_mhdr mh; /*!< common msg header */ member
334 struct bfi_mhdr mh; member
342 struct bfi_mhdr mh; /*!< Common msg header */ member
352 struct bfi_mhdr mh; member
361 struct bfi_mhdr mh; member
419 struct bfi_mhdr mh; member
426 struct bfi_mhdr mh; member
[all …]
Dbfi_enet.h347 struct bfi_msgq_mhdr mh; member
360 struct bfi_msgq_mhdr mh; member
367 struct bfi_msgq_mhdr mh; member
379 struct bfi_msgq_mhdr mh; member
386 struct bfi_msgq_mhdr mh; member
417 struct bfi_msgq_mhdr mh; member
432 struct bfi_msgq_mhdr mh; member
488 struct bfi_msgq_mhdr mh; member
505 struct bfi_msgq_mhdr mh; member
526 struct bfi_msgq_mhdr mh; member
[all …]
Dbna_enet.c104 container_of(msghdr, struct bfi_enet_rsp, mh); in bna_bfi_ethport_admin_rsp()
131 container_of(msghdr, struct bfi_enet_rsp, mh); in bna_bfi_ethport_lpbk_rsp()
160 container_of(msghdr, struct bfi_enet_attr_rsp, mh); in bna_bfi_attr_get_rsp()
410 bfi_msgq_mhdr_set(admin_up_req->mh, BFI_MC_ENET, in bna_bfi_ethport_admin_up()
412 admin_up_req->mh.num_entries = htons( in bna_bfi_ethport_admin_up()
417 sizeof(struct bfi_enet_enable_req), &admin_up_req->mh); in bna_bfi_ethport_admin_up()
427 bfi_msgq_mhdr_set(admin_down_req->mh, BFI_MC_ENET, in bna_bfi_ethport_admin_down()
429 admin_down_req->mh.num_entries = htons( in bna_bfi_ethport_admin_down()
434 sizeof(struct bfi_enet_enable_req), &admin_down_req->mh); in bna_bfi_ethport_admin_down()
444 bfi_msgq_mhdr_set(lpbk_up_req->mh, BFI_MC_ENET, in bna_bfi_ethport_lpbk_up()
[all …]
Dbfa_msgq.c191 bfi_h2i_set(dbell->mh, BFI_MC_MSGQ, BFI_MSGQ_H2I_DOORBELL_PI, 0); in bfa_msgq_cmdq_dbell()
192 dbell->mh.mtag.i2htok = 0; in bfa_msgq_cmdq_dbell()
285 bfi_h2i_set(rsp->mh, BFI_MC_MSGQ, BFI_MSGQ_H2I_CMDQ_COPY_RSP, 0); in bfa_msgq_cmdq_copy_rsp()
286 rsp->mh.mtag.i2htok = htons(cmdq->token); in bfa_msgq_cmdq_copy_rsp()
449 bfi_h2i_set(dbell->mh, BFI_MC_MSGQ, BFI_MSGQ_H2I_DOORBELL_CI, 0); in bfa_msgq_rspq_dbell()
450 dbell->mh.mtag.i2htok = 0; in bfa_msgq_rspq_dbell()
514 bfi_h2i_set(msgq_cfg->mh, BFI_MC_MSGQ, BFI_MSGQ_H2I_INIT_REQ, 0); in bfa_msgq_init()
515 msgq_cfg->mh.mtag.i2htok = 0; in bfa_msgq_init()
530 switch (msg->mh.msg_id) { in bfa_msgq_isr()
Dbna_tx_rx.c184 bfi_msgq_mhdr_set(req->mh, BFI_MC_ENET, req_type, 0, rxf->rx->rid); in bna_bfi_ucast_req()
185 req->mh.num_entries = htons( in bna_bfi_ucast_req()
189 sizeof(struct bfi_enet_ucast_req), &req->mh); in bna_bfi_ucast_req()
199 bfi_msgq_mhdr_set(req->mh, BFI_MC_ENET, BFI_ENET_H2I_MAC_MCAST_ADD_REQ, in bna_bfi_mcast_add_req()
201 req->mh.num_entries = htons( in bna_bfi_mcast_add_req()
205 sizeof(struct bfi_enet_mcast_add_req), &req->mh); in bna_bfi_mcast_add_req()
215 bfi_msgq_mhdr_set(req->mh, BFI_MC_ENET, BFI_ENET_H2I_MAC_MCAST_DEL_REQ, in bna_bfi_mcast_del_req()
217 req->mh.num_entries = htons( in bna_bfi_mcast_del_req()
221 sizeof(struct bfi_enet_mcast_del_req), &req->mh); in bna_bfi_mcast_del_req()
230 bfi_msgq_mhdr_set(req->mh, BFI_MC_ENET, in bna_bfi_mcast_filter_req()
[all …]
/linux-6.1.9/fs/dlm/
Dmidcomms.c287 struct dlm_mhandle *mh = container_of(rcu, struct dlm_mhandle, rcu); in dlm_mhandle_release() local
289 dlm_lowcomms_put_msg(mh->msg); in dlm_mhandle_release()
290 dlm_free_mhandle(mh); in dlm_mhandle_release()
294 struct dlm_mhandle *mh) in dlm_mhandle_delete() argument
296 list_del_rcu(&mh->list); in dlm_mhandle_delete()
298 call_rcu(&mh->rcu, dlm_mhandle_release); in dlm_mhandle_delete()
303 struct dlm_mhandle *mh; in dlm_send_queue_flush() local
309 list_for_each_entry_rcu(mh, &node->send_queue, list) { in dlm_send_queue_flush()
310 dlm_mhandle_delete(node, mh); in dlm_send_queue_flush()
401 struct dlm_mhandle *mh; in dlm_send_fin() local
[all …]
Drcom.c56 struct dlm_mhandle *mh; in create_rcom() local
59 mh = dlm_midcomms_get_mhandle(to_nodeid, mb_len, GFP_NOFS, &mb); in create_rcom()
60 if (!mh) { in create_rcom()
67 *mh_ret = mh; in create_rcom()
92 static void send_rcom(struct dlm_mhandle *mh, struct dlm_rcom *rc) in send_rcom() argument
94 dlm_midcomms_commit_mhandle(mh); in send_rcom()
359 struct dlm_mhandle *mh; in dlm_send_rcom_lookup() local
364 &rc, &mh); in dlm_send_rcom_lookup()
370 send_rcom(mh, rc); in dlm_send_rcom_lookup()
378 struct dlm_mhandle *mh; in receive_rcom_lookup() local
[all …]
/linux-6.1.9/drivers/mtd/
Dinftlmount.c37 struct INFTLMediaHeader *mh = &inftl->MediaHdr; in find_boot_record() local
104 memcpy(mh, buf, sizeof(struct INFTLMediaHeader)); in find_boot_record()
115 if (memcmp(mh, buf, sizeof(struct INFTLMediaHeader))) { in find_boot_record()
121 mh->NoOfBootImageBlocks = le32_to_cpu(mh->NoOfBootImageBlocks); in find_boot_record()
122 mh->NoOfBinaryPartitions = le32_to_cpu(mh->NoOfBinaryPartitions); in find_boot_record()
123 mh->NoOfBDTLPartitions = le32_to_cpu(mh->NoOfBDTLPartitions); in find_boot_record()
124 mh->BlockMultiplierBits = le32_to_cpu(mh->BlockMultiplierBits); in find_boot_record()
125 mh->FormatFlags = le32_to_cpu(mh->FormatFlags); in find_boot_record()
126 mh->PercentUsed = le32_to_cpu(mh->PercentUsed); in find_boot_record()
137 mh->bootRecordID, mh->NoOfBootImageBlocks, in find_boot_record()
[all …]
Dnftlmount.c31 struct NFTLMediaHeader *mh = &nftl->MediaHdr; in find_boot_record() local
121 if (memcmp(mh, buf, sizeof(struct NFTLMediaHeader))) { in find_boot_record()
143 memcpy(mh, buf, sizeof(struct NFTLMediaHeader)); in find_boot_record()
150 if (mh->UnitSizeFactor == 0) { in find_boot_record()
152 } else if (mh->UnitSizeFactor < 0xfc) { in find_boot_record()
154 mh->UnitSizeFactor); in find_boot_record()
156 } else if (mh->UnitSizeFactor != 0xff) { in find_boot_record()
158 mh->UnitSizeFactor); in find_boot_record()
159 nftl->EraseSize = nftl->mbd.mtd->erasesize << (0xff - mh->UnitSizeFactor); in find_boot_record()
163 nftl->nb_boot_blocks = le16_to_cpu(mh->FirstPhysicalEUN); in find_boot_record()
[all …]
/linux-6.1.9/arch/arm/vfp/
Dvfp.h44 static inline void add128(u64 *resh, u64 *resl, u64 nh, u64 nl, u64 mh, u64 ml) in add128() argument
51 : "0" (nl), "1" (nh), "r" (ml), "r" (mh) in add128()
57 static inline void sub128(u64 *resh, u64 *resl, u64 nh, u64 nl, u64 mh, u64 ml) in sub128() argument
64 : "0" (nl), "1" (nh), "r" (ml), "r" (mh) in sub128()
72 u32 nh, nl, mh, ml; in mul64to128() local
82 mh = m >> 32; in mul64to128()
83 rmb = (u64)nl * mh; in mul64to128()
86 rh = (u64)nh * mh; in mul64to128()
112 u64 mh, ml, remh, reml, termh, terml, z; in vfp_estimate_div128to64() local
116 mh = m >> 32; in vfp_estimate_div128to64()
[all …]
/linux-6.1.9/net/ipv6/netfilter/
Dip6t_mh.c34 const struct ip6_mh *mh; in mh_mt6() local
41 mh = skb_header_pointer(skb, par->thoff, sizeof(_mh), &_mh); in mh_mt6()
42 if (mh == NULL) { in mh_mt6()
50 if (mh->ip6mh_proto != IPPROTO_NONE) { in mh_mt6()
52 mh->ip6mh_proto); in mh_mt6()
57 return type_match(mhinfo->types[0], mhinfo->types[1], mh->ip6mh_type, in mh_mt6()
/linux-6.1.9/drivers/mtd/nand/raw/
Ddiskonchip.c912 struct NFTLMediaHeader *mh; in nftl_partscan() local
926 mh = (struct NFTLMediaHeader *)buf; in nftl_partscan()
928 le16_to_cpus(&mh->NumEraseUnits); in nftl_partscan()
929 le16_to_cpus(&mh->FirstPhysicalEUN); in nftl_partscan()
930 le32_to_cpus(&mh->FormattedSize); in nftl_partscan()
937 mh->DataOrgID, mh->NumEraseUnits, in nftl_partscan()
938 mh->FirstPhysicalEUN, mh->FormattedSize, in nftl_partscan()
939 mh->UnitSizeFactor); in nftl_partscan()
944 if (mh->UnitSizeFactor == 0x00) { in nftl_partscan()
950 mh->UnitSizeFactor = 0xff; in nftl_partscan()
[all …]
/linux-6.1.9/net/802/
Dmrp.c347 if (mrp_cb(app->pdu)->mh) in mrp_pdu_queue()
370 struct mrp_msg_hdr *mh; in mrp_pdu_append_msg_hdr() local
372 if (mrp_cb(app->pdu)->mh) { in mrp_pdu_append_msg_hdr()
375 mrp_cb(app->pdu)->mh = NULL; in mrp_pdu_append_msg_hdr()
379 if (skb_tailroom(app->pdu) < sizeof(*mh)) in mrp_pdu_append_msg_hdr()
381 mh = __skb_put(app->pdu, sizeof(*mh)); in mrp_pdu_append_msg_hdr()
382 mh->attrtype = attrtype; in mrp_pdu_append_msg_hdr()
383 mh->attrlen = attrlen; in mrp_pdu_append_msg_hdr()
384 mrp_cb(app->pdu)->mh = mh; in mrp_pdu_append_msg_hdr()
421 if (!mrp_cb(app->pdu)->mh || in mrp_pdu_append_vecattr_event()
[all …]
/linux-6.1.9/fs/gfs2/
Dutil.h101 struct gfs2_meta_header *mh = (struct gfs2_meta_header *)bh->b_data; in gfs2_meta_check() local
102 u32 magic = be32_to_cpu(mh->mh_magic); in gfs2_meta_check()
122 struct gfs2_meta_header *mh = (struct gfs2_meta_header *)bh->b_data; in gfs2_metatype_check_i() local
123 u32 magic = be32_to_cpu(mh->mh_magic); in gfs2_metatype_check_i()
124 u16 t = be32_to_cpu(mh->mh_type); in gfs2_metatype_check_i()
140 struct gfs2_meta_header *mh; in gfs2_metatype_set() local
141 mh = (struct gfs2_meta_header *)bh->b_data; in gfs2_metatype_set()
142 mh->mh_type = cpu_to_be32(type); in gfs2_metatype_set()
143 mh->mh_format = cpu_to_be32(format); in gfs2_metatype_set()
Dtrans.c234 struct gfs2_meta_header *mh; in gfs2_trans_add_meta() local
263 mh = (struct gfs2_meta_header *)bd->bd_bh->b_data; in gfs2_trans_add_meta()
264 if (unlikely(mh->mh_magic != cpu_to_be32(GFS2_MAGIC))) { in gfs2_trans_add_meta()
279 mh->__pad0 = cpu_to_be64(0); in gfs2_trans_add_meta()
280 mh->mh_jid = cpu_to_be32(sdp->sd_jdesc->jd_jid); in gfs2_trans_add_meta()
/linux-6.1.9/net/mctp/
Droute.c44 struct mctp_hdr *mh; in mctp_lookup_bind() local
51 mh = mctp_hdr(skb); in mctp_lookup_bind()
67 if (!mctp_address_matches(msk->bind_addr, mh->dest)) in mctp_lookup_bind()
101 struct mctp_hdr *mh; in mctp_lookup_key() local
104 mh = mctp_hdr(skb); in mctp_lookup_key()
105 tag = mh->flags_seq_tag & (MCTP_HDR_TAG_MASK | MCTP_HDR_FLAG_TO); in mctp_lookup_key()
111 if (!mctp_key_match(key, mh->dest, peer, tag)) in mctp_lookup_key()
329 struct mctp_hdr *mh; in mctp_route_input() local
347 mh = mctp_hdr(skb); in mctp_route_input()
350 if (mh->ver != 1) in mctp_route_input()
[all …]
/linux-6.1.9/net/ipv6/
Dmip6.c77 const struct ip6_mh *mh; in mip6_mh_filter() local
79 mh = skb_header_pointer(skb, skb_transport_offset(skb), in mip6_mh_filter()
81 if (!mh) in mip6_mh_filter()
84 if (((mh->ip6mh_hdrlen + 1) << 3) > skb->len) in mip6_mh_filter()
87 if (mh->ip6mh_hdrlen < mip6_mh_len(mh->ip6mh_type)) { in mip6_mh_filter()
89 mh->ip6mh_hdrlen, in mip6_mh_filter()
90 mip6_mh_len(mh->ip6mh_type)); in mip6_mh_filter()
96 if (mh->ip6mh_proto != IPPROTO_NONE) { in mip6_mh_filter()
98 mh->ip6mh_proto); in mip6_mh_filter()
/linux-6.1.9/drivers/crypto/bcm/
Dspu.c45 if (spuh->mh.flags & MH_SCTX_PRES) in spum_dump_msg_hdr()
47 if (spuh->mh.flags & MH_BDESC_PRES) in spum_dump_msg_hdr()
49 if (spuh->mh.flags & MH_MFM_PRES) in spum_dump_msg_hdr()
51 if (spuh->mh.flags & MH_BD_PRES) in spum_dump_msg_hdr()
53 if (spuh->mh.flags & MH_HASH_PRES) in spum_dump_msg_hdr()
55 if (spuh->mh.flags & MH_SUPDT_PRES) in spum_dump_msg_hdr()
57 packet_log(" Opcode 0x%02x\n", spuh->mh.op_code); in spum_dump_msg_hdr()
59 ptr += sizeof(spuh->mh) + sizeof(spuh->emh); /* skip emh. unused */ in spum_dump_msg_hdr()
62 if (spuh->mh.flags & MH_SCTX_PRES) { in spum_dump_msg_hdr()
275 if (spuh->mh.flags & MH_BDESC_PRES) { in spum_dump_msg_hdr()
[all …]
/linux-6.1.9/arch/sh/kernel/cpu/sh2a/
Dfpu.c153 static inline long long rshift64(unsigned long long mh, in rshift64() argument
157 return mh >> (n - 64); in rshift64()
158 return (mh << (64 - n)) | (ml >> n); in rshift64()
164 unsigned long long mh, ml, nh, nl; in denormal_muld() local
175 mult64(ix, iy, &mh, &ml); in denormal_muld()
176 nh = mh; in denormal_muld()
188 ix = (rshift64(mh, ml, w - 52) & 0x000fffffffffffffLL) in denormal_muld()
191 ix = rshift64(mh, ml, w - 51 - exp) & 0x000fffffffffffffLL; in denormal_muld()

12