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