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

/freebsd-9.3-release/sys/dev/e1000/
H A Dif_em.h295 u16 last_hw_offload; member in struct:tx_ring
H A Dif_lem.h383 uint16_t last_hw_offload; member in struct:adapter
H A Dif_lem.c2690 adapter->last_hw_offload = 0;
2909 if (adapter->last_hw_offload == CSUM_TCP)
2911 adapter->last_hw_offload = CSUM_TCP;
2932 if (adapter->last_hw_offload == CSUM_UDP)
2934 adapter->last_hw_offload = CSUM_UDP;
H A Dif_em.c3401 txr->last_hw_offload = 0;
3658 if (txr->last_hw_offload == offload) {
3671 txr->last_hw_offload = offload;
3696 if (txr->last_hw_offload == offload) {
3709 txr->last_hw_offload = offload;

Completed in 66 milliseconds