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

/freebsd-10.2-release/sys/dev/qlxgb/
H A Dqla_hw.c720 uint16_t etype, opcode, offload = 1; local
754 offload = 0;
762 offload = 0;
766 if (!offload)
831 * TCP/UDP Checksum offload. If yes, the appropriate fields in the Tx
841 uint16_t etype, opcode, offload = 1; local
868 offload = 0;
878 offload = 0;
889 offload = 0;
899 offload
[all...]
/freebsd-10.2-release/sys/dev/ixgbe/
H A Dix_txrx.c414 * Set up the appropriate offload context
735 int offload = TRUE; local
744 offload = FALSE;
761 else if (!IXGBE_IS_X550VF(adapter) && (offload == FALSE))
781 if (offload == FALSE)
799 offload = FALSE;
823 offload = FALSE;
827 if (offload) /* For the TX descriptor setup */
850 * Setup work for hardware segmentation offload (TSO) on
/freebsd-10.2-release/sys/dev/qlxgbe/
H A Dql_hw.c1595 uint16_t etype, opcode, offload = 1; local
1634 offload = 0;
1657 offload = 0;
1664 offload = 0;
1668 if (!offload)
1708 * TCP/UDP Checksum offload. If yes, the appropriate fields in the Tx
1719 uint16_t etype, opcode, offload = 1; local
1758 offload = 0;
1779 offload = 0;
1784 offload
[all...]
/freebsd-10.2-release/sys/dev/cxgb/common/
H A Dcxgb_common.h311 unsigned int lro; /* large receive offload */
323 unsigned int max_pkt_size; /* max offload pkt size */
403 unsigned int offload; member in struct:adapter_params
658 return adap->params.offload;
H A Dcxgb_t3_hw.c3020 * t3_tp_set_offload_mode - put TP in NIC/offload mode
3022 * @enable: 1 to select offload mode, 0 for regular NIC
3024 * Switches TP to NIC/offload mode.
4356 * lazily later on when a port or an offload function are first used.
4522 adapter->params.offload = t3_mc7_size(&adapter->pmrx) &&
/freebsd-10.2-release/sys/dev/cxgbe/common/
H A Dcommon.h283 unsigned int offload:1; /* hw is TOE capable, fw has divvied up card member in struct:adapter_params
340 return adap->params.offload;
/freebsd-10.2-release/sys/dev/e1000/
H A Dif_em.c1365 /* Setup VLAN support, basic and offload if available */
1368 /* Set hardware offload abilities */
1921 * Assume IPv4, we don't have TSO/checksum offload support
3495 /* Clear checksum offload context. */
3710 * The offload context is protocol specific (TCP/UDP) and thus
3734 u16 offload = 0; local
3744 offload |= CSUM_IP;
3762 offload |= CSUM_TCP;
3766 * Setting up new checksum offload context for every frames
3770 * offload contex
[all...]
H A Dif_igb.c1310 /* Set hardware offload abilities */
1911 ** Set up the appropriate offload context
3699 * Setup work for hardware segmentation offload (TSO) on
3835 int offload = TRUE; local
3844 offload = FALSE;
3860 } else if (offload == FALSE) /* ... no offload to do */
3895 offload = FALSE;
3919 offload = FALSE;
3923 if (offload) /* Fo
[all...]
/freebsd-10.2-release/contrib/libpcap/
H A Dpcap-linux.c3314 * offload are enabled, so we don't get rudely surprised by
3319 int offload; local
3321 offload = iface_get_offload(handle);
3322 if (offload == -1) {
3326 if (!offload) {
/freebsd-10.2-release/sys/dev/cxgbe/
H A Dt4_main.c185 * Number of queues for tx and rx, 10G and 1G, NIC and offload.
2670 /* query offload-related parameters */
2690 sc->params.offload = 1;
4501 sysctl_bitfield, "A", "available TCP offload capabilities");

Completed in 283 milliseconds