Searched refs:dp_tx (Results 1 – 11 of 11) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | txg.c | 122 tx_state_t *tx = &dp->dp_tx; in txg_init() 160 tx_state_t *tx = &dp->dp_tx; in txg_fini() 198 tx_state_t *tx = &dp->dp_tx; in txg_sync_start() 261 tx_state_t *tx = &dp->dp_tx; in txg_sync_stop() 298 tx_state_t *tx = &dp->dp_tx; in txg_hold_open() 367 tx_state_t *tx = &dp->dp_tx; in txg_quiesce() 429 tx_state_t *tx = &dp->dp_tx; in txg_dispatch_callbacks() 473 tx_state_t *tx = &dp->dp_tx; in txg_wait_callbacks() 482 tx_state_t *tx = &dp->dp_tx; in txg_is_syncing() 490 tx_state_t *tx = &dp->dp_tx; in txg_is_quiescing() [all …]
|
| H A D | dsl_pool.c | 359 err = dsl_scan_init(dp, dp->dp_tx.tx_open_txg); in dsl_pool_open() 830 return (curthread == dp->dp_tx.tx_sync_thread || in dsl_pool_sync_context()
|
| H A D | dbuf.c | 3404 ASSERT(!MUTEX_HELD(&dp->dp_tx.tx_sync_lock)); in dbuf_hold_impl()
|
| H A D | zio.c | 2127 if (dp && curthread == dp->dp_tx.tx_sync_thread) in zio_execute_stack_check()
|
| /f-stack/dpdk/drivers/net/sfc/ |
| H A D | sfc_ethdev.c | 185 if (sap->dp_tx->get_dev_info != NULL) in sfc_dev_infos_get() 186 sap->dp_tx->get_dev_info(dev_info); in sfc_dev_infos_get() 1287 const struct sfc_dp_tx *dp_tx; in sfc_tx_descriptor_status() local 1892 const struct sfc_dp_tx *dp_tx; in sfc_eth_dev_set_ops() local 1962 if (dp_tx == NULL) { in sfc_eth_dev_set_ops() 1976 if (dp_tx == NULL) { in sfc_eth_dev_set_ops() 1993 sa->priv.dp_tx = dp_tx; in sfc_eth_dev_set_ops() 2034 sa->priv.dp_tx = NULL; in sfc_eth_dev_clear_ops() 2055 const struct sfc_dp_tx *dp_tx; in sfc_eth_dev_secondary_init() local 2086 if (dp_tx == NULL) { in sfc_eth_dev_secondary_init() [all …]
|
| H A D | sfc_dp_tx.h | 214 sfc_dp_tx_offload_capa(const struct sfc_dp_tx *dp_tx) in sfc_dp_tx_offload_capa() argument 216 return dp_tx->dev_offload_capa | dp_tx->queue_offload_capa; in sfc_dp_tx_offload_capa()
|
| H A D | sfc_tx.c | 62 return sa->priv.dp_tx->dev_offload_capa & sfc_tx_get_offload_mask(sa); in sfc_tx_get_dev_offload_caps() 68 return sa->priv.dp_tx->queue_offload_capa & sfc_tx_get_offload_mask(sa); in sfc_tx_get_queue_offload_caps() 137 rc = sa->priv.dp_tx->qsize_up_rings(nb_tx_desc, &hw_limits, in sfc_tx_qinit() 203 rc = sa->priv.dp_tx->qcreate(sa->eth_dev->data->port_id, sw_index, in sfc_tx_qinit() 247 sa->priv.dp_tx->qdestroy(txq_info->dp); in sfc_tx_qfini() 498 rc = sa->priv.dp_tx->qstart(txq_info->dp, evq->read_ptr, desc_index); in sfc_tx_qstart() 543 sa->priv.dp_tx->qstop(txq_info->dp, &txq->evq->read_ptr); in sfc_tx_qstop() 580 sa->priv.dp_tx->qreap(txq_info->dp); in sfc_tx_qstop() 936 return sap->dp_tx; in sfc_dp_tx_by_dp_txq()
|
| H A D | sfc_ev.c | 268 SFC_ASSERT(evq->sa->priv.dp_tx->qtx_ev != NULL); in sfc_ev_dp_tx() 269 return evq->sa->priv.dp_tx->qtx_ev(dp_txq, id); in sfc_ev_dp_tx() 292 SFC_ASSERT(evq->sa->priv.dp_tx->qtx_ev != NULL); in sfc_ev_dp_tx_ndescs() 293 return evq->sa->priv.dp_tx->qtx_ev(dp_txq, ndescs); in sfc_ev_dp_tx_ndescs() 688 if (strcmp(sa->priv.dp_tx->dp.name, in sfc_ev_qstart()
|
| H A D | sfc.h | 191 const struct sfc_dp_tx *dp_tx; member
|
| H A D | sfc.c | 800 if (sfc_dp_tx_offload_capa(sa->priv.dp_tx) & DEV_TX_OFFLOAD_TCP_TSO) { in sfc_attach() 808 (sfc_dp_tx_offload_capa(sa->priv.dp_tx) & in sfc_attach()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | dsl_pool.h | 129 tx_state_t dp_tx; member
|