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()
3311 int push_size; in bnxt_alloc_tx_rings() 3313 push_size = L1_CACHE_ALIGN(sizeof(struct tx_push_bd) + in bnxt_alloc_tx_rings() 3316 if (push_size > 256) { in bnxt_alloc_tx_rings() 3317 push_size = 0; in bnxt_alloc_tx_rings() 3321 bp->tx_push_size = push_size; in bnxt_alloc_tx_rings() 3310 int push_size; bnxt_alloc_tx_rings() local