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()474 struct bnx2i_cmd *cmd = task->dd_data; in bnx2i_destroy_cmd_pool()499 struct bnx2i_cmd *cmd = task->dd_data; in bnx2i_setup_cmd_pool()1081 struct bnx2i_cmd *cmd = task->dd_data; in bnx2i_iscsi_send_generic_request()[all …]
505 struct bnx2i_cmd *cmd) in bnx2i_send_iscsi_scsicmd()727 void bnx2i_send_cmd_cleanup_req(struct bnx2i_hba *hba, struct bnx2i_cmd *cmd) in bnx2i_send_cmd_cleanup_req()1343 struct bnx2i_cmd *bnx2i_cmd; in bnx2i_process_scsi_cmd_resp() local1355 bnx2i_cmd = task->dd_data; in bnx2i_process_scsi_cmd_resp()1357 if (bnx2i_cmd->req.op_attr & ISCSI_CMD_REQUEST_READ) { in bnx2i_process_scsi_cmd_resp()1361 bnx2i_cmd->req.total_data_transfer_length; in bnx2i_process_scsi_cmd_resp()1365 bnx2i_cmd->req.total_data_transfer_length); in bnx2i_process_scsi_cmd_resp()1372 bnx2i_cmd->req.total_data_transfer_length; in bnx2i_process_scsi_cmd_resp()1376 bnx2i_cmd->req.total_data_transfer_length); in bnx2i_process_scsi_cmd_resp()1380 bnx2i_iscsi_unmap_sg_list(bnx2i_cmd); in bnx2i_process_scsi_cmd_resp()[all …]