Searched refs:md (Results 1 – 9 of 9) sorted by relevance
| /include/linux/ |
| A D | device-mapper.h | 496 int dm_create(int minor, struct mapped_device **md); 502 void dm_get(struct mapped_device *md); 503 int dm_hold(struct mapped_device *md); 504 void dm_put(struct mapped_device *md); 510 void *dm_get_mdptr(struct mapped_device *md); 516 int dm_resume(struct mapped_device *md); 521 uint32_t dm_get_event_nr(struct mapped_device *md); 523 uint32_t dm_next_uevent_seq(struct mapped_device *md); 529 const char *dm_device_name(struct mapped_device *md); 531 struct gendisk *dm_disk(struct mapped_device *md); [all …]
|
| A D | efi.h | 753 extern u64 efi_mem_desc_end(efi_memory_desc_t *md); 802 #define for_each_efi_memory_desc_in_map(m, md) \ argument 803 for ((md) = (m)->map; \ 804 (md) && ((void *)(md) + (m)->desc_size) <= (m)->map_end; \ 805 (md) = (void *)(md) + (m)->desc_size) 813 #define for_each_efi_memory_desc(md) \ argument 814 for_each_efi_memory_desc_in_map(&efi.memmap, md) 821 const efi_memory_desc_t *md);
|
| /include/net/ |
| A D | psample.h | 43 const struct psample_metadata *md); 50 const struct psample_metadata *md) in psample_sample_packet() argument
|
| A D | vxlan.h | 588 static inline void vxlan_build_gbp_hdr(struct vxlanhdr *vxh, const struct vxlan_metadata *md) in vxlan_build_gbp_hdr() argument 592 if (!md->gbp) in vxlan_build_gbp_hdr() 598 if (md->gbp & VXLAN_GBP_DONT_LEARN) in vxlan_build_gbp_hdr() 601 if (md->gbp & VXLAN_GBP_POLICY_APPLIED) in vxlan_build_gbp_hdr() 604 gbp->policy_id = htons(md->gbp & VXLAN_GBP_ID_MASK); in vxlan_build_gbp_hdr()
|
| A D | ip_tunnels.h | 607 struct metadata_dst *iptunnel_metadata_reply(struct metadata_dst *md,
|
| A D | cfg80211.h | 3809 u16 md; member
|
| /include/net/libeth/ |
| A D | xsk.h | 443 struct libeth_rq_napi_stats *rs, const void *md, in __libeth_xsk_run_pass() argument 445 const void *md), in __libeth_xsk_run_pass() argument 461 if (prep && (!__builtin_constant_p(!!md) || md)) in __libeth_xsk_run_pass() 462 prep(xdp, md); in __libeth_xsk_run_pass()
|
| A D | xdp.h | 1480 struct libeth_rq_napi_stats *rs, const void *md, in __libeth_xdp_run_pass() argument 1482 const void *md), in __libeth_xdp_run_pass() argument 1497 if (prep && (!__builtin_constant_p(!!md) || md)) in __libeth_xdp_run_pass() 1498 prep(xdp, md); in __libeth_xdp_run_pass()
|
| /include/linux/soundwire/ |
| A D | sdw.h | 1015 struct sdw_master_device *md; member
|
Completed in 851 milliseconds