Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/qlogic/netxen/
H A 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()
H A Dnetxen_nic_main.c876 adapter->ahw.cut_through = (i & 0x8000) ? 1 : 0; in netxen_check_options()
881 adapter->ahw.cut_through ? "cut-through" : "legacy"); in netxen_check_options()
3154 if (adapter->ahw.cut_through) in netxen_destip_supported()
H A Dnetxen_nic.h582 u8 cut_through; member