Home
last modified time | relevance | path

Searched refs:fp_array (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/qlnx/qlnxe/
H A Dqlnx_os.c583 fp = &ha->fp_array[i]; in qlnx_create_fp_taskqueues()
613 fp = &ha->fp_array[i]; in qlnx_destroy_fp_taskqueues()
631 fp = &ha->fp_array[i]; in qlnx_drain_fp_taskqueues()
978 if (qlnx_alloc_tx_br(ha, &ha->fp_array[i])) { in qlnx_pci_attach()
1311 struct qlnx_fastpath *fp = &ha->fp_array[i]; in qlnx_release()
1427 fp = &ha->fp_array[i]; in qlnx_set_tx_coalesce()
1462 fp = &ha->fp_array[i]; in qlnx_set_rx_coalesce()
1527 CTLFLAG_RD, &ha->fp_array[i].tx_pkts_processed, in qlnx_add_fp_stats_sysctls()
1532 CTLFLAG_RD, &ha->fp_array[i].tx_pkts_freed, in qlnx_add_fp_stats_sysctls()
1537 CTLFLAG_RD, &ha->fp_array[i].tx_pkts_transmitted, in qlnx_add_fp_stats_sysctls()
[all …]
H A Dqlnx_def.h418 struct qlnx_fastpath fp_array[QLNX_MAX_RSS]; member