Home
last modified time | relevance | path

Searched refs:OFFLOAD (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/Documentation/networking/
Dnf_flowtable.rst111 You can identify offloaded flows through the [OFFLOAD] tag when listing your
117 …rt=52728 dport=5201 src=192.168.10.2 dst=192.168.10.1 sport=5201 dport=52728 [OFFLOAD] mark=0 use=2
203 listing your connection tracking table. Please, note that the [OFFLOAD] tag
204 refers to the software offload mode, so there is a distinction between [OFFLOAD]
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.c3036 #define OFFLOAD(fw_field, field_bsize, field_mask, field, off, match_field) \ macro
3075 OFFLOAD(DMAC_47_16, 32, U32_MAX, eth.h_dest[0], 0, dmac_47_16),
3076 OFFLOAD(DMAC_15_0, 16, U16_MAX, eth.h_dest[4], 0, dmac_15_0),
3077 OFFLOAD(SMAC_47_16, 32, U32_MAX, eth.h_source[0], 0, smac_47_16),
3078 OFFLOAD(SMAC_15_0, 16, U16_MAX, eth.h_source[4], 0, smac_15_0),
3079 OFFLOAD(ETHERTYPE, 16, U16_MAX, eth.h_proto, 0, ethertype),
3080 OFFLOAD(FIRST_VID, 16, U16_MAX, vlan.h_vlan_TCI, 0, first_vid),
3082 OFFLOAD(IP_DSCP, 8, 0xfc, ip4.tos, 0, ip_dscp),
3083 OFFLOAD(IP_TTL, 8, U8_MAX, ip4.ttl, 0, ttl_hoplimit),
3084 OFFLOAD(SIPV4, 32, U32_MAX, ip4.saddr, 0, src_ipv4_src_ipv6.ipv4_layout.ipv4),
[all …]
/linux-6.1.9/drivers/net/wireless/mediatek/mt76/
Dmt76_connac_mcu.c2199 return mt76_mcu_skb_send_msg(dev, skb, MCU_UNI_CMD(OFFLOAD), true); in mt76_connac_mcu_update_arp_filter()
2306 MCU_UNI_CMD(OFFLOAD), true); in mt76_connac_mcu_update_gtk_rekey()
2332 return mt76_mcu_send_msg(dev, MCU_UNI_CMD(OFFLOAD), &req, in mt76_connac_mcu_set_arp_filter()
2358 return mt76_mcu_send_msg(dev, MCU_UNI_CMD(OFFLOAD), &req, in mt76_connac_mcu_set_gtk_rekey()
/linux-6.1.9/drivers/net/wireless/mediatek/mt76/mt7921/
Dmcu.c69 cmd == MCU_UNI_CMD(OFFLOAD) || in mt7921_mcu_parse_response()
Dmac.c1249 MCU_UNI_CMD(OFFLOAD), true); in mt7921_set_ipv6_ns_work()
/linux-6.1.9/drivers/net/wireless/mediatek/mt76/mt7615/
Dmcu.c164 cmd == MCU_UNI_CMD(OFFLOAD) || in mt7615_mcu_parse_response()
/linux-6.1.9/
DMAINTAINERS6159 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM