Home
last modified time | relevance | path

Searched refs:offload (Results 1 – 25 of 25) sorted by relevance

/freebsd-9-stable/sys/dev/qlxge/
DREADME.txt42 * TCP over IPv4 checksum offload
43 * UDP over IPv4 checksum offload
44 * IPV4 checksum offload
45 * TCP over IPv6 checksum offload
46 * UDP over IPv6 checksum offload
/freebsd-9-stable/sys/dev/qlxgb/
DREADME.txt42 * TCP over IPv4 checksum offload
43 * UDP over IPv4 checksum offload
44 * IPV4 checksum offload
45 * TCP over IPv6 checksum offload
46 * UDP over IPv6 checksum offload
Dqla_hw.c720 uint16_t etype, opcode, offload = 1; in qla_tx_tso() local
745 offload = 0; in qla_tx_tso()
752 offload = 0; in qla_tx_tso()
756 if (!offload) in qla_tx_tso()
795 uint16_t etype, opcode, offload = 1; in qla_tx_chksum() local
822 offload = 0; in qla_tx_chksum()
832 offload = 0; in qla_tx_chksum()
843 offload = 0; in qla_tx_chksum()
853 offload = 0; in qla_tx_chksum()
858 offload = 0; in qla_tx_chksum()
[all …]
/freebsd-9-stable/sys/dev/qlxgbe/
DREADME.txt42 * TCP over IPv4 checksum offload
43 * UDP over IPv4 checksum offload
44 * IPV4 checksum offload
45 * TCP over IPv6 checksum offload
46 * UDP over IPv6 checksum offload
Dql_hw.c2284 uint16_t etype, opcode, offload = 1; in qla_tx_tso() local
2323 offload = 0; in qla_tx_tso()
2346 offload = 0; in qla_tx_tso()
2353 offload = 0; in qla_tx_tso()
2357 if (!offload) in qla_tx_tso()
2408 uint16_t etype, opcode, offload = 1; in qla_tx_chksum() local
2448 offload = 0; in qla_tx_chksum()
2469 offload = 0; in qla_tx_chksum()
2474 offload = 0; in qla_tx_chksum()
2477 if (!offload) in qla_tx_chksum()
/freebsd-9-stable/sys/dev/cxgbe/common/
Dcommon.h283 unsigned int offload:1; /* hw is TOE capable, fw has divvied up card member
340 return adap->params.offload; in is_offload()
/freebsd-9-stable/sys/dev/cxgb/common/
Dcxgb_common.h403 unsigned int offload; member
658 return adap->params.offload; in is_offload()
Dcxgb_t3_hw.c4522 adapter->params.offload = t3_mc7_size(&adapter->pmrx) && in t3_prep_adapter()
/freebsd-9-stable/sys/dev/e1000/
Dif_em.c3627 u16 offload = 0; in em_transmit_checksum_setup() local
3637 offload |= CSUM_IP; in em_transmit_checksum_setup()
3655 offload |= CSUM_TCP; in em_transmit_checksum_setup()
3665 if (txr->last_hw_offload == offload) { in em_transmit_checksum_setup()
3666 if (offload & CSUM_IP) { in em_transmit_checksum_setup()
3678 txr->last_hw_offload = offload; in em_transmit_checksum_setup()
3703 if (txr->last_hw_offload == offload) { in em_transmit_checksum_setup()
3704 if (offload & CSUM_IP) { in em_transmit_checksum_setup()
3716 txr->last_hw_offload = offload; in em_transmit_checksum_setup()
3730 if (offload & CSUM_IP) { in em_transmit_checksum_setup()
Dif_igb.c3835 int offload = TRUE; in igb_tx_ctx_setup() local
3844 offload = FALSE; in igb_tx_ctx_setup()
3860 } else if (offload == FALSE) /* ... no offload to do */ in igb_tx_ctx_setup()
3895 offload = FALSE; in igb_tx_ctx_setup()
3919 offload = FALSE; in igb_tx_ctx_setup()
3923 if (offload) /* For the TX descriptor setup */ in igb_tx_ctx_setup()
/freebsd-9-stable/sys/dev/ixgbe/
Dixv.c2390 bool offload = TRUE; in ixv_tx_ctx_setup() local
2396 offload = FALSE; in ixv_tx_ctx_setup()
2409 } else if (offload == FALSE) in ixv_tx_ctx_setup()
2447 offload = FALSE; in ixv_tx_ctx_setup()
2472 offload = FALSE; in ixv_tx_ctx_setup()
2491 return (offload); in ixv_tx_ctx_setup()
Dixgbe.c3286 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 */
/freebsd-9-stable/contrib/libpcap/
Dpcap-linux.c3319 int offload; local
3321 offload = iface_get_offload(handle);
3322 if (offload == -1) {
3326 if (!offload) {
/freebsd-9-stable/sys/dev/vxge/
DREADME10 TSO (TCP segmentation offload),
/freebsd-9-stable/sys/amd64/conf/
DGENERIC31 options TCP_OFFLOAD # TCP offload
/freebsd-9-stable/sys/i386/conf/
DGENERIC33 options TCP_OFFLOAD # TCP offload
/freebsd-9-stable/sys/dev/cxgbe/firmware/
Dt5fw_cfg_fpga.txt433 dcb = ppp, dcbx # configure for DCB PPP and enable DCBX offload
Dt4fw_cfg_uwire.txt502 dcb = ppp, dcbx # configure for DCB PPP and enable DCBX offload
Dt5fw_cfg_uwire.txt545 dcb = ppp, dcbx # configure for DCB PPP and enable DCBX offload
/freebsd-9-stable/sys/conf/
DNOTES549 options TCP_OFFLOAD # TCP offload support.
627 # cards for TCP support checksum offload.. so this
629 # like with such an offload (which only exists in
/freebsd-9-stable/sys/dev/cxgbe/
Dt4_main.c2551 sc->params.offload = 1; in get_params__post_init()
/freebsd-9-stable/crypto/openssh/
Dconfigure.ac785 # Preauth crypto occasionally uses file descriptors for crypto offload
DChangeLog267 offload and crash if they cannot be opened.
/freebsd-9-stable/contrib/gcc/
DChangeLog-200032012 * i386.c (ix86_expand_move): Allow pushes of memory, offload to memory
DChangeLog-200122947 * stmt.c (expand_asm_operands): Be able to offload addressof