Searched refs:max_xmit_dlength (Results 1 – 6 of 6) sorted by relevance
273 if ((conn->max_xmit_dlength > 65536) || in beiscsi_set_param()274 (conn->max_xmit_dlength == 0)) in beiscsi_set_param()275 conn->max_xmit_dlength = 65536; in beiscsi_set_param()398 conn->max_xmit_dlength); in beiscsi_set_params_for_offld()
207 unsigned max_xmit_dlength; /* target_max_recv_dsl */ member
1858 conn->max_xmit_dlength); in cxgbi_conn_alloc_pdu()1878 conn->max_xmit_dlength, ntohl(task->hdr->itt)); in cxgbi_conn_alloc_pdu()2104 if (conn->max_xmit_dlength) in cxgbi_conn_max_xmit_dlength()2105 conn->max_xmit_dlength = min(conn->max_xmit_dlength, max); in cxgbi_conn_max_xmit_dlength()2107 conn->max_xmit_dlength = max; in cxgbi_conn_max_xmit_dlength()2108 cxgbi_align_pdu_size(conn->max_xmit_dlength); in cxgbi_conn_max_xmit_dlength()
176 if (left > conn->max_xmit_dlength) { in iscsi_prep_data_out_pdu()177 hton24(hdr->dlength, conn->max_xmit_dlength); in iscsi_prep_data_out_pdu()178 r2t->data_count = conn->max_xmit_dlength; in iscsi_prep_data_out_pdu()438 conn->max_xmit_dlength); in iscsi_prep_scsi_cmd_pdu()441 conn->max_xmit_dlength); in iscsi_prep_scsi_cmd_pdu()3207 sscanf(buf, "%d", &conn->max_xmit_dlength); in iscsi_set_param()3413 len = sprintf(buf, "%u\n", conn->max_xmit_dlength); in iscsi_conn_get_param()
1779 iscsi_conn_attr(max_xmit_dlength, ISCSI_PARAM_MAX_XMIT_DLENGTH);2102 SETUP_CONN_RD_ATTR(max_xmit_dlength, ISCSI_MAX_XMIT_DLENGTH); in iscsi_register_transport()
666 update_wqe->max_send_pdu_length = conn->max_xmit_dlength; in bnx2i_update_iscsi_conn()