Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c2325 int ddp_bytes; in ixgbe_clean_rx_irq() local
2428 ddp_bytes = ixgbe_fcoe_ddp(adapter, rx_desc, skb); in ixgbe_clean_rx_irq()
2430 if (ddp_bytes > 0) { in ixgbe_clean_rx_irq()
2439 total_rx_bytes += ddp_bytes; in ixgbe_clean_rx_irq()
2440 total_rx_packets += DIV_ROUND_UP(ddp_bytes, in ixgbe_clean_rx_irq()
2443 if (!ddp_bytes) { in ixgbe_clean_rx_irq()