Symbol: __iscsi_complete_pdu
drivers/scsi/be2iscsi/be_main.c
1208
__iscsi_complete_pdu(conn, (struct iscsi_hdr *)hdr, NULL, 0);
drivers/scsi/be2iscsi/be_main.c
1229
__iscsi_complete_pdu(conn, (struct iscsi_hdr *)hdr, NULL, 0);
drivers/scsi/be2iscsi/be_main.c
1284
__iscsi_complete_pdu(conn, (struct iscsi_hdr *)hdr, NULL, 0);
drivers/scsi/be2iscsi/be_main.c
1463
__iscsi_complete_pdu(conn, (struct iscsi_hdr *)phdr, pdata, dlen);
drivers/scsi/bnx2i/bnx2i_hwi.c
1417
__iscsi_complete_pdu(conn, (struct iscsi_hdr *)hdr,
drivers/scsi/bnx2i/bnx2i_hwi.c
1484
__iscsi_complete_pdu(conn, (struct iscsi_hdr *)resp_hdr,
drivers/scsi/bnx2i/bnx2i_hwi.c
1544
__iscsi_complete_pdu(conn, (struct iscsi_hdr *)resp_hdr,
drivers/scsi/bnx2i/bnx2i_hwi.c
1586
__iscsi_complete_pdu(conn, (struct iscsi_hdr *)resp_hdr, NULL, 0);
drivers/scsi/bnx2i/bnx2i_hwi.c
1631
__iscsi_complete_pdu(conn, (struct iscsi_hdr *)resp_hdr, NULL, 0);
drivers/scsi/bnx2i/bnx2i_hwi.c
1725
__iscsi_complete_pdu(conn, (struct iscsi_hdr *)hdr, NULL, 0);
drivers/scsi/bnx2i/bnx2i_hwi.c
1776
__iscsi_complete_pdu(bnx2i_conn->cls_conn->dd_data,
drivers/scsi/bnx2i/bnx2i_hwi.c
1814
__iscsi_complete_pdu(conn, (struct iscsi_hdr *)hdr, conn->data,
drivers/scsi/libiscsi.c
1351
EXPORT_SYMBOL_GPL(__iscsi_complete_pdu);
drivers/scsi/libiscsi.c
1359
rc = __iscsi_complete_pdu(conn, hdr, data, datalen);
drivers/scsi/libiscsi_tcp.c
752
rc = __iscsi_complete_pdu(conn, hdr, NULL, 0);
drivers/scsi/qedi/qedi_fw.c
141
__iscsi_complete_pdu(conn, (struct iscsi_hdr *)resp_hdr_ptr,
drivers/scsi/qedi/qedi_fw.c
166
__iscsi_complete_pdu(conn, (struct iscsi_hdr *)resp_hdr_ptr, NULL, 0);
drivers/scsi/qedi/qedi_fw.c
250
__iscsi_complete_pdu(conn, (struct iscsi_hdr *)resp_hdr_ptr, NULL, 0);
drivers/scsi/qedi/qedi_fw.c
307
__iscsi_complete_pdu(conn, (struct iscsi_hdr *)resp_hdr_ptr,
drivers/scsi/qedi/qedi_fw.c
473
__iscsi_complete_pdu(conn, (struct iscsi_hdr *)hdr, bdq_data, pdu_len);
drivers/scsi/qedi/qedi_fw.c
527
__iscsi_complete_pdu(conn, (struct iscsi_hdr *)resp_hdr, bdq_data,
drivers/scsi/qedi/qedi_fw.c
570
__iscsi_complete_pdu(conn, (struct iscsi_hdr *)hdr,
drivers/scsi/qedi/qedi_fw.c
667
__iscsi_complete_pdu(conn, (struct iscsi_hdr *)hdr,
drivers/scsi/qedi/qedi_fw.c
76
__iscsi_complete_pdu(conn, (struct iscsi_hdr *)resp_hdr, NULL, 0);
include/scsi/libiscsi.h
477
extern int __iscsi_complete_pdu(struct iscsi_conn *, struct iscsi_hdr *,