Searched refs:pending_packets (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/ethernet/google/gve/
H A Dgve_tx_dqo.c121 /* No pending_packets available, try to steal the list from the
133 pending_packet = &tx->dqo.pending_packets[index];
146 s16 index = pending_packet - tx->dqo.pending_packets;
168 &tx->dqo.pending_packets[i];
233 kvfree(tx->dqo.pending_packets);
234 tx->dqo.pending_packets = NULL;
322 tx->dqo.pending_packets = kvcalloc(tx->dqo.num_pending_packets,
323 sizeof(tx->dqo.pending_packets[0]),
325 if (!tx->dqo.pending_packets)
330 tx->dqo.pending_packets[
[all...]
H A Dgve.h428 * pending_packets, or -1 if empty.
492 * pending_packets, or -1 if empty.
554 struct gve_tx_pending_packet_dqo *pending_packets; member in struct:gve_tx_ring::__anon533::__anon535
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c2597 * @pending_packets: signal to arm the TX coal timer
2600 * pending_packets to true to make NAPI arm the TX coal timer.
2603 bool *pending_packets)
2774 *pending_packets = true;
5731 bool pending_packets = false; local
5740 work_done = stmmac_tx_clean(priv, budget, chan, &pending_packets);
5752 if (pending_packets)
2602 stmmac_tx_clean(struct stmmac_priv *priv, int budget, u32 queue, bool *pending_packets) argument

Completed in 121 milliseconds