Searched refs:push_size (Results 1 – 2 of 2) sorted by relevance
97 void *push, u64 push_addr, u32 push_size, struct nvif_chan *chan) in nvif_chan_gpfifo_ctor() argument111 chan->push.hw.max = push_size >> 2; in nvif_chan_gpfifo_ctor()
4016 int push_size; in bnxt_alloc_tx_rings() local4018 push_size = L1_CACHE_ALIGN(sizeof(struct tx_push_bd) + in bnxt_alloc_tx_rings()4021 if (push_size > 256) { in bnxt_alloc_tx_rings()4022 push_size = 0; in bnxt_alloc_tx_rings()4026 bp->tx_push_size = push_size; in bnxt_alloc_tx_rings()