Searched defs:qedf_ioreq (Results 1 – 1 of 1) sorted by relevance
97 struct qedf_ioreq { struct98 struct list_head link;99 uint16_t xid;100 struct scsi_cmnd *sc_cmd;107 u8 cmd_type;132 enum qedf_ioreq_event event; argument133 size_t data_xfer_len;137 struct kref refcount;138 struct qedf_cmd_mgr *cmd_mgr;139 struct io_bdt *bd_tbl;[all …]