/freebsd/crypto/openssl/crypto/sha/asm/ |
H A D | sha512p8-ppc.pl | 96 $offload="r11"; 191 addi $offload,$sp,`8*$SIZE_T+15` 228 stvx $A,$x00,$offload # offload $A-$H 229 stvx $B,$x10,$offload 230 stvx $C,$x20,$offload 231 stvx $D,$x30,$offload 232 stvx $E,$x40,$offload 233 stvx $F,$x50,$offload 234 stvx $G,$x60,$offload 235 stvx $H,$x70,$offload [all …]
|
/freebsd/sys/dev/iscsi/ |
H A D | icl.c | 166 icl_new_conn(const char *offload, bool iser, const char *name, struct mtx *lock) in icl_new_conn() argument 172 im = icl_find(offload, iser, false); in icl_new_conn() 185 icl_limits(const char *offload, bool iser, int socket, in icl_limits() argument 193 im = icl_find(offload, iser, false); in icl_limits() 233 icl_register(const char *offload, bool iser, int priority, in icl_register() argument 240 im = icl_find(offload, iser, true); in icl_register() 242 ICL_WARN("offload \"%s\" already registered", offload); in icl_register() 248 im->im_name = strdup(offload, M_ICL); in icl_register() 257 ICL_DEBUG("offload \"%s\" registered", offload); in icl_register() 262 icl_unregister(const char *offload, bool rdma) in icl_unregister() argument [all …]
|
H A D | icl.h | 136 struct icl_conn *icl_new_conn(const char *offload, bool iser, const char *name, 138 int icl_limits(const char *offload, bool iser, int socket, 140 int icl_register(const char *offload, bool iser, int priority, 143 int icl_unregister(const char *offload, bool rdma);
|
/freebsd/crypto/openssl/crypto/aes/asm/ |
H A D | aesni-mb-x86_64.pl | 670 my $offload=$sink; 736 my $temp = $i ? $offload : $offset; 766 lea 128(%rsp),$offload # offload area 821 vmovdqu @inp[$i%4],`16*$i`($offload) # off-load 906 vpxor 0x00($offload),@out[0],@out[0] 909 vpxor 0x10($offload),@out[1],@out[1] 912 vpxor 0x20($offload),@out[2],@out[2] 915 vpxor 0x30($offload),@out[3],@out[3] 1035 my $temp = $i ? $offload : $offset; 1064 lea 192+128(%rsp),$offload # offload area [all …]
|
H A D | aesni-sha256-x86_64.pl | 220 $mask10,$mask12,$mask14,$offload)=map("%xmm$_",(8..15)); 1006 #mov $out,$_out # kept in $offload 1032 vpinsrq \$1,$out,$offload,$offload 1119 vpinsrq \$0,%r13,$offload,$offload 1155 &vmovq ("%r13",$offload); # borrow $a0 1156 &vpextrq ("%r15",$offload,1); # borrow $a2 1167 &vpinsrq ($offload,$offload,"%r13",0); 1176 vpextrq \$1,$offload,%r12 # $_out, borrow $a4 1177 vmovq $offload,%r13 # $_inp, borrow $a0 1216 vpinsrq \$0,%r13,$offload,$offload [all …]
|
/freebsd/sys/dev/qlxgb/ |
H A D | README.txt | 41 * TCP over IPv4 checksum offload 42 * UDP over IPv4 checksum offload 43 * IPV4 checksum offload 44 * TCP over IPv6 checksum offload 45 * UDP over IPv6 checksum offload
|
H A D | qla_hw.c | 714 uint16_t etype, opcode, offload = 1; in qla_tx_tso() local 748 offload = 0; in qla_tx_tso() 756 offload = 0; in qla_tx_tso() 760 if (!offload) in qla_tx_tso() 833 uint16_t etype, opcode, offload = 1; in qla_tx_chksum() local 860 offload = 0; in qla_tx_chksum() 870 offload = 0; in qla_tx_chksum() 881 offload = 0; in qla_tx_chksum() 891 offload = 0; in qla_tx_chksum() 896 offload = 0; in qla_tx_chksum() [all …]
|
/freebsd/sys/dev/qlxge/ |
H A D | README.txt | 41 * TCP over IPv4 checksum offload 42 * UDP over IPv4 checksum offload 43 * IPV4 checksum offload 44 * TCP over IPv6 checksum offload 45 * UDP over IPv6 checksum offload
|
/freebsd/sys/dev/qlxgbe/ |
H A D | README.txt | 41 * TCP over IPv4 checksum offload 42 * UDP over IPv4 checksum offload 43 * IPV4 checksum offload 44 * TCP over IPv6 checksum offload 45 * UDP over IPv6 checksum offload
|
/freebsd/sys/dev/ixgbe/ |
H A D | ix_txrx.c | 82 uint32_t olinfo_status, mss_l4len_idx, pktlen, offload; in ixgbe_tx_ctx_setup() local 85 offload = true; in ixgbe_tx_ctx_setup() 126 offload = false; in ixgbe_tx_ctx_setup() 136 offload = false; in ixgbe_tx_ctx_setup() 142 offload = false; in ixgbe_tx_ctx_setup() 148 offload = false; in ixgbe_tx_ctx_setup() 151 offload = false; in ixgbe_tx_ctx_setup() 155 if (offload) in ixgbe_tx_ctx_setup()
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | qcom,q6asm.txt | 39 Usage: Required for Compress offload dais 47 Usage: Required for Compress offload dais 49 Definition: present for Compress offload dais
|
/freebsd/sys/contrib/device-tree/Bindings/crypto/ |
H A D | picochip-spacc.txt | 3 Picochip picoXcell devices contain crypto offload engines that may be used for 7 - compatible : "picochip,spacc-ipsec" for the IPSEC offload engine
|
H A D | brcm,spu-crypto.txt | 2 cryptographic offload for Broadcom SoCs. A SoC may have multiple SPU hardware
|
/freebsd/contrib/wpa/src/pae/ |
H A D | ieee802_1x_cp.c | 87 u8 offload; member 192 sm->offload = sm->kay->macsec_offload; in SM_STATE() 202 secy_cp_control_offload(sm->kay, sm->offload); in SM_STATE() 214 sm->offload = sm->kay->macsec_offload; in SM_STATE() 230 secy_cp_control_offload(sm->kay, sm->offload); in SM_STATE() 470 sm->offload = kay->macsec_offload; in ieee802_1x_cp_sm_init() 500 secy_cp_control_offload(sm->kay, sm->offload); in ieee802_1x_cp_sm_init()
|
H A D | ieee802_1x_secy_ops.h | 26 int secy_cp_control_offload(struct ieee802_1x_kay *kay, u8 offload);
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | xilinx_axienet.txt | 38 - xlnx,txcsum : 0 or empty for disabling TX checksum offload, 39 1 to enable partial TX checksum offload, 40 2 to enable full TX checksum offload 41 - xlnx,rxcsum : Same values as xlnx,txcsum but for RX checksum offload
|
/freebsd/usr.sbin/ctld/ |
H A D | login.c | 53 kernel_limits(const char *offload, int s, int *max_recv_dsl, int *max_send_dsl, in kernel_limits() argument 63 if (offload != NULL) { in kernel_limits() 64 strlcpy(cilp->offload, offload, sizeof(cilp->offload)); in kernel_limits() 91 if (offload != NULL) { in kernel_limits() 95 offload, *max_recv_dsl, *max_send_dsl, *max_burst_length, in kernel_limits()
|
H A D | conf.c | 327 portal_group_set_offload(const char *offload) in portal_group_set_offload() argument 333 offload, portal_group->pg_name); in portal_group_set_offload() 337 portal_group->pg_offload = checked_strdup(offload); in portal_group_set_offload()
|
H A D | conf.h | 65 bool portal_group_set_offload(const char *offload);
|
/freebsd/sys/dev/ena/ |
H A D | ena_datapath.c | 715 bool offload; in ena_tx_csum() local 724 offload = false; in ena_tx_csum() 729 offload = true; in ena_tx_csum() 732 offload = true; in ena_tx_csum() 735 offload = true; in ena_tx_csum() 738 offload = true; in ena_tx_csum() 740 if (!offload) { in ena_tx_csum()
|
/freebsd/contrib/wpa/src/drivers/ |
H A D | driver_macsec_linux.c | 81 enum macsec_offload offload; member 244 drv->ifname, drv->offload); in try_commit() 245 rtnl_link_macsec_set_offload(drv->link, drv->offload); in try_commit() 484 static int macsec_drv_set_offload(void *priv, u8 offload) in macsec_drv_set_offload() argument 489 wpa_printf(MSG_DEBUG, "%s -> %02" PRIx8, __func__, offload); in macsec_drv_set_offload() 492 drv->offload = offload; in macsec_drv_set_offload() 496 if (offload == 0) in macsec_drv_set_offload()
|
/freebsd/usr.bin/iscsictl/ |
H A D | token.l | 66 offload { return OFFLOAD; }
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | wpas_kay.c | 101 static int wpas_set_offload(void *wpa_s, u8 offload) in wpas_set_offload() argument 103 return wpa_drv_set_offload(wpa_s, offload); in wpas_set_offload()
|
/freebsd/sys/cam/ctl/ |
H A D | ctl_ioctl.h | 636 char offload[CTL_ISCSI_OFFLOAD_LEN]; member 674 char offload[CTL_ISCSI_OFFLOAD_LEN]; member
|
/freebsd/sys/contrib/device-tree/Bindings/mailbox/ |
H A D | brcm,iproc-pdc-mbox.txt | 1 The PDC driver manages data transfer to and from various offload engines
|