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

/freebsd-10-stable/sys/dev/qlxgb/
H A Dqla_hw.c720 uint16_t etype, opcode, offload = 1; local
754 offload = 0;
762 offload = 0;
766 if (!offload)
832 * TCP/UDP Checksum offload. If yes, the appropriate fields in the Tx
842 uint16_t etype, opcode, offload = 1; local
869 offload = 0;
879 offload = 0;
890 offload = 0;
900 offload
[all...]
/freebsd-10-stable/sys/dev/ixgbe/
H A Dix_txrx.c390 * Set up the appropriate offload context
707 int offload = TRUE; local
722 offload = FALSE;
738 } else if (!IXGBE_IS_X550VF(txr->adapter) && (offload == FALSE))
758 if (offload == FALSE)
796 offload = FALSE;
809 offload = false;
816 offload = false;
823 offload = false;
826 offload
[all...]
H A Dixv_txrx.c374 * Set up the appropriate offload context
677 int offload = TRUE; local
692 offload = FALSE;
708 } else if (!IXGBE_IS_X550VF(txr->adapter) && (offload == FALSE))
728 if (offload == FALSE)
766 offload = FALSE;
779 offload = false;
786 offload = false;
793 offload = false;
796 offload
[all...]
/freebsd-10-stable/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-stable/sys/dev/cxgbe/common/
H A Dcommon.h362 unsigned int offload:1; /* hw is TOE capable, fw has divvied up card member in struct:adapter_params
441 return adap->params.offload;
/freebsd-10-stable/sys/dev/qlxgbe/
H A Dql_hw.c2284 uint16_t etype, opcode, offload = 1; local
2323 offload = 0;
2346 offload = 0;
2353 offload = 0;
2357 if (!offload)
2397 * TCP/UDP Checksum offload. If yes, the appropriate fields in the Tx
2408 uint16_t etype, opcode, offload = 1; local
2448 offload = 0;
2469 offload = 0;
2474 offload
[all...]
/freebsd-10-stable/sys/dev/e1000/
H A Dif_em.c1413 /* Setup VLAN support, basic and offload if available */
1416 /* Set hardware offload abilities */
1975 * Assume IPv4, we don't have TSO/checksum offload support
3714 /* Clear checksum offload context. */
3941 * The offload context is protocol specific (TCP/UDP) and thus
3965 u16 offload = 0; local
3975 offload |= CSUM_IP;
3993 offload |= CSUM_TCP;
4005 * Setting up new checksum offload context for every
4009 * configured checksum offload contex
[all...]
/freebsd-10-stable/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-stable/contrib/ipfilter/
H A DHISTORY36 3546247 UDP hardware checksum offload not recognised
/freebsd-10-stable/sys/dev/cxgbe/
H A Dt4_main.c232 * Number of queues for tx and rx, 10G and 1G, NIC and offload.
3455 /* query offload-related parameters */
3475 sc->params.offload = 1;
4997 SYSCTL_CAP(toecaps, 4, "TCP offload");

Completed in 199 milliseconds