Home
last modified time | relevance | path

Searched refs:rx_monitor (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/drivers/scsi/lpfc/
H A Dlpfc_mem.c355 if (phba->rx_monitor) { in lpfc_mem_free_all()
356 lpfc_rx_monitor_destroy_ring(phba->rx_monitor); in lpfc_mem_free_all()
357 kfree(phba->rx_monitor); in lpfc_mem_free_all()
358 phba->rx_monitor = NULL; in lpfc_mem_free_all()
H A Dlpfc_crtn.h96 int lpfc_rx_monitor_create_ring(struct lpfc_rx_info_monitor *rx_monitor,
98 void lpfc_rx_monitor_destroy_ring(struct lpfc_rx_info_monitor *rx_monitor);
99 void lpfc_rx_monitor_record(struct lpfc_rx_info_monitor *rx_monitor,
102 struct lpfc_rx_info_monitor *rx_monitor, char *buf,
H A Dlpfc_sli.c8041 if (!rx_monitor->ring) in lpfc_rx_monitor_create_ring()
8044 rx_monitor->head_idx = 0; in lpfc_rx_monitor_create_ring()
8045 rx_monitor->tail_idx = 0; in lpfc_rx_monitor_create_ring()
8060 kfree(rx_monitor->ring); in lpfc_rx_monitor_destroy_ring()
8061 rx_monitor->ring = NULL; in lpfc_rx_monitor_destroy_ring()
8062 rx_monitor->entries = 0; in lpfc_rx_monitor_destroy_ring()
8063 rx_monitor->head_idx = 0; in lpfc_rx_monitor_destroy_ring()
8064 rx_monitor->tail_idx = 0; in lpfc_rx_monitor_destroy_ring()
8368 if (!phba->rx_monitor) { in lpfc_cmf_setup()
8369 phba->rx_monitor = kzalloc(sizeof(*phba->rx_monitor), in lpfc_cmf_setup()
[all …]
H A Dlpfc.h1553 struct lpfc_rx_info_monitor *rx_monitor; member
H A Dlpfc_init.c5581 if (!phba->rx_monitor) { in lpfc_cgn_dump_rxmonitor()
5585 lpfc_rx_monitor_report(phba, phba->rx_monitor, NULL, 0, in lpfc_cgn_dump_rxmonitor()
6066 if (phba->rx_monitor) { in lpfc_cmf_timer()
6089 lpfc_rx_monitor_record(phba->rx_monitor, &entry); in lpfc_cmf_timer()
H A Dlpfc_debugfs.c5561 if (!phba->rx_monitor) { in lpfc_rx_monitor_read()
5565 lpfc_rx_monitor_report(phba, phba->rx_monitor, buffer, in lpfc_rx_monitor_read()