Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlxgbe/
H A Dql_hw.c1007 ha->hw.enable_hw_lro = 1; in ql_hw_add_sysctls()
1011 OID_AUTO, "enable_hw_lro", CTLFLAG_RW, &ha->hw.enable_hw_lro, in ql_hw_add_sysctls()
1012 ha->hw.enable_hw_lro, "Enable Hardware LRO; Default is true \n" in ql_hw_add_sysctls()
2979 if (ha->hw.enable_hw_lro) { in ql_init_hw_if()
H A Dql_hw.h1669 uint32_t enable_hw_lro; member