Lines Matching defs:beiscsi_io_task
496 struct beiscsi_io_task { struct
497 struct wrb_handle *pwrb_handle;
498 struct sgl_handle *psgl_handle;
499 struct beiscsi_conn *conn;
500 struct scsi_cmnd *scsi_cmnd;
501 unsigned int cmd_sn;
502 unsigned int flags;
503 unsigned short cid;
504 unsigned short header_len;
505 itt_t libiscsi_itt;
506 struct be_cmd_bhs *cmd_bhs;
507 struct be_bus_address bhs_pa;
508 unsigned short bhs_len;
509 dma_addr_t mtask_addr;
510 uint32_t mtask_data_count;
511 uint8_t wrb_type;