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

/freebsd-9.3-release/sys/dev/qlxgb/
H A Dqla_hw.c720 uint16_t etype, opcode, offload = 1; local
745 offload = 0;
752 offload = 0;
756 if (!offload)
785 * TCP/UDP Checksum offload. If yes, the appropriate fields in the Tx
795 uint16_t etype, opcode, offload = 1; local
822 offload = 0;
832 offload = 0;
843 offload = 0;
853 offload
[all...]
/freebsd-9.3-release/sys/dev/qlxgbe/
H A Dql_hw.c1344 uint16_t etype, opcode, offload = 1; local
1383 offload = 0;
1406 offload = 0;
1413 offload = 0;
1417 if (!offload)
1457 * TCP/UDP Checksum offload. If yes, the appropriate fields in the Tx
1468 uint16_t etype, opcode, offload = 1; local
1507 offload = 0;
1528 offload = 0;
1533 offload
[all...]
/freebsd-9.3-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
651 return adap->params.offload;
H A Dcxgb_t3_hw.c3013 * t3_tp_set_offload_mode - put TP in NIC/offload mode
3015 * @enable: 1 to select offload mode, 0 for regular NIC
3017 * Switches TP to NIC/offload mode.
4349 * lazily later on when a port or an offload function are first used.
4515 adapter->params.offload = t3_mc7_size(&adapter->pmrx) &&
/freebsd-9.3-release/sys/dev/cxgbe/common/
H A Dcommon.h282 unsigned int offload:1; /* hw is TOE capable, fw has divvied up card member in struct:adapter_params
339 return adap->params.offload;
/freebsd-9.3-release/sys/dev/e1000/
H A Dif_em.c1320 /* Setup VLAN support, basic and offload if available */
1323 /* Set hardware offload abilities */
1861 * Assume IPv4, we don't have TSO/checksum offload support
3400 /* Clear checksum offload context. */
3596 * The offload context is protocol specific (TCP/UDP) and thus
3620 u16 offload = 0; local
3630 offload |= CSUM_IP;
3648 offload |= CSUM_TCP;
3652 * Setting up new checksum offload context for every frames
3656 * offload contex
[all...]
H A Dif_igb.c1294 /* Set hardware offload abilities */
1866 * Assume IPv4, we don't have TSO/checksum offload support
1998 * when any hardware offload is done.
3708 * Setup work for hardware segmentation offload (TSO)
3787 bool offload = TRUE; local
3790 offload = FALSE;
3805 } else if (offload == FALSE)
3830 offload = FALSE;
3843 offload = FALSE;
3866 offload
[all...]
/freebsd-9.3-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-9.3-release/sys/dev/ixgbe/
H A Dixv.c870 /* Set the various hardware offload abilities */
889 /* Set up VLAN offload and filter */
1276 ** Set up the appropriate offload context
2390 bool offload = TRUE; local
2396 offload = FALSE;
2409 } else if (offload == FALSE)
2447 offload = FALSE;
2472 offload = FALSE;
2491 return (offload);
2496 * Setup work for hardware segmentation offload (TS
[all...]
H A Dixgbe.c1112 /* Set the various hardware offload abilities */
1828 ** Set up the appropriate offload context
3286 int offload = TRUE; local
3295 offload = FALSE;
3311 } else if (offload == FALSE) /* ... no offload to do */
3346 offload = FALSE;
3371 offload = FALSE;
3375 if (offload) /* For the TX descriptor setup */
3395 * Setup work for hardware segmentation offload (TS
[all...]
/freebsd-9.3-release/sys/dev/cxgbe/
H A Dt4_main.c182 * Number of queues for tx and rx, 10G and 1G, NIC and offload.
1751 * as offload).
1765 * offload rxq's.
2495 /* query offload-related parameters */
2515 sc->params.offload = 1;
3064 * will be 0 if offload is disabled.
3091 * Skip over the offload queues if they aren't taking
4262 sysctl_bitfield, "A", "available TCP offload capabilities");

Completed in 357 milliseconds