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

12

/freebsd-11-stable/sys/dev/iscsi/
H A Dicl.c138 ICL_WARN("no iSER-capable offload found");
148 ICL_WARN("offload \"%s\" is not iSER-capable", name);
152 ICL_WARN("offload \"%s\" is iSER-only", name);
160 ICL_WARN("offload \"%s\" not found", name);
166 icl_new_conn(const char *offload, bool iser, const char *name, struct mtx *lock) argument
172 im = icl_find(offload, iser, false);
185 icl_limits(const char *offload, bool iser, size_t *limitp) argument
191 im = icl_find(offload, iser, false);
204 icl_register(const char *offload, bool iser, int priority, int (*limits)(size_t *), argument
210 im = icl_find(offload, ise
232 icl_unregister(const char *offload, bool rdma) argument
[all...]
H A Dicl.h129 struct icl_conn *icl_new_conn(const char *offload, bool iser, const char *name,
131 int icl_limits(const char *offload, bool iser, size_t *limitp);
133 int icl_register(const char *offload, bool iser, int priority,
136 int icl_unregister(const char *offload, bool rdma);
/freebsd-11-stable/crypto/openssl/crypto/sha/asm/
H A Dsha512p8-ppc.pl76 $offload="r11";
175 addi $offload,$sp,$FRAME+15
212 stvx $A,$x00,$offload # offload $A-$H
213 stvx $B,$x10,$offload
214 stvx $C,$x20,$offload
215 stvx $D,$x30,$offload
216 stvx $E,$x40,$offload
217 stvx $F,$x50,$offload
218 stvx $G,$x60,$offload
[all...]
H A Dsha1-armv8.pl251 orr $ABCD_SAVE,$ABCD,$ABCD // offload
H A Dsha512-armv8.pl338 orr $ABCD_SAVE,$ABCD,$ABCD // offload
/freebsd-11-stable/crypto/openssl/crypto/aes/asm/
H A Daesni-mb-x86_64.pl609 my $offload=$sink;
666 my $temp = $i ? $offload : $offset;
690 lea 128(%rsp),$offload # offload area
745 vmovdqu @inp[$i%4],`16*$i`($offload) # off-load
830 vpxor 0x00($offload),@out[0],@out[0]
833 vpxor 0x10($offload),@out[1],@out[1]
836 vpxor 0x20($offload),@out[2],@out[2]
839 vpxor 0x30($offload),@out[3],@out[3]
922 # +192 IV/input offload
[all...]
H A Daesni-sha256-x86_64.pl205 $mask10,$mask12,$mask14,$offload)=map("%xmm$_",(8..15));
947 #mov $out,$_out # kept in $offload
972 vpinsrq \$1,$out,$offload,$offload
1043 vpinsrq \$0,%r13,$offload,$offload
1069 &vmovq ("%r13",$offload); # borrow $a0
1070 &vpextrq ("%r15",$offload,1); # borrow $a2
1081 &vpinsrq ($offload,$offload,"
[all...]
/freebsd-11-stable/usr.bin/iscsictl/
H A Dtoken.l69 offload { return OFFLOAD; }
H A Dparse.y125 offload
271 offload: OFFLOAD EQUALS STR label
274 xo_errx(1, "duplicated offload at line %d", lineno);
/freebsd-11-stable/usr.sbin/ctld/
H A Dtoken.l73 offload { return OFFLOAD; }
H A Dkernel.c890 strlcpy(req.data.handoff.offload,
892 sizeof(req.data.handoff.offload));
928 kernel_limits(const char *offload, size_t *max_data_segment_length) argument
935 if (offload != NULL) {
936 strlcpy(req.data.limits.offload, offload,
937 sizeof(req.data.limits.offload));
951 if (offload != NULL) {
952 log_debugx("MaxRecvDataSegment kernel limit for offload "
953 "\"%s\" is %zd", offload, *max_data_segment_lengt
[all...]
H A Dctld.h351 const char *offload);
408 void kernel_limits(const char *offload,
/freebsd-11-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-11-stable/sys/cam/ctl/
H A Dctl_ioctl.h691 char offload[CTL_ISCSI_OFFLOAD_LEN]; member in struct:ctl_iscsi_handoff_params
728 char offload[CTL_ISCSI_OFFLOAD_LEN]; member in struct:ctl_iscsi_limits_params
/freebsd-11-stable/sys/dev/ena/
H A Dena_datapath.c679 bool offload; local
687 offload = false;
692 offload = true;
695 offload = true;
698 offload = true;
700 if (!offload) {
H A Dena.c2319 if ((feat->offload.tx &
2325 if ((feat->offload.tx &
2330 if ((feat->offload.tx &
2334 if ((feat->offload.tx &
2338 if ((feat->offload.rx_supported &
2343 if ((feat->offload.rx_supported &
3629 adapter->tx_offload_cap = get_feat_ctx.offload.tx;
/freebsd-11-stable/sys/dev/ixgbe/
H A Dix_txrx.c396 * Set up the appropriate offload context
711 int offload = TRUE; local
726 offload = FALSE;
743 (offload == FALSE))
763 if (offload == FALSE)
801 offload = FALSE;
814 offload = false;
821 offload = false;
828 offload = false;
831 offload
[all...]
/freebsd-11-stable/sys/contrib/ena-com/
H A Dena_com.h366 struct ena_admin_feature_offload_desc offload; member in struct:ena_com_dev_get_features_ctx
652 * @offlad: offload return value
657 struct ena_admin_feature_offload_desc *offload);
H A Dena_com.c2068 memcpy(&get_feat_ctx->offload, &get_resp.u.offload,
2069 sizeof(get_resp.u.offload));
2399 struct ena_admin_feature_offload_desc *offload)
2407 ena_trc_err(ena_dev, "Failed to get offload capabilities %d\n", ret);
2411 memcpy(offload, &resp.u.offload, sizeof(resp.u.offload));
2398 ena_com_get_offload_settings(struct ena_com_dev *ena_dev, struct ena_admin_feature_offload_desc *offload) argument
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_ioctl.h55 T4_SET_OFLD_POLICY, /* Set offload policy */
375 int8_t offload; member in struct:offload_settings
397 * An offload policy consists of a set of rules matched in sequence. The
/freebsd-11-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;
/freebsd-11-stable/sys/dev/cxgbe/common/
H A Dcommon.h360 unsigned int offload:1; /* hw is TOE capable, fw has divvied up card member in struct:adapter_params
458 return adap->params.offload;
/freebsd-11-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-11-stable/sys/dev/e1000/
H A Dif_em.c1407 /* Setup VLAN support, basic and offload if available */
1410 /* Set hardware offload abilities */
1966 * Assume IPv4, we don't have TSO/checksum offload support
3665 /* Clear checksum offload context. */
3892 * The offload context is protocol specific (TCP/UDP) and thus
3916 u16 offload = 0; local
3926 offload |= CSUM_IP;
3944 offload |= CSUM_TCP;
3956 * Setting up new checksum offload context for every
3960 * configured checksum offload contex
[all...]
/freebsd-11-stable/sys/dev/cxgbe/tom/
H A Dt4_connect.c348 if (!settings.offload)

Completed in 487 milliseconds

12