Lines Matching +refs:pp +refs:stats +refs:reply

313 		struct fc_stats *stats;  in fc_get_host_stats()  local
315 stats = per_cpu_ptr(lport->stats, cpu); in fc_get_host_stats()
317 fc_stats->tx_frames += READ_ONCE(stats->TxFrames); in fc_get_host_stats()
318 fc_stats->tx_words += READ_ONCE(stats->TxWords); in fc_get_host_stats()
319 fc_stats->rx_frames += READ_ONCE(stats->RxFrames); in fc_get_host_stats()
320 fc_stats->rx_words += READ_ONCE(stats->RxWords); in fc_get_host_stats()
321 fc_stats->error_frames += READ_ONCE(stats->ErrorFrames); in fc_get_host_stats()
322 fc_stats->invalid_crc_count += READ_ONCE(stats->InvalidCRCCount); in fc_get_host_stats()
323 fc_stats->fcp_input_requests += READ_ONCE(stats->InputRequests); in fc_get_host_stats()
324 fc_stats->fcp_output_requests += READ_ONCE(stats->OutputRequests); in fc_get_host_stats()
325 fc_stats->fcp_control_requests += READ_ONCE(stats->ControlRequests); in fc_get_host_stats()
326 fcp_in_bytes += READ_ONCE(stats->InputBytes); in fc_get_host_stats()
327 fcp_out_bytes += READ_ONCE(stats->OutputBytes); in fc_get_host_stats()
328 fc_stats->fcp_packet_alloc_failures += READ_ONCE(stats->FcpPktAllocFails); in fc_get_host_stats()
329 fc_stats->fcp_packet_aborts += READ_ONCE(stats->FcpPktAborts); in fc_get_host_stats()
330 fc_stats->fcp_frame_alloc_failures += READ_ONCE(stats->FcpFrameAllocFails); in fc_get_host_stats()
331 fc_stats->link_failure_count += READ_ONCE(stats->LinkFailureCount); in fc_get_host_stats()
424 void *pp; in fc_lport_recv_echo_req() local
433 pp = fc_frame_payload_get(in_fp, len); in fc_lport_recv_echo_req()
441 memcpy(dp, pp, len); in fc_lport_recv_echo_req()
1959 struct fc_bsg_reply *bsg_reply = job->reply; in fc_lport_bsg_resp()
2026 char *pp; in fc_lport_els_request() local
2036 pp = fc_frame_payload_get(fp, len); in fc_lport_els_request()
2040 pp, len); in fc_lport_els_request()
2140 struct fc_bsg_reply *bsg_reply = job->reply; in fc_lport_bsg_request()