Searched refs:lif_to_txq (Results 1 – 2 of 2) sorted by relevance
/drivers/net/ethernet/pensando/ionic/ | ||
D | ionic_lif.h | 187 #define lif_to_txq(lif, i) (&lif_to_txqcq((lif), i)->q) macro |
D | ionic_txrx.c | 895 q = lif_to_txq(lif, queue_index); in ionic_start_xmit() |