Searched defs:qedf_ioreq (Results 1 – 1 of 1) sorted by relevance
96 struct qedf_ioreq { struct97 struct list_head link;98 uint16_t xid;99 struct scsi_cmnd *sc_cmd;106 u8 cmd_type;131 enum qedf_ioreq_event event; argument132 size_t data_xfer_len;136 struct kref refcount;137 struct qedf_cmd_mgr *cmd_mgr;138 struct io_bdt *bd_tbl;[all …]