Searched refs:md (Results 226 - 238 of 238) sorted by relevance

12345678910

/linux-master/drivers/md/
H A Ddm-crypt.c1174 struct mapped_device *md = dm_table_get_md(ti->table); local
1194 DMDEBUG("%s: Integrity AEAD, tag size %u, IV size %u.", dm_device_name(md),
1202 DMDEBUG("%s: Additional per-sector space %u bytes for IV.", dm_device_name(md),
H A Ddm-thin.c552 static struct pool *__pool_table_lookup(struct mapped_device *md) argument
559 if (tmp->pool_md == md) {
/linux-master/drivers/scsi/ibmvscsi_tgt/
H A Dibmvscsi_tgt.c3189 int nsg, struct srp_direct_buf *md, int nmd,
3219 client_ioba = be64_to_cpu(md[md_idx].va);
3220 client_len = be32_to_cpu(md[md_idx].len);
3188 ibmvscsis_rdma(struct ibmvscsis_cmd *cmd, struct scatterlist *sg, int nsg, struct srp_direct_buf *md, int nmd, enum dma_data_direction dir, unsigned int bytes) argument
/linux-master/drivers/staging/media/atomisp/pci/
H A Dsh_css.c7987 struct ia_css_metadata_info *md)
7993 md->resolution = mdc->resolution;
7998 md->stride = CEIL_MUL(mdc->resolution.width, HIVE_ISP_DDR_WORD_BYTES);
7999 md->size = mdc->resolution.height * md->stride;
7986 metadata_info_init(const struct ia_css_metadata_config *mdc, struct ia_css_metadata_info *md) argument
/linux-master/net/core/
H A Dfilter.c4763 struct metadata_dst *md = this_cpu_ptr(md_dst);
4793 dst_hold((struct dst_entry *) md);
4794 skb_dst_set(skb, (struct dst_entry *) md);
4796 info = &md->u.tun_info;
4845 const struct metadata_dst *md = this_cpu_ptr(md_dst);
4847 if (unlikely(info != &md->u.tun_info || (size & (sizeof(u32) - 1))))
4741 struct metadata_dst *md = this_cpu_ptr(md_dst); local
4823 const struct metadata_dst *md = this_cpu_ptr(md_dst); local
/linux-master/drivers/scsi/ibmvscsi/
H A Dibmvfc.c1605 * @md: memory descriptor list to initialize
1608 struct srp_direct_buf *md)
1614 md[i].va = cpu_to_be64(sg_dma_address(sg));
1615 md[i].len = cpu_to_be32(sg_dma_len(sg));
1616 md[i].key = 0;
1607 ibmvfc_map_sg_list(struct scsi_cmnd *scmd, int nseg, struct srp_direct_buf *md) argument
/linux-master/drivers/net/wwan/t7xx/
H A Dt7xx_hif_cldma.c1124 t7xx_dev->md->md_ctrl[hif_id] = md_ctrl;
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Drtw8922a.c2155 union rtw89_btc_module_info *md = &rtwdev->btc.mdinfo; local
2156 struct rtw89_btc_module_v7 *module = &md->md_v7;
H A Dcore.h1777 struct rtw89_btc_module md; member in union:rtw89_btc_module_info
/linux-master/tools/power/pm-graph/
H A Dsleepgraph.py2524 md = self.sv.max_graph_depth
2527 if (md and self.depth >= md - 1) or (line.name in self.sv.cgblacklist):
2535 (md and last and last.depth >= md) or \
/linux-master/drivers/dma/
H A Dimx-sdma.c321 * @md: burst dma data register
347 u32 md; member in struct:sdma_context_data
/linux-master/include/net/
H A Dcfg80211.h3650 * @md: The Mobility Domain ID, 2 Octet value
3655 u16 md; member in struct:cfg80211_update_ft_ies_params
/linux-master/net/wireless/
H A Dnl80211.c14846 ft_params.md = nla_get_u16(info->attrs[NL80211_ATTR_MDID]);

Completed in 476 milliseconds

12345678910