Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/scsi/bnx2i/
Dbnx2i_hwi.c1406 __iscsi_complete_pdu(conn, (struct iscsi_hdr *)hdr, in bnx2i_process_scsi_cmd_resp()
1473 __iscsi_complete_pdu(conn, (struct iscsi_hdr *)resp_hdr, in bnx2i_process_login_resp()
1533 __iscsi_complete_pdu(conn, (struct iscsi_hdr *)resp_hdr, in bnx2i_process_text_resp()
1575 __iscsi_complete_pdu(conn, (struct iscsi_hdr *)resp_hdr, NULL, 0); in bnx2i_process_tmf_resp()
1620 __iscsi_complete_pdu(conn, (struct iscsi_hdr *)resp_hdr, NULL, 0); in bnx2i_process_logout_resp()
1714 __iscsi_complete_pdu(conn, (struct iscsi_hdr *)hdr, NULL, 0); in bnx2i_process_nopin_mesg()
1765 __iscsi_complete_pdu(bnx2i_conn->cls_conn->dd_data, in bnx2i_process_async_mesg()
1803 __iscsi_complete_pdu(conn, (struct iscsi_hdr *)hdr, conn->data, in bnx2i_process_reject_mesg()
/linux-2.6.39/include/scsi/
Dlibiscsi.h412 extern int __iscsi_complete_pdu(struct iscsi_conn *, struct iscsi_hdr *,
/linux-2.6.39/drivers/scsi/
Dlibiscsi_tcp.c712 rc = __iscsi_complete_pdu(conn, hdr, NULL, 0); in iscsi_tcp_hdr_dissect()
Dlibiscsi.c1125 int __iscsi_complete_pdu(struct iscsi_conn *conn, struct iscsi_hdr *hdr, in __iscsi_complete_pdu() function
1259 EXPORT_SYMBOL_GPL(__iscsi_complete_pdu);
1267 rc = __iscsi_complete_pdu(conn, hdr, data, datalen); in iscsi_complete_pdu()
/linux-2.6.39/drivers/scsi/be2iscsi/
Dbe_main.c979 __iscsi_complete_pdu(conn, (struct iscsi_hdr *)ppdu, pbuffer, buf_len); in beiscsi_process_async_pdu()
1233 __iscsi_complete_pdu(conn, (struct iscsi_hdr *)hdr, NULL, 0); in be_complete_logout()
1257 __iscsi_complete_pdu(conn, (struct iscsi_hdr *)hdr, NULL, 0); in be_complete_tmf()
1310 __iscsi_complete_pdu(conn, (struct iscsi_hdr *)hdr, NULL, 0); in be_complete_nopin_resp()