Searched refs:push_size (Results 1 – 2 of 2) sorted by relevance
799 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()
3310 int push_size; in bnxt_alloc_tx_rings() local3312 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()