Lines Matching refs:gen_pdu

937 	if (bnx2i_conn->gen_pdu.resp_bd_tbl) {  in bnx2i_conn_free_login_resources()
939 bnx2i_conn->gen_pdu.resp_bd_tbl, in bnx2i_conn_free_login_resources()
940 bnx2i_conn->gen_pdu.resp_bd_dma); in bnx2i_conn_free_login_resources()
941 bnx2i_conn->gen_pdu.resp_bd_tbl = NULL; in bnx2i_conn_free_login_resources()
944 if (bnx2i_conn->gen_pdu.req_bd_tbl) { in bnx2i_conn_free_login_resources()
946 bnx2i_conn->gen_pdu.req_bd_tbl, in bnx2i_conn_free_login_resources()
947 bnx2i_conn->gen_pdu.req_bd_dma); in bnx2i_conn_free_login_resources()
948 bnx2i_conn->gen_pdu.req_bd_tbl = NULL; in bnx2i_conn_free_login_resources()
951 if (bnx2i_conn->gen_pdu.resp_buf) { in bnx2i_conn_free_login_resources()
954 bnx2i_conn->gen_pdu.resp_buf, in bnx2i_conn_free_login_resources()
955 bnx2i_conn->gen_pdu.resp_dma_addr); in bnx2i_conn_free_login_resources()
956 bnx2i_conn->gen_pdu.resp_buf = NULL; in bnx2i_conn_free_login_resources()
959 if (bnx2i_conn->gen_pdu.req_buf) { in bnx2i_conn_free_login_resources()
962 bnx2i_conn->gen_pdu.req_buf, in bnx2i_conn_free_login_resources()
963 bnx2i_conn->gen_pdu.req_dma_addr); in bnx2i_conn_free_login_resources()
964 bnx2i_conn->gen_pdu.req_buf = NULL; in bnx2i_conn_free_login_resources()
979 bnx2i_conn->gen_pdu.req_buf = in bnx2i_conn_alloc_login_resources()
982 &bnx2i_conn->gen_pdu.req_dma_addr, in bnx2i_conn_alloc_login_resources()
984 if (bnx2i_conn->gen_pdu.req_buf == NULL) in bnx2i_conn_alloc_login_resources()
987 bnx2i_conn->gen_pdu.req_buf_size = 0; in bnx2i_conn_alloc_login_resources()
988 bnx2i_conn->gen_pdu.req_wr_ptr = bnx2i_conn->gen_pdu.req_buf; in bnx2i_conn_alloc_login_resources()
990 bnx2i_conn->gen_pdu.resp_buf = in bnx2i_conn_alloc_login_resources()
993 &bnx2i_conn->gen_pdu.resp_dma_addr, in bnx2i_conn_alloc_login_resources()
995 if (bnx2i_conn->gen_pdu.resp_buf == NULL) in bnx2i_conn_alloc_login_resources()
998 bnx2i_conn->gen_pdu.resp_buf_size = ISCSI_DEF_MAX_RECV_SEG_LEN; in bnx2i_conn_alloc_login_resources()
999 bnx2i_conn->gen_pdu.resp_wr_ptr = bnx2i_conn->gen_pdu.resp_buf; in bnx2i_conn_alloc_login_resources()
1001 bnx2i_conn->gen_pdu.req_bd_tbl = in bnx2i_conn_alloc_login_resources()
1003 &bnx2i_conn->gen_pdu.req_bd_dma, GFP_KERNEL); in bnx2i_conn_alloc_login_resources()
1004 if (bnx2i_conn->gen_pdu.req_bd_tbl == NULL) in bnx2i_conn_alloc_login_resources()
1007 bnx2i_conn->gen_pdu.resp_bd_tbl = in bnx2i_conn_alloc_login_resources()
1009 &bnx2i_conn->gen_pdu.resp_bd_dma, in bnx2i_conn_alloc_login_resources()
1011 if (bnx2i_conn->gen_pdu.resp_bd_tbl == NULL) in bnx2i_conn_alloc_login_resources()
1018 bnx2i_conn->gen_pdu.req_bd_tbl, in bnx2i_conn_alloc_login_resources()
1019 bnx2i_conn->gen_pdu.req_bd_dma); in bnx2i_conn_alloc_login_resources()
1020 bnx2i_conn->gen_pdu.req_bd_tbl = NULL; in bnx2i_conn_alloc_login_resources()
1024 bnx2i_conn->gen_pdu.resp_buf, in bnx2i_conn_alloc_login_resources()
1025 bnx2i_conn->gen_pdu.resp_dma_addr); in bnx2i_conn_alloc_login_resources()
1026 bnx2i_conn->gen_pdu.resp_buf = NULL; in bnx2i_conn_alloc_login_resources()
1029 bnx2i_conn->gen_pdu.req_buf, in bnx2i_conn_alloc_login_resources()
1030 bnx2i_conn->gen_pdu.req_dma_addr); in bnx2i_conn_alloc_login_resources()
1031 bnx2i_conn->gen_pdu.req_buf = NULL; in bnx2i_conn_alloc_login_resources()
1051 bd_tbl = (struct iscsi_bd *) bnx2i_conn->gen_pdu.req_bd_tbl; in bnx2i_iscsi_prep_generic_pdu_bd()
1054 (u32) ((u64) bnx2i_conn->gen_pdu.req_dma_addr >> 32); in bnx2i_iscsi_prep_generic_pdu_bd()
1055 bd_tbl->buffer_addr_lo = (u32) bnx2i_conn->gen_pdu.req_dma_addr; in bnx2i_iscsi_prep_generic_pdu_bd()
1056 bd_tbl->buffer_length = bnx2i_conn->gen_pdu.req_wr_ptr - in bnx2i_iscsi_prep_generic_pdu_bd()
1057 bnx2i_conn->gen_pdu.req_buf; in bnx2i_iscsi_prep_generic_pdu_bd()
1062 bd_tbl = (struct iscsi_bd *) bnx2i_conn->gen_pdu.resp_bd_tbl; in bnx2i_iscsi_prep_generic_pdu_bd()
1063 bd_tbl->buffer_addr_hi = (u64) bnx2i_conn->gen_pdu.resp_dma_addr >> 32; in bnx2i_iscsi_prep_generic_pdu_bd()
1064 bd_tbl->buffer_addr_lo = (u32) bnx2i_conn->gen_pdu.resp_dma_addr; in bnx2i_iscsi_prep_generic_pdu_bd()
1093 data_len = bnx2i_conn->gen_pdu.req_buf_size; in bnx2i_iscsi_send_generic_request()
1094 buf = bnx2i_conn->gen_pdu.req_buf; in bnx2i_iscsi_send_generic_request()
1193 memset(bnx2i_conn->gen_pdu.req_buf, 0, ISCSI_DEF_MAX_RECV_SEG_LEN); in bnx2i_mtask_xmit()
1196 bnx2i_conn->gen_pdu.req_buf_size = task->data_count; in bnx2i_mtask_xmit()
1203 memcpy(bnx2i_conn->gen_pdu.req_buf, task->data, in bnx2i_mtask_xmit()
1205 bnx2i_conn->gen_pdu.req_wr_ptr = in bnx2i_mtask_xmit()
1206 bnx2i_conn->gen_pdu.req_buf + task->data_count; in bnx2i_mtask_xmit()