Home
last modified time | relevance | path

Searched defs:msgr (Results 1 – 5 of 5) sorted by relevance

/linux/arch/powerpc/sysdev/
H A Dmpic_msgr.c32 static inline void _mpic_msgr_mer_write(struct mpic_msgr *msgr, u32 value) in _mpic_msgr_mer_write()
37 static inline u32 _mpic_msgr_mer_read(struct mpic_msgr *msgr) in _mpic_msgr_mer_read()
42 static inline void _mpic_msgr_disable(struct mpic_msgr *msgr) in _mpic_msgr_disable()
52 struct mpic_msgr *msgr; in mpic_msgr_get() local
70 void mpic_msgr_put(struct mpic_msgr *msgr) in mpic_msgr_put()
81 void mpic_msgr_enable(struct mpic_msgr *msgr) in mpic_msgr_enable()
93 void mpic_msgr_disable(struct mpic_msgr *msgr) in mpic_msgr_disable()
227 struct mpic_msgr *msgr; in mpic_msgr_probe() local
/linux/arch/powerpc/include/asm/
H A Dmpic_msgr.h73 static inline void mpic_msgr_write(struct mpic_msgr *msgr, u32 message) in mpic_msgr_write()
86 static inline u32 mpic_msgr_read(struct mpic_msgr *msgr) in mpic_msgr_read()
97 static inline void mpic_msgr_clear(struct mpic_msgr *msgr) in mpic_msgr_clear()
110 static inline void mpic_msgr_set_destination(struct mpic_msgr *msgr, in mpic_msgr_set_destination()
124 static inline int mpic_msgr_get_irq(struct mpic_msgr *msgr) in mpic_msgr_get_irq()
/linux/net/ceph/
H A Dmessenger.c197 void ceph_encode_my_addr(struct ceph_messenger *msgr) in ceph_encode_my_addr() argument
634 ceph_con_init(struct ceph_connection * con,void * private,const struct ceph_connection_operations * ops,struct ceph_messenger * msgr) ceph_con_init() argument
657 ceph_get_global_seq(struct ceph_messenger * msgr,u32 gt) ceph_get_global_seq() argument
1660 ceph_messenger_reset_nonce(struct ceph_messenger * msgr) ceph_messenger_reset_nonce() argument
1670 ceph_messenger_init(struct ceph_messenger * msgr,struct ceph_entity_addr * myaddr) ceph_messenger_init() argument
1700 ceph_messenger_fini(struct ceph_messenger * msgr) ceph_messenger_fini() argument
[all...]
/linux/include/linux/ceph/
H A Dlibceph.h132 struct ceph_messenger msgr; /* messenger instance */ member
H A Dmessenger.h477 struct ceph_messenger *msgr; member