Lines Matching refs:response_len
2636 u64 response_len = 0; in qla2x00_get_host_stats() local
2672 response_len = sizeof(struct ql_vnd_host_stats_resp) + in qla2x00_get_host_stats()
2675 if (response_len > bsg_job->reply_payload.payload_len) { in qla2x00_get_host_stats()
2691 data = kzalloc(response_len, GFP_KERNEL); in qla2x00_get_host_stats()
2698 data, response_len); in qla2x00_get_host_stats()
2705 data, response_len); in qla2x00_get_host_stats()
2736 u64 response_len = 0; in qla2x00_get_tgt_stats() local
2763 response_len = sizeof(struct ql_vnd_tgt_stats_resp) + in qla2x00_get_tgt_stats()
2767 data = kzalloc(response_len, GFP_KERNEL); in qla2x00_get_tgt_stats()
2773 if (response_len > bsg_job->reply_payload.payload_len) { in qla2x00_get_tgt_stats()
2798 rport, (void *)data, response_len); in qla2x00_get_tgt_stats()
2805 response_len); in qla2x00_get_tgt_stats()