12 #ifndef _PACKET_NVME_H_ 13 #define _PACKET_NVME_H_ 15 #define NVME_CMD_SIZE 64 16 #define NVME_CQE_SIZE 16 30 guint32 data_req_pkt_num;
31 guint32 data_resp_pkt_num;
43 nvme_publish_qid(
proto_tree *tree,
int field_index, guint16 qid);
60 void *ctx, guint16 cmd_id);
61 void* nvme_lookup_cmd_in_pending_list(
struct nvme_q_ctx *q_ctx, guint16 cmd_id);
65 void* nvme_lookup_data_request(
struct nvme_q_ctx *q_ctx, guint32 key);
68 nvme_add_data_response(
struct nvme_q_ctx *q_ctx,
75 nvme_add_cmd_cqe_to_done_list(
struct nvme_q_ctx *q_ctx,
Definition: wmem_tree-int.h:47
Definition: packet-nvme.h:18
Definition: packet_info.h:44
Definition: tvbuff-int.h:35
Definition: packet-nvme.h:26