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

/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcudbg_lib_common.h36 u32 entity_type; member in struct:cudbg_entity_hdr
H A Dcxgb4_cudbg.c118 entity_hdr->entity_type = e->entity;
/linux-master/drivers/accel/ivpu/
H A Dvpu_jsm_api.h1008 u32 entity_type; member in struct:vpu_ipc_msg_payload_trace_get_name
1025 u32 entity_type; member in struct:vpu_ipc_msg_payload_trace_get_name_rsp
/linux-master/include/linux/ceph/
H A Dmessenger.h591 __u8 entity_type, __u64 entity_num,
/linux-master/net/ceph/
H A Dmessenger_v2.c2225 u8 entity_type; local
2233 ceph_decode_8_safe(&p, end, entity_type, bad);
2240 dout("%s con %p entity_type %d addr_for_me %s\n", __func__, con,
2241 entity_type, ceph_pr_addr(&addr_for_me));
2243 if (entity_type != con->peer_name.type) {
2245 con->peer_name.type, entity_type);
H A Dmessenger.c598 __u8 entity_type, __u64 entity_num,
607 con->peer_name.type = (__u8) entity_type;
597 ceph_con_open(struct ceph_connection *con, __u8 entity_type, __u64 entity_num, struct ceph_entity_addr *addr) argument

Completed in 157 milliseconds