Searched refs:__iscsi_complete_pdu (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/scsi/qedi/ |
D | qedi_fw.c | 78 __iscsi_complete_pdu(conn, (struct iscsi_hdr *)resp_hdr, NULL, 0); in qedi_process_logout_resp() 142 __iscsi_complete_pdu(conn, (struct iscsi_hdr *)resp_hdr_ptr, in qedi_process_text_resp() 177 __iscsi_complete_pdu(conn, (struct iscsi_hdr *)resp_hdr_ptr, NULL, 0); in qedi_tmf_resp_work() 249 __iscsi_complete_pdu(conn, (struct iscsi_hdr *)resp_hdr_ptr, NULL, 0); in qedi_process_tmf_resp() 304 __iscsi_complete_pdu(conn, (struct iscsi_hdr *)resp_hdr_ptr, in qedi_process_login_resp() 473 __iscsi_complete_pdu(conn, (struct iscsi_hdr *)hdr, bdq_data, pdu_len); in qedi_process_nopin_mesg() 527 __iscsi_complete_pdu(conn, (struct iscsi_hdr *)resp_hdr, bdq_data, in qedi_process_async_mesg() 570 __iscsi_complete_pdu(conn, (struct iscsi_hdr *)hdr, in qedi_process_reject_mesg() 682 __iscsi_complete_pdu(conn, (struct iscsi_hdr *)hdr, in qedi_scsi_completion()
|
/Linux-v4.19/drivers/scsi/bnx2i/ |
D | bnx2i_hwi.c | 1419 __iscsi_complete_pdu(conn, (struct iscsi_hdr *)hdr, in bnx2i_process_scsi_cmd_resp() 1486 __iscsi_complete_pdu(conn, (struct iscsi_hdr *)resp_hdr, in bnx2i_process_login_resp() 1546 __iscsi_complete_pdu(conn, (struct iscsi_hdr *)resp_hdr, in bnx2i_process_text_resp() 1588 __iscsi_complete_pdu(conn, (struct iscsi_hdr *)resp_hdr, NULL, 0); in bnx2i_process_tmf_resp() 1633 __iscsi_complete_pdu(conn, (struct iscsi_hdr *)resp_hdr, NULL, 0); in bnx2i_process_logout_resp() 1727 __iscsi_complete_pdu(conn, (struct iscsi_hdr *)hdr, NULL, 0); in bnx2i_process_nopin_mesg() 1778 __iscsi_complete_pdu(bnx2i_conn->cls_conn->dd_data, in bnx2i_process_async_mesg() 1816 __iscsi_complete_pdu(conn, (struct iscsi_hdr *)hdr, conn->data, in bnx2i_process_reject_mesg()
|
/Linux-v4.19/include/scsi/ |
D | libiscsi.h | 461 extern int __iscsi_complete_pdu(struct iscsi_conn *, struct iscsi_hdr *,
|
/Linux-v4.19/drivers/scsi/ |
D | libiscsi_tcp.c | 724 rc = __iscsi_complete_pdu(conn, hdr, NULL, 0); in iscsi_tcp_hdr_dissect()
|
D | libiscsi.c | 1161 int __iscsi_complete_pdu(struct iscsi_conn *conn, struct iscsi_hdr *hdr, in __iscsi_complete_pdu() function 1300 EXPORT_SYMBOL_GPL(__iscsi_complete_pdu); 1308 rc = __iscsi_complete_pdu(conn, hdr, data, datalen); in iscsi_complete_pdu()
|
/Linux-v4.19/drivers/scsi/be2iscsi/ |
D | be_main.c | 1208 __iscsi_complete_pdu(conn, (struct iscsi_hdr *)hdr, NULL, 0); in be_complete_logout() 1229 __iscsi_complete_pdu(conn, (struct iscsi_hdr *)hdr, NULL, 0); in be_complete_tmf() 1284 __iscsi_complete_pdu(conn, (struct iscsi_hdr *)hdr, NULL, 0); in be_complete_nopin_resp() 1463 __iscsi_complete_pdu(conn, (struct iscsi_hdr *)phdr, pdata, dlen); in beiscsi_complete_pdu()
|