Searched refs:pending_packets (Results 1 – 3 of 3) sorted by relevance
143 pending_packet = &tx->dqo.pending_packets[index]; in gve_alloc_pending_packet()156 s16 index = pending_packet - tx->dqo.pending_packets; in gve_free_pending_packet()197 &tx->dqo.pending_packets[i]; in gve_tx_clean_pending_packets()258 kvfree(tx->dqo.pending_packets); in gve_tx_free_ring_dqo()259 tx->dqo.pending_packets = NULL; in gve_tx_free_ring_dqo()349 tx->dqo.pending_packets = kvzalloc_objs(tx->dqo.pending_packets[0], in gve_tx_alloc_ring_dqo()351 if (!tx->dqo.pending_packets) in gve_tx_alloc_ring_dqo()356 tx->dqo.pending_packets[i].next = i + 1; in gve_tx_alloc_ring_dqo()358 tx->dqo.pending_packets[tx->dqo.num_pending_packets - 1].next = -1; in gve_tx_alloc_ring_dqo()833 completion_tag = pkt - tx->dqo.pending_packets; in gve_tx_add_skb_dqo()[all …]
619 struct gve_tx_pending_packet_dqo *pending_packets; member
2793 bool *pending_packets) in stmmac_tx_clean() argument2961 *pending_packets = true; in stmmac_tx_clean()5907 bool pending_packets = false; in stmmac_napi_poll_tx() local5916 work_done = stmmac_tx_clean(priv, budget, chan, &pending_packets); in stmmac_napi_poll_tx()5928 if (pending_packets) in stmmac_napi_poll_tx()