Lines Matching defs:abdicate
4096 int abdicate = ctx->ifc_sysctl_tx_abdicate;
4113 ifmp_ring_enqueue(txq->ift_br, (void **)&txq, 1, TX_BATCH_SIZE, abdicate);
4114 else if (!abdicate)
4119 if (abdicate)
4289 int abdicate;
4363 abdicate = ctx->ifc_sysctl_tx_abdicate;
4365 err = ifmp_ring_enqueue(txq->ift_br, (void **)&m, 1, TX_BATCH_SIZE, abdicate);
4367 if (abdicate)
4370 if (!abdicate)
6876 "cause TX to abdicate instead of running to completion");