Home
last modified time | relevance | path

Searched refs:bnx2i_cmd (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/scsi/bnx2i/
Dbnx2i.h257 struct bnx2i_cmd { struct
831 void bnx2i_iscsi_unmap_sg_list(struct bnx2i_cmd *cmd);
843 struct bnx2i_cmd *cmnd);
850 struct bnx2i_cmd *cmd);
Dbnx2i_iscsi.c56 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 …]
Dbnx2i_hwi.c508 struct bnx2i_cmd *cmd) in bnx2i_send_iscsi_scsicmd()
729 void bnx2i_send_cmd_cleanup_req(struct bnx2i_hba *hba, struct bnx2i_cmd *cmd) in bnx2i_send_cmd_cleanup_req()
1345 struct bnx2i_cmd *bnx2i_cmd; in bnx2i_process_scsi_cmd_resp() local
1357 bnx2i_cmd = task->dd_data; in bnx2i_process_scsi_cmd_resp()
1359 if (bnx2i_cmd->req.op_attr & ISCSI_CMD_REQUEST_READ) { in bnx2i_process_scsi_cmd_resp()
1363 bnx2i_cmd->req.total_data_transfer_length; in bnx2i_process_scsi_cmd_resp()
1367 bnx2i_cmd->req.total_data_transfer_length); in bnx2i_process_scsi_cmd_resp()
1374 bnx2i_cmd->req.total_data_transfer_length; in bnx2i_process_scsi_cmd_resp()
1378 bnx2i_cmd->req.total_data_transfer_length); in bnx2i_process_scsi_cmd_resp()
1382 bnx2i_iscsi_unmap_sg_list(bnx2i_cmd); in bnx2i_process_scsi_cmd_resp()
[all …]