Home
last modified time | relevance | path

Searched refs:__iscsi_complete_pdu (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/scsi/bnx2i/
Dbnx2i_hwi.c1434 __iscsi_complete_pdu(conn, (struct iscsi_hdr *)hdr, in bnx2i_process_scsi_cmd_resp()
1501 __iscsi_complete_pdu(conn, (struct iscsi_hdr *)resp_hdr, in bnx2i_process_login_resp()
1561 __iscsi_complete_pdu(conn, (struct iscsi_hdr *)resp_hdr, in bnx2i_process_text_resp()
1603 __iscsi_complete_pdu(conn, (struct iscsi_hdr *)resp_hdr, NULL, 0); in bnx2i_process_tmf_resp()
1648 __iscsi_complete_pdu(conn, (struct iscsi_hdr *)resp_hdr, NULL, 0); in bnx2i_process_logout_resp()
1742 __iscsi_complete_pdu(conn, (struct iscsi_hdr *)hdr, NULL, 0); in bnx2i_process_nopin_mesg()
1793 __iscsi_complete_pdu(bnx2i_conn->cls_conn->dd_data, in bnx2i_process_async_mesg()
1831 __iscsi_complete_pdu(conn, (struct iscsi_hdr *)hdr, conn->data, in bnx2i_process_reject_mesg()
/linux-4.4.14/include/scsi/
Dlibiscsi.h458 extern int __iscsi_complete_pdu(struct iscsi_conn *, struct iscsi_hdr *,
/linux-4.4.14/drivers/scsi/
Dlibiscsi_tcp.c719 rc = __iscsi_complete_pdu(conn, hdr, NULL, 0); in iscsi_tcp_hdr_dissect()
Dlibiscsi.c1154 int __iscsi_complete_pdu(struct iscsi_conn *conn, struct iscsi_hdr *hdr, in __iscsi_complete_pdu() function
1293 EXPORT_SYMBOL_GPL(__iscsi_complete_pdu);
1301 rc = __iscsi_complete_pdu(conn, hdr, data, datalen); in iscsi_complete_pdu()
/linux-4.4.14/drivers/scsi/be2iscsi/
Dbe_main.c1141 __iscsi_complete_pdu(conn, (struct iscsi_hdr *)ppdu, pbuffer, buf_len); in beiscsi_process_async_pdu()
1404 __iscsi_complete_pdu(conn, (struct iscsi_hdr *)hdr, NULL, 0); in be_complete_logout()
1425 __iscsi_complete_pdu(conn, (struct iscsi_hdr *)hdr, NULL, 0); in be_complete_tmf()
1479 __iscsi_complete_pdu(conn, (struct iscsi_hdr *)hdr, NULL, 0); in be_complete_nopin_resp()