Home
last modified time | relevance | path

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

/drivers/net/netxen/
Dnetxen_nic_init.c265 if (adapter->ahw.cut_through) { in netxen_alloc_sw_resources()
1456 if (!adapter->ahw.cut_through) in netxen_post_rx_buffers()
1537 if (!adapter->ahw.cut_through) in netxen_post_rx_buffers_nodb()
Dnetxen_nic_main.c791 adapter->ahw.cut_through = (val & 0x4) ? 1 : 0; in netxen_nic_probe()
793 adapter->ahw.cut_through ? "cut through" : "legacy"); in netxen_nic_probe()
Dnetxen_nic.h809 u8 cut_through; member