/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_iscsi_api.h | 266 * offloaded iSCSI connection 279 * offloaded iSCSI connection 293 * offloaded iSCSI connection 307 * of offloaded iSCSI connection 325 * offloaded iSCSI connection
|
H A D | ecore_iscsi.h | 112 * This ramrod updates remote MAC for iSCSI offloaded connection in FW 130 * This ramrod updates remote MAC for iSCSI offloaded connection in FW 151 * This ramrod deletes iSCSI offloaded connection in FW
|
H A D | tcp_common.h | 145 …lue of -1 indicates that the keepalive timer was not running when the connection was offloaded. */; 146 …e of -1 indicates that the retransmit timer was not running when the connection was offloaded. */; 294 …lue of -1 indicates that the keepalive timer was not running when the connection was offloaded. */; 295 …e of -1 indicates that the retransmit timer was not running when the connection was offloaded. */;
|
H A D | ecore_roce.c | 74 * was offloaded to the FW. In case it wasn't offloaded this is in ecore_roce_async_event()
|
/freebsd/usr.sbin/cxgbetool/ |
H A D | cxgbetool.8 | 555 A COP offers fine-grained control over which connections get offloaded and with 579 connections will be offloaded and, if so, with what settings. 613 are offloaded and optionally sets some per-connection properties if they are. 617 Connection should be offloaded. 679 will get offloaded.
|
/freebsd/sys/netinet/ |
H A D | toecore.h | 64 * offloaded connection to the TOE driver. This is an unusual event. 69 * This is called by the kernel during pru_rcvd for an offloaded TCP
|
H A D | toecore.c | 522 ("%s: tp %p not offloaded.", __func__, tp)); in toe_connect_failed() 529 * wasn't offloaded. in toe_connect_failed() 534 ("%s: tp %p still offloaded.", __func__, tp)); in toe_connect_failed()
|
/freebsd/sys/dev/mlx5/mlx5_accel/ |
H A D | mlx5_ipsec.c | 268 mlx5_core_err(mdev, "Only IPSec aes-gcm-16 encryption protocol may be offloaded\n"); in mlx5e_xfrm_validate_state() 281 mlx5_core_err(mdev, "Only IPv4/6 xfrm states may be offloaded\n"); in mlx5e_xfrm_validate_state() 285 mlx5_core_err(mdev, "Only ESP xfrm state may be offloaded\n"); in mlx5e_xfrm_validate_state() 296 mlx5_core_err(mdev, "Only transport xfrm states may be offloaded in full offload mode\n"); in mlx5e_xfrm_validate_state() 575 mlx5_core_err(mdev, "Offloaded policy must be specific on its action\n"); in mlx5e_xfrm_validate_policy()
|
/freebsd/sys/dev/bxe/ |
H A D | ecore_mfw_req.h | 111 /* Num Offloaded Connections TCP_IPv4. */ 113 /* Num Offloaded Connections TCP_IPv6. */
|
/freebsd/sys/contrib/device-tree/Bindings/firmware/ |
H A D | nvidia,tegra210-bpmp.txt | 24 offloaded to bpmp.
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | qcom,q6usb.yaml | 15 XHCI host controller properly for enabling the offloaded audio stream.
|
/freebsd/sys/contrib/device-tree/Bindings/fsi/ |
H A D | fsi-master-ast-cf.txt | 1 Device-tree bindings for ColdFire offloaded gpio-based FSI master driver
|
/freebsd/sys/contrib/device-tree/Bindings/serial/ |
H A D | qcom,msm-uartdm.txt | 4 transmit and/or receive channels can be offloaded to a dma-engine. From a
|
H A D | qcom,msm-uartdm.yaml | 16 transmit and/or receive channels can be offloaded to a dma-engine. From a
|
/freebsd/sys/contrib/dev/iwlwifi/fw/api/ |
H A D | scan.h | 1181 * @last_scan_age: age of the last offloaded scan 1182 * @n_scans_done: number of offloaded scans done 1225 * @last_scan_age: age of the last offloaded scan 1226 * @n_scans_done: number of offloaded scans done
|
H A D | tx.h | 753 * struct iwl_mac_beacon_cmd_v7 - beacon template command with offloaded CSA 790 * struct iwl_mac_beacon_cmd - beacon template command with offloaded CSA
|
/freebsd/contrib/wpa/src/ap/ |
H A D | dfs.c | 1221 /* Proceed only if DFS is not offloaded to the driver */ in hostapd_dfs_pre_cac_expired() 1454 /* Proceed only if DFS is not offloaded to the driver */ in hostapd_dfs_radar_detected() 1490 /* Proceed only if DFS is not offloaded to the driver */ in hostapd_dfs_nop_finished() 1546 /* This is called when the driver indicates that an offloaded in hostapd_dfs_start_cac() 1575 * Main DFS handler for offloaded case.
|
/freebsd/sys/dev/virtio/network/ |
H A D | if_vtnet.c | 4104 &stats->vrxs_csum, "Receive checksum offloaded"); in vtnet_setup_rxq_sysctl() 4108 &stats->vrxs_host_lro, "Receive host segmentation offloaded"); in vtnet_setup_rxq_sysctl() 4137 &stats->vtxs_csum, "Transmit checksum offloaded"); in vtnet_setup_txq_sysctl() 4139 &stats->vtxs_tso, "Transmit TCP segmentation offloaded"); in vtnet_setup_txq_sysctl() 4198 "Received checksum offloaded buffer with unsupported " in vtnet_setup_stat_sysctl() 4202 "Received checksum offloaded buffer with incorrect IP protocol"); in vtnet_setup_stat_sysctl() 4205 "Received checksum offloaded buffer with incorrect offset"); in vtnet_setup_stat_sysctl() 4208 "Received checksum offloaded buffer with incorrect protocol"); in vtnet_setup_stat_sysctl() 4221 "Aborted transmit of checksum offloaded buffer with unknown " in vtnet_setup_stat_sysctl() 4225 "Aborted transmit of checksum offloaded buffer because mismatched " in vtnet_setup_stat_sysctl() [all …]
|
/freebsd/share/man/man9/ |
H A D | mbuf.9 | 1096 offloaded to the network interface hardware if possible. 1152 Should a TCP or UDP checksum be offloaded to the hardware,
|
/freebsd/cddl/lib/libdtrace/ |
H A D | socket.d | 63 inline int SO_NO_OFFLOAD = 0x4000; /* socket cannot be offloaded */
|
/freebsd/crypto/openssl/crypto/chacha/asm/ |
H A D | chacha-x86_64.pl | 1137 pxor 0x00(%rsp),$xt0 # $xaN is offloaded, remember? 1202 #movdqa 0x00(%rsp),$xt0 # $xaN is offloaded, remember? 1216 pxor 0x00(%rsp),$xt0 # $xaxN is offloaded, remember? 1226 movdqa 0x10(%rsp),$xt0 # $xaN is offloaded, remember? 1243 pxor 0x00(%rsp),$xt0 # $xaN is offloaded, remember? 1266 movdqa 0x20(%rsp),$xt0 # $xaN is offloaded, remember? 1283 pxor 0x00(%rsp),$xt0 # $xaN is offloaded, remember? 1321 movdqa 0x30(%rsp),$xt0 # $xaN is offloaded, remember? 2160 vmovdqa 0x00(%rsp),$xa0 # $xaN was offloaded, remember?
|
/freebsd/sys/dev/cxgbe/tom/ |
H A D | t4_tom_l2t.c | 452 * This is of no interest to us. We've never had an offloaded in t4_l2_update()
|
/freebsd/sys/dev/qcom_ess_edma/ |
H A D | qcom_ess_edma_rx.c | 451 * add an offloaded VLAN tag to the mbuf. in qcom_ess_edma_rx_ring_complete()
|
/freebsd/sys/dev/ice/ |
H A D | virtchnl.h | 810 * offloaded VLAN tags using the L2TAG2 field of the Tx descriptor. 813 * offloaded VLAN tags using the L2TAG2_2 field of the Rx descriptor. 923 * offloaded via the VIRTHCNL_VLAN_TAG_LOCATION_* bits. The VF will need to
|
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | htt_rx.c | 3347 /* Offloaded frames are already decrypted but firmware insists they are in ath10k_htt_rx_h_rx_offload_prot() 3368 /* Offloaded frames don't have Rx descriptor. Instead they have in ath10k_htt_rx_h_rx_offload() 3378 ath10k_warn(ar, "dropping frame: offloaded rx msdu is too long!\n"); in ath10k_htt_rx_h_rx_offload() 3385 /* Offloaded rx header length isn't multiple of 2 nor 4 so the in ath10k_htt_rx_h_rx_offload() 3388 * because these offloaded frames are rare. in ath10k_htt_rx_h_rx_offload() 3465 /* Offloaded frames are very different and need to be handled in ath10k_htt_rx_in_ord_ind()
|