| /freebsd-9-stable/sys/dev/qlxge/ |
| D | README.txt | 42 * 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/ |
| D | README.txt | 42 * 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
|
| D | qla_hw.c | 720 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/ |
| D | README.txt | 42 * 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
|
| D | ql_hw.c | 2284 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/ |
| D | common.h | 283 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/ |
| D | cxgb_common.h | 403 unsigned int offload; member 658 return adap->params.offload; in is_offload()
|
| D | cxgb_t3_hw.c | 4522 adapter->params.offload = t3_mc7_size(&adapter->pmrx) && in t3_prep_adapter()
|
| /freebsd-9-stable/sys/dev/e1000/ |
| D | if_em.c | 3627 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()
|
| D | if_igb.c | 3835 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/ |
| D | ixv.c | 2390 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()
|
| D | ixgbe.c | 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 */
|
| /freebsd-9-stable/contrib/libpcap/ |
| D | pcap-linux.c | 3319 int offload; local 3321 offload = iface_get_offload(handle); 3322 if (offload == -1) { 3326 if (!offload) {
|
| /freebsd-9-stable/sys/dev/vxge/ |
| D | README | 10 TSO (TCP segmentation offload),
|
| /freebsd-9-stable/sys/amd64/conf/ |
| D | GENERIC | 31 options TCP_OFFLOAD # TCP offload
|
| /freebsd-9-stable/sys/i386/conf/ |
| D | GENERIC | 33 options TCP_OFFLOAD # TCP offload
|
| /freebsd-9-stable/sys/dev/cxgbe/firmware/ |
| D | t5fw_cfg_fpga.txt | 433 dcb = ppp, dcbx # configure for DCB PPP and enable DCBX offload
|
| D | t4fw_cfg_uwire.txt | 502 dcb = ppp, dcbx # configure for DCB PPP and enable DCBX offload
|
| D | t5fw_cfg_uwire.txt | 545 dcb = ppp, dcbx # configure for DCB PPP and enable DCBX offload
|
| /freebsd-9-stable/sys/conf/ |
| D | NOTES | 549 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/ |
| D | t4_main.c | 2551 sc->params.offload = 1; in get_params__post_init()
|
| /freebsd-9-stable/crypto/openssh/ |
| D | configure.ac | 785 # Preauth crypto occasionally uses file descriptors for crypto offload
|
| D | ChangeLog | 267 offload and crash if they cannot be opened.
|
| /freebsd-9-stable/contrib/gcc/ |
| D | ChangeLog-2000 | 32012 * i386.c (ix86_expand_move): Allow pushes of memory, offload to memory
|
| D | ChangeLog-2001 | 22947 * stmt.c (expand_asm_operands): Be able to offload addressof
|