Home
last modified time | relevance | path

Searched refs:entity_type (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcudbg_lib_common.h36 u32 entity_type; member
H A Dcxgb4_cudbg.c118 entity_hdr->entity_type = e->entity; in cxgb4_cudbg_collect_entity()
/linux/drivers/accel/ivpu/
H A Dvpu_jsm_api.h1441 u32 entity_type; member
1458 u32 entity_type; member
/linux/include/linux/ceph/
H A Dmessenger.h593 __u8 entity_type, __u64 entity_num,
/linux/net/ceph/
H A Dmessenger_v2.c2198 u8 entity_type; in process_hello() local
2206 ceph_decode_8_safe(&p, end, entity_type, bad); in process_hello()
2214 entity_type, ceph_pr_addr(&addr_for_me)); in process_hello()
2216 if (entity_type != con->peer_name.type) { in process_hello()
2218 con->peer_name.type, entity_type); in process_hello()
H A Dmessenger.c599 __u8 entity_type, __u64 entity_num, in ceph_con_open() argument
608 con->peer_name.type = (__u8) entity_type; in ceph_con_open()