Home
last modified time | relevance | path

Searched refs:tx_fp (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/qlxgbe/
H A Dql_os.c98 static int qla_alloc_tx_br(qla_host_t *ha, qla_tx_fp_t *tx_fp);
99 static void qla_free_tx_br(qla_host_t *ha, qla_tx_fp_t *tx_fp);
472 ha->tx_fp[i].ha = ha; in qla_pci_attach()
473 ha->tx_fp[i].txr_idx = i; in qla_pci_attach()
475 if (qla_alloc_tx_br(ha, &ha->tx_fp[i])) { in qla_pci_attach()
688 qla_free_tx_br(ha, &ha->tx_fp[i]); in qla_release()
1513 qla_tx_fp_t *fp = &ha->tx_fp[i]; in qla_create_fp_taskqueues()
1543 qla_tx_fp_t *fp = &ha->tx_fp[i]; in qla_destroy_fp_taskqueues()
1560 qla_tx_fp_t *fp = &ha->tx_fp[i]; in qla_drain_fp_taskqueues()
1582 fp = &ha->tx_fp[rss_id]; in qla_transmit()
[all …]
H A Dql_def.h197 qla_tx_fp_t tx_fp[MAX_SDS_RINGS]; member
H A Dql_isr.c963 fp = &ha->tx_fp[idx]; in ql_isr()