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

/darwin-on-arm/xnu/bsd/net/
H A Dkpi_interface.c691 ifnet_set_offload(ifnet_t interface, ifnet_offload_t offload) argument
699 interface->if_hwassist = (offload & offload_mask);
702 if ((offload & any_offload_csum))
704 if ((offload & IFNET_TSO_IPV4))
706 if ((offload & IFNET_TSO_IPV6))
708 if ((offload & IFNET_VLAN_MTU))
710 if ((offload & IFNET_VLAN_TAGGING))
H A Dif_vlan.c1307 ifnet_offload_t offload; local
1448 offload = ifnet_offload(p) & ~(IFNET_VLAN_TAGGING | IFNET_VLAN_MTU);
1449 ifnet_set_offload(ifp, offload);
H A Dkpi_interface.h151 @abstract Constants defining interface offload support.
209 @abstract Flags indicating the offload support of the interface.
1617 hardware offload bits that will be used by the networking stack.
1642 @discussion Sets a bitfield to indicate special hardware offload
1648 that correspond to the offload flags modified -- i.e. the driver
1652 @param offload The new set of flags indicating which offload options
1656 extern errno_t ifnet_set_offload(ifnet_t interface, ifnet_offload_t offload);
1662 @param interface Interface to retrieve the offload from.
1672 @param family The family for which the offload MT
[all...]
H A Dif_bond.c2056 ifnet_offload_t offload; local
2058 offload = ifp_offload & port_ifp_offload;
2062 ifp_offload, port_ifp_offload, offload);
2068 ifnet_set_offload(ifp, offload);

Completed in 27 milliseconds