Home
last modified time | relevance | path

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

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