Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/bnx2i/
Dbnx2i_hwi.c1486 bnx2i_conn->gen_pdu.resp_wr_ptr = in bnx2i_process_login_resp()
1496 bnx2i_conn->gen_pdu.resp_wr_ptr[0] = 0; in bnx2i_process_login_resp()
1497 bnx2i_conn->gen_pdu.resp_wr_ptr++; in bnx2i_process_login_resp()
1503 bnx2i_conn->gen_pdu.resp_wr_ptr - bnx2i_conn->gen_pdu.resp_buf); in bnx2i_process_login_resp()
1548 bnx2i_conn->gen_pdu.resp_wr_ptr = bnx2i_conn->gen_pdu.resp_buf + in bnx2i_process_text_resp()
1557 bnx2i_conn->gen_pdu.resp_wr_ptr[0] = 0; in bnx2i_process_text_resp()
1558 bnx2i_conn->gen_pdu.resp_wr_ptr++; in bnx2i_process_text_resp()
1563 bnx2i_conn->gen_pdu.resp_wr_ptr - in bnx2i_process_text_resp()
Dbnx2i.h204 char *resp_wr_ptr; member
Dbnx2i_iscsi.c1001 bnx2i_conn->gen_pdu.resp_wr_ptr = bnx2i_conn->gen_pdu.resp_buf; in bnx2i_conn_alloc_login_resources()