Home
last modified time | relevance | path

Searched refs:push_size (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/i386/tcg/
H A Dseg_helper.c799 push_size = 6 + (new_stack << 2) + (has_error_code << 1); in do_interrupt_protected()
801 push_size += 8; in do_interrupt_protected()
803 push_size <<= shift; in do_interrupt_protected()
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c3310 int push_size; in bnxt_alloc_tx_rings() local
3312 push_size = L1_CACHE_ALIGN(sizeof(struct tx_push_bd) + in bnxt_alloc_tx_rings()
3315 if (push_size > 256) { in bnxt_alloc_tx_rings()
3316 push_size = 0; in bnxt_alloc_tx_rings()
3320 bp->tx_push_size = push_size; in bnxt_alloc_tx_rings()