Home
last modified time | relevance | path

Searched refs:extra_count (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/drivers/net/xen-netback/
Dnetback.c112 unsigned int extra_count,
208 unsigned int extra_count, RING_IDX end) in xenvif_tx_err() argument
213 make_tx_response(queue, txp, extra_count, XEN_NETIF_RSP_ERROR); in xenvif_tx_err()
217 extra_count = 0; /* only the first frag can have extras */ in xenvif_tx_err()
233 unsigned int extra_count, in xenvif_count_requests() argument
322 xenvif_tx_err(queue, first, extra_count, cons + slots); in xenvif_count_requests()
343 unsigned int extra_count, in xenvif_tx_create_map_op() argument
353 queue->pending_tx_info[pending_idx].extra_count = extra_count; in xenvif_tx_create_map_op()
383 unsigned int extra_count, in xenvif_get_requests() argument
442 queue->pending_tx_info[pending_idx].extra_count = in xenvif_get_requests()
[all …]
Drx.c248 unsigned int extra_count; member
284 pkt->extra_count++; in xenvif_rx_next_skb()
297 pkt->extra_count++; in xenvif_rx_next_skb()
324 pkt->extra_count++; in xenvif_rx_next_skb()
427 if (pkt->extra_count != 0) in xenvif_rx_data_slot()
445 pkt->extra_count--; in xenvif_rx_extra_slot()
451 if (pkt->extra_count != 0) in xenvif_rx_extra_slot()
477 if (pkt.slot != 0 && pkt.extra_count != 0) in xenvif_rx_skb()
484 } while (pkt.remaining_len > 0 || pkt.extra_count != 0); in xenvif_rx_skb()
Dcommon.h54 unsigned int extra_count; member
/linux-6.12.1/drivers/net/wireless/ath/ath10k/
Dhtc.h63 unsigned int count, extra_count = 0; in ath10k_htc_get_bundle_count() local
68 extra_count = FIELD_GET(ATH10K_HTC_BUNDLE_EXTRA_MASK, flags) << in ath10k_htc_get_bundle_count()
71 return count + extra_count; in ath10k_htc_get_bundle_count()
/linux-6.12.1/include/linux/
Dmigrate.h81 struct folio *newfolio, struct folio *folio, int extra_count);
/linux-6.12.1/mm/
Dmigrate.c612 struct folio *newfolio, struct folio *folio, int extra_count) in folio_migrate_mapping() argument
614 int expected_count = folio_expected_refs(mapping, folio) + extra_count; in folio_migrate_mapping()