Home
last modified time | relevance | path

Searched defs:to_channel (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/most/
H A Dmost_cdev.c46 #define to_channel(d) container_of(d, struct comp_channel, cdev) macro
H A Dcore.c65 #define to_channel(d) container_of(d, struct most_channel, dev) macro
/openbmc/linux/drivers/edac/
H A Di7300_edac.c67 #define to_channel(ch, branch) ((((branch)) << 1) | (ch)) macro
H A Dedac_mc_sysfs.c141 #define to_channel(k) (container_of(k, struct dev_ch_attribute, attr)->channel) macro
/openbmc/linux/net/ethtool/
H A Dioctl.c1814 u16 from_channel, to_channel; in ethtool_set_channels() local
/openbmc/qemu/migration/
H A Drdma.c1582 static struct ibv_comp_channel *to_channel(RDMAContext *rdma, uint64_t wrid) in to_channel() function