Searched refs:stashes (Results 1 – 2 of 2) sorted by relevance
1008 kfree(txq_grp->stashes); in idpf_txq_group_rel()1361 struct idpf_txq_stash *stashes; in idpf_txq_group_alloc() local1375 stashes = kcalloc(num_txq, sizeof(*stashes), in idpf_txq_group_alloc()1377 if (!stashes) in idpf_txq_group_alloc()1380 tx_qgrp->stashes = stashes; in idpf_txq_group_alloc()1403 q->stash = &stashes[j]; in idpf_txq_group_alloc()
929 struct idpf_txq_stash *stashes; member