Lines Matching refs:response_len
2640 u64 response_len = 0; in qla2x00_get_host_stats() local
2676 response_len = sizeof(struct ql_vnd_host_stats_resp) + in qla2x00_get_host_stats()
2679 if (response_len > bsg_job->reply_payload.payload_len) { in qla2x00_get_host_stats()
2695 data = kzalloc(response_len, GFP_KERNEL); in qla2x00_get_host_stats()
2702 data, response_len); in qla2x00_get_host_stats()
2709 data, response_len); in qla2x00_get_host_stats()
2740 u64 response_len = 0; in qla2x00_get_tgt_stats() local
2767 response_len = sizeof(struct ql_vnd_tgt_stats_resp) + in qla2x00_get_tgt_stats()
2771 data = kzalloc(response_len, GFP_KERNEL); in qla2x00_get_tgt_stats()
2777 if (response_len > bsg_job->reply_payload.payload_len) { in qla2x00_get_tgt_stats()
2802 rport, (void *)data, response_len); in qla2x00_get_tgt_stats()
2809 response_len); in qla2x00_get_tgt_stats()