Searched refs:coalescing (Results 1 – 15 of 15) sorted by relevance
/freebsd/sys/dev/cxgbe/ |
H A D | t4_mp_ring.c | 121 bool coalescing; in drain_ring() local 138 n = r->drain(r, cidx, pidx, &coalescing); in drain_ring() 181 ns.flags = coalescing ? COALESCING : IDLE; in drain_ring() 232 bool coalescing; in drain_txpkts() local 238 r->drain(r, cidx, pidx, &coalescing); in drain_txpkts() 239 MPASS(coalescing == false); in drain_txpkts()
|
H A D | t4_sge.c | 3133 eth_tx(struct mp_ring *r, u_int cidx, u_int pidx, bool *coalescing) in eth_tx() argument 3163 *coalescing = false; in eth_tx() 3338 *coalescing = txp->npkt > 0; in eth_tx()
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | amd-xgbe.txt | 19 for coalescing)
|
/freebsd/sys/dev/cxgb/ |
H A D | cxgb_sge.c | 277 TXQ_RING_EMPTY(qs) && (qs->coalescing == 0)) in check_pkt_coalesce() 1611 if (qs->coalescing != 0 && in cxgb_tx_watchdog() 1614 qs->coalescing = 0; in cxgb_tx_watchdog() 1615 else if (qs->coalescing == 0 && in cxgb_tx_watchdog() 1617 qs->coalescing = 1; in cxgb_tx_watchdog() 1635 if (qs->coalescing == 0 && (txq->in_use >= (txq->size>>3))) in cxgb_tx_timeout() 1636 qs->coalescing = 1; in cxgb_tx_timeout()
|
H A D | cxgb_adapter.h | 286 int coalescing; member
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/ |
H A D | MachinePassRegistry.def | 256 DUMMY_MACHINE_FUNCTION_PASS("simple-register-coalescing", RegisterCoalescerPass)
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | TargetOpcodes.def | 97 /// register coalescing / allocation aid and must be eliminated before code 104 /// After register coalescing references of v1024 should be replace with
|
/freebsd/sys/dev/aic7xxx/ |
H A D | aic79xx.reg | 280 mask ENINT_COALESCE 0x40 /* Perform interrupt coalescing */ 3726 * The maximum amount of time to wait, when interrupt coalescing 3745 * to continue coalescing (2's complement of value).
|
H A D | aic79xx.seq | 266 * If coalescing, only coalesce up to the limit
|
/freebsd/contrib/jemalloc/ |
H A D | ChangeLog | 238 - Fix an extent coalesce + decay race by taking both coalescing extents off
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrVSX.td | 162 // operations rather than coalescing them into a single register - even though
|
/freebsd/contrib/tzcode/ |
H A D | NEWS | 1181 The zic man page now documents zic's coalescing of transitions
|
/freebsd/contrib/tzdata/ |
H A D | NEWS | 1284 The zic man page now documents zic's coalescing of transitions
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64InstrFormats.td | 5193 // and related passes (coalescing, copy propagation, et. al.) to
|
/freebsd/sys/dev/bnxt/bnxt_en/ |
H A D | hsi_struct_def.h | 71634 uint32_t coalescing; member
|