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.c581 fp = &ha->fp_array[i]; in qlnx_create_fp_taskqueues()
611 fp = &ha->fp_array[i]; in qlnx_destroy_fp_taskqueues()
629 fp = &ha->fp_array[i]; in qlnx_drain_fp_taskqueues()
976 if (qlnx_alloc_tx_br(ha, &ha->fp_array[i])) { in qlnx_pci_attach()
1309 struct qlnx_fastpath *fp = &ha->fp_array[i]; in qlnx_release()
1425 fp = &ha->fp_array[i]; in qlnx_set_tx_coalesce()
1460 fp = &ha->fp_array[i]; in qlnx_set_rx_coalesce()
1525 CTLFLAG_RD, &ha->fp_array[i].tx_pkts_processed, in qlnx_add_fp_stats_sysctls()
1530 CTLFLAG_RD, &ha->fp_array[i].tx_pkts_freed, in qlnx_add_fp_stats_sysctls()
1535 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