Searched defs:qedf_ioreq (Results 1 – 1 of 1) sorted by relevance
100 struct qedf_ioreq { struct101 struct list_head link;102 uint16_t xid;103 struct scsi_cmnd *sc_cmd;110 u8 cmd_type;135 enum qedf_ioreq_event event; argument136 size_t data_xfer_len;140 struct kref refcount;141 struct qedf_cmd_mgr *cmd_mgr;142 struct io_bdt *bd_tbl;[all …]