Searched refs:ift_drbr_remote (Results 1 – 1 of 1) sorted by relevance
457 counter_u64_t ift_drbr_remote; member2034 if (txq->ift_drbr_remote != NULL) { in iflib_txq_destroy()2035 counter_u64_free(txq->ift_drbr_remote); in iflib_txq_destroy()2036 txq->ift_drbr_remote = NULL; in iflib_txq_destroy()3012 counter_u64_zero(txq->ift_drbr_remote); in iflib_stop()6654 txq->ift_drbr_remote = counter_u64_alloc(M_WAITOK); in iflib_queues_alloc()7836 "drbr_remote", CTLFLAG_RD, &txq->ift_drbr_remote, in iflib_add_device_sysctl_post()8347 counter_u64_add(txq->ift_drbr_remote, 1); in iflib_simple_transmit_impl()