Searched refs:last_hw_offload (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/e1000/
H A Dif_lem.h385 uint16_t last_hw_offload; member in struct:adapter
H A Dif_em.h339 u16 last_hw_offload; member in struct:tx_ring
H A Dif_lem.c2809 adapter->last_hw_offload = 0;
3024 if (adapter->last_hw_offload == CSUM_TCP)
3026 adapter->last_hw_offload = CSUM_TCP;
3047 if (adapter->last_hw_offload == CSUM_UDP)
3049 adapter->last_hw_offload = CSUM_UDP;
H A Dif_em.c3666 txr->last_hw_offload = 0;
3962 if (txr->last_hw_offload == offload) {
3975 txr->last_hw_offload = offload;
4009 if (txr->last_hw_offload == offload) {
4022 txr->last_hw_offload = offload;

Completed in 134 milliseconds