| /linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| A D | mod_hdr.c | 62 found = mh; in mod_hdr_get() 91 if (mh) { in mlx5e_mod_hdr_attach() 102 mh = kzalloc(sizeof(*mh) + actions_size, GFP_KERNEL); in mlx5e_mod_hdr_attach() 103 if (!mh) { in mlx5e_mod_hdr_attach() 108 mh->key.actions = (void *)mh + sizeof(*mh); in mlx5e_mod_hdr_attach() 119 mh->key.actions); in mlx5e_mod_hdr_attach() 122 mh->compl_result = err; in mlx5e_mod_hdr_attach() 125 mh->compl_result = 1; in mlx5e_mod_hdr_attach() 129 return mh; in mlx5e_mod_hdr_attach() 150 kfree(mh); in mlx5e_mod_hdr_detach() [all …]
|
| A D | mod_hdr.h | 25 struct mlx5e_mod_hdr_handle *mh); 26 struct mlx5_modify_hdr *mlx5e_mod_hdr_get(struct mlx5e_mod_hdr_handle *mh);
|
| /linux/drivers/scsi/bfa/ |
| A D | bfi_ms.h | 100 struct bfi_mhdr_s mh; 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 179 struct bfi_mhdr_s mh; /* common msg header */ member 236 struct bfi_mhdr_s mh; /* msg header */ member 270 struct bfi_mhdr_s mh; /* msg header */ member 279 struct bfi_mhdr_s mh; /* common msg header */ member [all …]
|
| A D | bfi.h | 170 struct bfi_mhdr_s mh; member 257 struct bfi_mhdr_s mh; member 447 struct bfi_mhdr_s mh; member 591 struct bfi_mhdr_s mh; member 598 struct bfi_mhdr_s mh; member 606 struct bfi_mhdr_s mh; member 613 struct bfi_mhdr_s mh; member 709 struct bfi_mhdr_s mh; member 715 struct bfi_mhdr_s mh; member 726 struct bfi_mhdr_s mh; member [all …]
|
| A D | bfa_port.c | 145 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/fs/dlm/ |
| A D | midcomms.c | 282 kfree(mh); in dlm_mhandle_release() 398 if (!mh) in dlm_send_fin() 1028 list_add_tail_rcu(&mh->list, &mh->node->send_queue); in midcomms_new_msg_cb() 1031 mh->seq = mh->node->seq_send++; in midcomms_new_msg_cb() 1074 mh = kzalloc(sizeof(*mh), GFP_NOFS); in dlm_midcomms_get_mhandle() 1075 if (!mh) in dlm_midcomms_get_mhandle() 1086 kfree(mh); in dlm_midcomms_get_mhandle() 1101 kfree(mh); in dlm_midcomms_get_mhandle() 1113 return mh; in dlm_midcomms_get_mhandle() 1123 mh->opts->o_nextcmd = mh->inner_hd->h_cmd; in dlm_midcomms_commit_msg_3_2() [all …]
|
| A D | rcom.c | 56 struct dlm_mhandle *mh; in create_rcom() local 60 if (!mh) { in create_rcom() 67 *mh_ret = mh; in create_rcom() 358 struct dlm_mhandle *mh; in dlm_send_rcom_lookup() local 363 &rc, &mh); in dlm_send_rcom_lookup() 369 send_rcom(mh, rc); in dlm_send_rcom_lookup() 377 struct dlm_mhandle *mh; in receive_rcom_lookup() local 400 send_rcom(mh, rc); in receive_rcom_lookup() 457 send_rcom(mh, rc); in dlm_send_rcom_lock() 483 send_rcom(mh, rc); in receive_rcom_lock() [all …]
|
| /linux/drivers/net/ethernet/brocade/bna/ |
| A D | bfi_cna.h | 33 struct bfi_mhdr mh; /*!< 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 133 struct bfi_mhdr mh; member 140 struct bfi_mhdr mh; member [all …]
|
| A D | bfi.h | 87 struct bfi_mhdr mh; member 175 struct bfi_mhdr mh; member 334 struct bfi_mhdr mh; 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 433 struct bfi_mhdr mh; member 442 struct bfi_mhdr mh; member 453 struct bfi_mhdr mh; member [all …]
|
| A D | bfi_enet.h | 347 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 488 struct bfi_msgq_mhdr mh; member 505 struct bfi_msgq_mhdr mh; member 526 struct bfi_msgq_mhdr mh; member 552 struct bfi_msgq_mhdr mh; member 565 struct bfi_msgq_mhdr mh; member [all …]
|
| A D | bna_enet.c | 104 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() 412 admin_up_req->mh.num_entries = htons( in bna_bfi_ethport_admin_up() 429 admin_down_req->mh.num_entries = htons( in bna_bfi_ethport_admin_down() 446 lpbk_up_req->mh.num_entries = htons( in bna_bfi_ethport_lpbk_up() 467 lpbk_down_req->mh.num_entries = htons( in bna_bfi_ethport_lpbk_down() 1162 bfi_msgq_mhdr_set(pause_req->mh, BFI_MC_ENET, in bna_bfi_pause_set() 1164 pause_req->mh.num_entries = htons( in bna_bfi_pause_set() 1624 bfi_msgq_mhdr_set(attr_req->mh, BFI_MC_ENET, in bna_bfi_attr_get() 1626 attr_req->mh.num_entries = htons( in bna_bfi_attr_get() [all …]
|
| A D | bfa_msgq.c | 191 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()
|
| A D | bna_tx_rx.c | 185 req->mh.num_entries = htons( in bna_bfi_ucast_req() 201 req->mh.num_entries = htons( in bna_bfi_mcast_add_req() 217 req->mh.num_entries = htons( in bna_bfi_mcast_del_req() 232 req->mh.num_entries = htons( in bna_bfi_mcast_filter_req() 247 req->mh.num_entries = htons( in bna_bfi_rx_promisc_req() 264 req->mh.num_entries = htons( in bna_bfi_rx_vlan_filter_set() 287 req->mh.num_entries = htons( in bna_bfi_vlan_strip_enable() 302 req->mh.num_entries = htons( in bna_bfi_rit_cfg() 319 req->mh.num_entries = htons( in bna_bfi_rss_cfg() 1724 &req->mh); in bna_bfi_rx_enet_stop() [all …]
|
| /linux/drivers/mtd/ |
| A D | inftlmount.c | 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() 139 mh->NoOfBDTLPartitions, in find_boot_record() 140 mh->BlockMultiplierBits, mh->FormatFlags, in find_boot_record() 141 mh->OsakVersion, mh->PercentUsed); in find_boot_record() [all …]
|
| A D | nftlmount.c | 31 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() 163 nftl->nb_boot_blocks = le16_to_cpu(mh->FirstPhysicalEUN); in find_boot_record() 171 nftl->numvunits = le32_to_cpu(mh->FormattedSize) / nftl->EraseSize; in find_boot_record() [all …]
|
| /linux/arch/arm/vfp/ |
| A D | vfp.h | 51 : "0" (nl), "1" (nh), "r" (ml), "r" (mh) in add128() 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() 117 if (mh << 32 <= nh) { in vfp_estimate_div128to64() 121 do_div(z, mh); in vfp_estimate_div128to64() 132 if (mh << 32 <= remh) { in vfp_estimate_div128to64() [all …]
|
| /linux/net/ipv6/netfilter/ |
| A D | ip6t_mh.c | 34 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/drivers/mtd/nand/raw/ |
| A D | diskonchip.c | 912 struct NFTLMediaHeader *mh; in nftl_partscan() local 937 mh->DataOrgID, mh->NumEraseUnits, in nftl_partscan() 938 mh->FirstPhysicalEUN, mh->FormattedSize, in nftl_partscan() 939 mh->UnitSizeFactor); in nftl_partscan() 950 mh->UnitSizeFactor = 0xff; in nftl_partscan() 954 mh->UnitSizeFactor--; in nftl_partscan() 1053 mh->bootRecordID, mh->NoOfBootImageBlocks, in inftl_partscan() 1054 mh->NoOfBinaryPartitions, in inftl_partscan() 1055 mh->NoOfBDTLPartitions, in inftl_partscan() 1056 mh->BlockMultiplierBits, mh->FormatFlags, in inftl_partscan() [all …]
|
| /linux/net/802/ |
| A D | mrp.c | 347 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() 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() 737 mrp_cb(skb)->mh->attrlen); in mrp_pdu_parse_vecattr() [all …]
|
| /linux/fs/gfs2/ |
| A D | util.h | 101 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()
|
| /linux/net/ipv6/ |
| A D | mip6.c | 77 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/net/mctp/ |
| A D | route.c | 44 struct mctp_hdr *mh; in mctp_lookup_bind() local 51 mh = mctp_hdr(skb); in mctp_lookup_bind() 102 struct mctp_hdr *mh; in mctp_lookup_key() local 105 mh = mctp_hdr(skb); in mctp_lookup_key() 315 struct mctp_hdr *mh; in mctp_route_input() local 333 mh = mctp_hdr(skb); in mctp_route_input() 336 if (mh->ver != 1) in mctp_route_input() 398 key = mctp_key_alloc(msk, mh->dest, mh->src, in mctp_route_input() 1020 struct mctp_hdr *mh; in mctp_pkttype_receive() local 1037 mh = mctp_hdr(skb); in mctp_pkttype_receive() [all …]
|
| /linux/drivers/crypto/bcm/ |
| A D | spu.c | 45 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() 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() 298 if (spuh->mh.flags & MH_BD_PRES) { in spum_dump_msg_hdr() [all …]
|
| /linux/arch/sh/kernel/cpu/sh2a/ |
| A D | fpu.c | 153 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()
|
| /linux/arch/h8300/ |
| A D | Makefile | 13 cflags-$(CONFIG_CPU_H8300H) := -mh 14 aflags-$(CONFIG_CPU_H8300H) := -mh -Wa,--mach=h8300h
|