Searched defs:CSUM_OFFLOAD (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/sys/dev/e1000/
H A Dif_em.h243 #define CSUM_OFFLOAD 7 /* Offload bits in mbuf flag */ macro
H A Dif_igb.h238 #define CSUM_OFFLOAD (CSUM_IP|CSUM_TCP|CSUM_UDP|CSUM_SCTP) macro
240 #define CSUM_OFFLOAD (CSUM_IP|CSUM_TCP|CSUM_UDP) macro
H A Dif_lem.h246 #define CSUM_OFFLOAD 7 /* Offload bits in mbuf flag */ macro
/freebsd-9.3-release/sys/dev/ixgbe/
H A Dixgbe.h203 #define CSUM_OFFLOAD (CSUM_IP|CSUM_TCP|CSUM_UDP|CSUM_SCTP) macro
205 #define CSUM_OFFLOAD (CSUM_IP|CSUM_TCP|CSUM_UDP) macro
H A Dixv.h179 #define CSUM_OFFLOAD (CSUM_IP|CSUM_TCP|CSUM_UDP|CSUM_SCTP) macro
181 #define CSUM_OFFLOAD (CSUM_IP|CSUM_TCP|CSUM_UDP) macro

Completed in 159 milliseconds