Home
last modified time | relevance | path

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

/drivers/net/ethernet/intel/idpf/
A Didpf_txrx.c1009 kfree(txq_grp->stashes); in idpf_txq_group_rel()
1370 struct idpf_txq_stash *stashes; in idpf_txq_group_alloc() local
1384 stashes = kcalloc(num_txq, sizeof(*stashes), in idpf_txq_group_alloc()
1386 if (!stashes) in idpf_txq_group_alloc()
1389 tx_qgrp->stashes = stashes; in idpf_txq_group_alloc()
1412 q->stash = &stashes[j]; in idpf_txq_group_alloc()
A Didpf_txrx.h921 struct idpf_txq_stash *stashes; member

Completed in 14 milliseconds