Home
last modified time | relevance | path

Searched refs:tx_err (Results 1 – 11 of 11) sorted by relevance

/freebsd-13.1/sys/contrib/openzfs/include/os/linux/zfs/sys/
H A Dtrace_dmu.h57 __field(int, tx_err)
69 __entry->tx_err = tx->tx_err;
79 __entry->tx_wait_dirty, __entry->tx_err,
/freebsd-13.1/sys/contrib/openzfs/module/zfs/
H A Ddmu_tx.c156 tx->tx_err = err; in dmu_tx_hold_object_impl()
247 txh->txh_tx->tx_err = err; in dmu_tx_count_write()
259 txh->txh_tx->tx_err = err; in dmu_tx_count_write()
287 txh->txh_tx->tx_err = err; in dmu_tx_count_write()
413 tx->tx_err = err; in dmu_tx_hold_free_impl()
423 tx->tx_err = err; in dmu_tx_hold_free_impl()
430 tx->tx_err = err; in dmu_tx_hold_free_impl()
492 tx->tx_err = err; in dmu_tx_hold_zap_impl()
502 tx->tx_err = err; in dmu_tx_hold_zap_impl()
863 if (tx->tx_err) { in dmu_tx_try_assign()
[all …]
/freebsd-13.1/sys/contrib/openzfs/include/sys/
H A Ddmu_tx.h82 int tx_err; member
/freebsd-13.1/sys/dev/qlnx/qlnxe/
H A Decore_l2.c385 u16 rx_mode = 0, tx_err = 0; in ecore_sp_eth_vport_start() local
421 SET_FIELD(tx_err, ETH_TX_ERR_VALS_ILLEGAL_VLAN_MODE, in ecore_sp_eth_vport_start()
424 SET_FIELD(tx_err, ETH_TX_ERR_VALS_PACKET_TOO_SMALL, in ecore_sp_eth_vport_start()
427 SET_FIELD(tx_err, ETH_TX_ERR_VALS_ANTI_SPOOFING_ERR, in ecore_sp_eth_vport_start()
430 SET_FIELD(tx_err, ETH_TX_ERR_VALS_ILLEGAL_INBAND_TAGS, in ecore_sp_eth_vport_start()
433 SET_FIELD(tx_err, ETH_TX_ERR_VALS_VLAN_INSERTION_W_INBAND_TAG, in ecore_sp_eth_vport_start()
436 SET_FIELD(tx_err, ETH_TX_ERR_VALS_MTU_VIOLATION, in ecore_sp_eth_vport_start()
439 SET_FIELD(tx_err, ETH_TX_ERR_VALS_ILLEGAL_CONTROL_FRAME, in ecore_sp_eth_vport_start()
442 p_ramrod->tx_err_behav.values = OSAL_CPU_TO_LE16(tx_err); in ecore_sp_eth_vport_start()
/freebsd-13.1/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_netdev.c1348 goto tx_err; in mlx4_en_start_port()
1354 goto tx_err; in mlx4_en_start_port()
1367 goto tx_err; in mlx4_en_start_port()
1389 goto tx_err; in mlx4_en_start_port()
1395 goto tx_err; in mlx4_en_start_port()
1403 goto tx_err; in mlx4_en_start_port()
1434 tx_err: in mlx4_en_start_port()
/freebsd-13.1/sys/dev/otus/
H A Dif_otusreg.h958 uint64_t tx_err; member
H A Dif_otus.c1374 on->tx_err = 0; in otus_newassoc()
1498 OTUS_NODE(ni)->tx_err++; in otus_cmd_rxeof()
2207 txs->nsuccess = on->tx_done - on->tx_err; in otus_tx_update_ratectl()
2211 on->tx_done = on->tx_err = on->tx_retries = 0; in otus_tx_update_ratectl()
/freebsd-13.1/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_mad.c1614 goto tx_err; in mlx4_ib_alloc_pv_bufs()
1623 goto tx_err; in mlx4_ib_alloc_pv_bufs()
1634 tx_err: in mlx4_ib_alloc_pv_bufs()
/freebsd-13.1/sys/dev/bnxt/
H A Dbnxt_sysctl.c326 &softc->tx_port_stats->tx_err, "Transmitted err"); in bnxt_create_port_stats_sysctls()
H A Dhsi_struct_def.h29722 uint64_t tx_err; member
/freebsd-13.1/sys/dev/iwn/
H A Dif_iwn.c3881 int bit, i, idx, shift, start, tx_err; in iwn_ampdu_tx_done() local
3957 for (tx_err = 0; in iwn_ampdu_tx_done()
3965 tx_err++; in iwn_ampdu_tx_done()
3970 ring->queued -= tx_err; in iwn_ampdu_tx_done()