Searched refs:bnx2i_cmd (Results 1 – 3 of 3) sorted by relevance
257 struct bnx2i_cmd { struct831 void bnx2i_iscsi_unmap_sg_list(struct bnx2i_cmd *cmd);843 struct bnx2i_cmd *cmnd);850 struct bnx2i_cmd *cmd);
56 static void bnx2i_get_write_cmd_bd_idx(struct bnx2i_cmd *cmd, u32 buf_off, in bnx2i_get_write_cmd_bd_idx()86 struct bnx2i_cmd *cmd = task->dd_data; in bnx2i_setup_write_cmd_bd_info()143 static int bnx2i_map_scsi_sg(struct bnx2i_hba *hba, struct bnx2i_cmd *cmd) in bnx2i_map_scsi_sg()186 static void bnx2i_iscsi_map_sg_list(struct bnx2i_cmd *cmd) in bnx2i_iscsi_map_sg_list()207 void bnx2i_iscsi_unmap_sg_list(struct bnx2i_cmd *cmd) in bnx2i_iscsi_unmap_sg_list()217 static void bnx2i_setup_cmd_wqe_template(struct bnx2i_cmd *cmd) in bnx2i_setup_cmd_wqe_template()445 struct bnx2i_cmd *cmd) in bnx2i_alloc_bdt()475 struct bnx2i_cmd *cmd = task->dd_data; in bnx2i_destroy_cmd_pool()500 struct bnx2i_cmd *cmd = task->dd_data; in bnx2i_setup_cmd_pool()1083 struct bnx2i_cmd *cmd = task->dd_data; in bnx2i_iscsi_send_generic_request()[all …]
505 struct bnx2i_cmd *cmd) in bnx2i_send_iscsi_scsicmd()726 void bnx2i_send_cmd_cleanup_req(struct bnx2i_hba *hba, struct bnx2i_cmd *cmd) in bnx2i_send_cmd_cleanup_req()1342 struct bnx2i_cmd *bnx2i_cmd; in bnx2i_process_scsi_cmd_resp() local1354 bnx2i_cmd = task->dd_data; in bnx2i_process_scsi_cmd_resp()1356 if (bnx2i_cmd->req.op_attr & ISCSI_CMD_REQUEST_READ) { in bnx2i_process_scsi_cmd_resp()1360 bnx2i_cmd->req.total_data_transfer_length; in bnx2i_process_scsi_cmd_resp()1364 bnx2i_cmd->req.total_data_transfer_length); in bnx2i_process_scsi_cmd_resp()1371 bnx2i_cmd->req.total_data_transfer_length; in bnx2i_process_scsi_cmd_resp()1375 bnx2i_cmd->req.total_data_transfer_length); in bnx2i_process_scsi_cmd_resp()1379 bnx2i_iscsi_unmap_sg_list(bnx2i_cmd); in bnx2i_process_scsi_cmd_resp()[all …]