Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_init.c217 if (adapter->ahw.cut_through) { in netxen_alloc_sw_resources()
1466 if (!adapter->ahw.cut_through) in netxen_alloc_rx_skb()
Dnetxen_nic_main.c878 adapter->ahw.cut_through = (i & 0x8000) ? 1 : 0; in netxen_check_options()
883 adapter->ahw.cut_through ? "cut-through" : "legacy"); in netxen_check_options()
3163 if (adapter->ahw.cut_through) in netxen_destip_supported()
Dnetxen_nic.h582 u8 cut_through; member