Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_mem.c348 if (phba->rx_monitor) { in lpfc_mem_free_all()
349 lpfc_rx_monitor_destroy_ring(phba->rx_monitor); in lpfc_mem_free_all()
350 kfree(phba->rx_monitor); in lpfc_mem_free_all()
351 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.c8039 if (!rx_monitor->ring) in lpfc_rx_monitor_create_ring()
8042 rx_monitor->head_idx = 0; in lpfc_rx_monitor_create_ring()
8043 rx_monitor->tail_idx = 0; in lpfc_rx_monitor_create_ring()
8058 kfree(rx_monitor->ring); in lpfc_rx_monitor_destroy_ring()
8059 rx_monitor->ring = NULL; in lpfc_rx_monitor_destroy_ring()
8060 rx_monitor->entries = 0; in lpfc_rx_monitor_destroy_ring()
8061 rx_monitor->head_idx = 0; in lpfc_rx_monitor_destroy_ring()
8062 rx_monitor->tail_idx = 0; in lpfc_rx_monitor_destroy_ring()
8366 if (!phba->rx_monitor) { in lpfc_cmf_setup()
8367 phba->rx_monitor = kzalloc(sizeof(*phba->rx_monitor), in lpfc_cmf_setup()
[all …]
H A Dlpfc.h1536 struct lpfc_rx_info_monitor *rx_monitor; member
H A Dlpfc_init.c5583 if (!phba->rx_monitor) { in lpfc_cgn_dump_rxmonitor()
5587 lpfc_rx_monitor_report(phba, phba->rx_monitor, NULL, 0, in lpfc_cgn_dump_rxmonitor()
6068 if (phba->rx_monitor) { in lpfc_cmf_timer()
6091 lpfc_rx_monitor_record(phba->rx_monitor, &entry); in lpfc_cmf_timer()
H A Dlpfc_debugfs.c5563 if (!phba->rx_monitor) { in lpfc_rx_monitor_read()
5567 lpfc_rx_monitor_report(phba, phba->rx_monitor, buffer, in lpfc_rx_monitor_read()