| /Linux-v5.15/tools/testing/selftests/rcutorture/doc/ |
| D | TREE_RCU-kconfig.txt | 34 rcupdate.rcu_self_test_bh -- Do at least one each, offloaded and not. 35 rcupdate.rcu_self_test_sched -- Do at least one each, offloaded and not. 36 rcupdate.rcu_self_test -- Do at least one each, offloaded and not.
|
| /Linux-v5.15/drivers/net/ethernet/netronome/nfp/abm/ |
| D | qdisc.c | 52 if (!qdisc->offloaded) in nfp_abm_stats_update_red() 208 if (qdisc->offload_mark && !qdisc->offloaded) in nfp_abm_offload_compile_red() 271 if (!qdisc->offload_mark && qdisc->offloaded) in nfp_abm_qdisc_offload_update() 273 qdisc->offloaded = qdisc->offload_mark; in nfp_abm_qdisc_offload_update() 512 return qdisc->offloaded ? 0 : -EOPNOTSUPP; in nfp_abm_gred_stats() 627 if (!qdisc || !qdisc->offloaded) in nfp_abm_red_xstats() 657 return qdisc->offloaded ? 0 : -EOPNOTSUPP; in nfp_abm_red_stats() 770 qdisc->offloaded = true; in nfp_abm_mq_create() 813 return qdisc->offloaded ? 0 : -EOPNOTSUPP; in nfp_abm_mq_stats()
|
| D | main.h | 163 bool offloaded; member
|
| /Linux-v5.15/drivers/net/ethernet/netronome/nfp/flower/ |
| D | lag_conf.c | 66 bool offloaded; member 131 group->offloaded = false; in nfp_fl_lag_group_create() 291 entry->offloaded = false; in nfp_fl_lag_do_work() 359 entry->offloaded = true; in nfp_fl_lag_do_work() 561 if (group && group->offloaded) in nfp_fl_lag_changeupper_event()
|
| /Linux-v5.15/Documentation/ABI/removed/ |
| D | net_dma | 6 that will be offloaded to a DMA copy engine. Removed due to
|
| /Linux-v5.15/Documentation/networking/ |
| D | checksum-offloads.rst | 43 This interface only allows a single checksum to be offloaded. Where 48 CRC32c can also be offloaded using this interface, by means of filling 85 encapsulated datagram when the inner checksum is due to be offloaded. 131 allowing the outer checksum to be offloaded. It does, however, involve a
|
| D | xfrm_device.rst | 72 driver's xdo_dev_state_add() will be given the new SA to be offloaded 112 When a packet is received and the HW has indicated that it offloaded a 150 xdo_dev_state_delete() and xdo_dev_state_free() on any remaining offloaded
|
| D | nf_conntrack-sysctl.rst | 201 TCP connections may be offloaded from nf conntrack to nf flow table. 208 UDP connections may be offloaded from nf conntrack to nf flow table.
|
| D | nf_flowtable.rst | 107 flow is offloaded, you will observe that the counter rule in the example above 111 You can identify offloaded flows through the [OFFLOAD] tag when listing your 202 You can identify hardware offloaded flows through the [HW_OFFLOAD] tag when
|
| D | tls-offload.rst | 115 through the driver and which belong to the offloaded socket will be after 185 Upon reception of a TLS offloaded packet, the driver sets 201 such connection will never get offloaded. Therefore the resync request 207 Segments transmitted from an offloaded socket can get out of sync 419 significant performance impact on non-offloaded streams. 532 TLS encryption cannot be offloaded to devices without checksum calculation 537 Similarly, device-offloaded TLS decryption implies doing RXCSUM. If the user
|
| D | vxlan.rst | 76 offloaded ports can be interrogated with `ethtool`::
|
| /Linux-v5.15/drivers/net/ethernet/microchip/sparx5/ |
| D | sparx5_mactable.c | 278 struct net_device *dev, bool offloaded) in sparx5_fdb_call_notifiers() argument 284 info.offloaded = offloaded; in sparx5_fdb_call_notifiers()
|
| /Linux-v5.15/drivers/net/ethernet/ti/ |
| D | am65-cpsw-switchdev.c | 365 info.offloaded = true; in am65_cpsw_fdb_offload_notify() 386 fdb->offloaded, port_id); in am65_cpsw_switchdev_event_work() 402 fdb->offloaded, port_id); in am65_cpsw_switchdev_event_work()
|
| D | cpsw_switchdev.c | 375 info.offloaded = true; in cpsw_fdb_offload_notify() 396 fdb->offloaded, port); in cpsw_switchdev_event_work() 412 fdb->offloaded, port); in cpsw_switchdev_event_work()
|
| /Linux-v5.15/include/scsi/ |
| D | libiscsi_tcp.h | 88 unsigned int offset, bool offloaded, int *status);
|
| /Linux-v5.15/Documentation/devicetree/bindings/fsi/ |
| D | fsi-master-ast-cf.txt | 1 Device-tree bindings for ColdFire offloaded gpio-based FSI master driver
|
| /Linux-v5.15/Documentation/devicetree/bindings/firmware/ |
| D | nvidia,tegra210-bpmp.txt | 24 offloaded to bpmp.
|
| /Linux-v5.15/include/net/ |
| D | vxlan.h | 201 u8 offloaded:1; member 430 bool offloaded; member
|
| /Linux-v5.15/kernel/rcu/ |
| D | tree.c | 1627 const bool offloaded = rcu_rdp_is_offloaded(rdp); in __note_gp_changes() local 1637 if (!offloaded) in __note_gp_changes() 1642 if (!offloaded) in __note_gp_changes() 2010 bool offloaded; in rcu_gp_cleanup() local 2083 offloaded = rcu_rdp_is_offloaded(rdp); in rcu_gp_cleanup() 2084 if ((offloaded || !rcu_accelerate_cbs(rnp, rdp)) && needgp) { in rcu_gp_cleanup() 2282 const bool offloaded = rcu_rdp_is_offloaded(rdp); in rcu_report_qs_rdp() local 2310 if (!offloaded) in rcu_report_qs_rdp() 2449 const bool offloaded = rcu_rdp_is_offloaded(rdp); in rcu_do_batch() local 2487 if (offloaded) in rcu_do_batch() [all …]
|
| /Linux-v5.15/drivers/remoteproc/ |
| D | Kconfig | 70 offloaded to remote DSP processors using this framework). 109 offloaded to remote DSP processors using this framework). 288 offloaded to remote MCU processors using this framework).
|
| /Linux-v5.15/drivers/scsi/cxgbi/ |
| D | libcxgbi.c | 1469 int offloaded) in read_pdu_skb() argument 1474 bytes_read = iscsi_tcp_recv_skb(conn, skb, offset, offloaded, &status); in read_pdu_skb() 1478 skb, offset, offloaded); in read_pdu_skb() 1483 skb, offset, offloaded, bytes_read); in read_pdu_skb() 1488 skb, offset, offloaded); in read_pdu_skb() 1498 skb, offset, offloaded, bytes_read); in read_pdu_skb() 1502 skb, offset, offloaded, status); in read_pdu_skb() 1566 bool offloaded = 0; in skb_read_pdu_data() local 1589 offloaded = 1; in skb_read_pdu_data() 1595 tcp_conn->in.datalen, offloaded ? "is" : "not"); in skb_read_pdu_data() [all …]
|
| /Linux-v5.15/Documentation/devicetree/bindings/serial/ |
| D | qcom,msm-uartdm.txt | 4 transmit and/or receive channels can be offloaded to a dma-engine. From a
|
| /Linux-v5.15/Documentation/scsi/ |
| D | bnx2fc.rst | 12 Despite the fact that the Broadcom's FCoE offload is fully offloaded, it does
|
| /Linux-v5.15/Documentation/driver-api/driver-model/ |
| D | design-patterns.rst | 69 Continuing on the above example we add an offloaded work::
|
| /Linux-v5.15/drivers/net/ethernet/mellanox/mlxsw/ |
| D | spectrum_switchdev.c | 2502 info.offloaded = adding; in mlxsw_sp_fdb_vxlan_call_notifiers() 2521 struct net_device *dev, bool offloaded) in mlxsw_sp_fdb_call_notifiers() argument 2527 info.offloaded = offloaded; in mlxsw_sp_fdb_call_notifiers() 2898 vxlan_fdb_info.offloaded = true; in mlxsw_sp_switchdev_bridge_vxlan_fdb_event() 2911 vxlan_fdb_info.offloaded = false; in mlxsw_sp_switchdev_bridge_vxlan_fdb_event() 3057 vxlan_fdb_info->offloaded = true; in mlxsw_sp_switchdev_vxlan_fdb_add() 3078 vxlan_fdb_info->offloaded = true; in mlxsw_sp_switchdev_vxlan_fdb_add()
|