Lines Matching refs:gen_pdu

361 	login_wqe->resp_bd_list_addr_lo = (u32) bnx2i_conn->gen_pdu.resp_bd_dma;  in bnx2i_send_iscsi_login()
363 (u32) ((u64) bnx2i_conn->gen_pdu.resp_bd_dma >> 32); in bnx2i_send_iscsi_login()
366 (bnx2i_conn->gen_pdu.resp_buf_size << in bnx2i_send_iscsi_login()
369 login_wqe->bd_list_addr_lo = (u32) bnx2i_conn->gen_pdu.req_bd_dma; in bnx2i_send_iscsi_login()
371 (u32) ((u64) bnx2i_conn->gen_pdu.req_bd_dma >> 32); in bnx2i_send_iscsi_login()
486 text_wqe->resp_bd_list_addr_lo = (u32) bnx2i_conn->gen_pdu.resp_bd_dma; in bnx2i_send_iscsi_text()
488 (u32) ((u64) bnx2i_conn->gen_pdu.resp_bd_dma >> 32); in bnx2i_send_iscsi_text()
491 (bnx2i_conn->gen_pdu.resp_buf_size << in bnx2i_send_iscsi_text()
494 text_wqe->bd_list_addr_lo = (u32) bnx2i_conn->gen_pdu.req_bd_dma; in bnx2i_send_iscsi_text()
496 (u32) ((u64) bnx2i_conn->gen_pdu.req_bd_dma >> 32); in bnx2i_send_iscsi_text()
1468 resp_hdr = (struct iscsi_login_rsp *) &bnx2i_conn->gen_pdu.resp_hdr; in bnx2i_process_login_resp()
1486 bnx2i_conn->gen_pdu.resp_wr_ptr = in bnx2i_process_login_resp()
1487 bnx2i_conn->gen_pdu.resp_buf + pld_len; 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()
1502 bnx2i_conn->gen_pdu.resp_buf, in bnx2i_process_login_resp()
1503 bnx2i_conn->gen_pdu.resp_wr_ptr - bnx2i_conn->gen_pdu.resp_buf); in bnx2i_process_login_resp()
1535 resp_hdr = (struct iscsi_text_rsp *)&bnx2i_conn->gen_pdu.resp_hdr; in bnx2i_process_text_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()
1562 bnx2i_conn->gen_pdu.resp_buf, in bnx2i_process_text_resp()
1563 bnx2i_conn->gen_pdu.resp_wr_ptr - in bnx2i_process_text_resp()
1564 bnx2i_conn->gen_pdu.resp_buf); in bnx2i_process_text_resp()
1595 resp_hdr = (struct iscsi_tm_rsp *) &bnx2i_conn->gen_pdu.resp_hdr; in bnx2i_process_tmf_resp()
1634 resp_hdr = (struct iscsi_logout_rsp *) &bnx2i_conn->gen_pdu.resp_hdr; in bnx2i_process_logout_resp()
1718 hdr = (struct iscsi_nopin *)&bnx2i_conn->gen_pdu.resp_hdr; in bnx2i_process_nopin_mesg()
1777 resp_hdr = (struct iscsi_async *) &bnx2i_conn->gen_pdu.resp_hdr; in bnx2i_process_async_mesg()
1823 hdr = (struct iscsi_reject *) &bnx2i_conn->gen_pdu.resp_hdr; in bnx2i_process_reject_mesg()