Searched refs:OFFLOAD (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/Documentation/networking/ |
D | nf_flowtable.rst | 111 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.12.1/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_tc.c | 3203 #define OFFLOAD(fw_field, field_bsize, field_mask, field, off, match_field) \ macro 3242 OFFLOAD(DMAC_47_16, 32, U32_MAX, eth.h_dest[0], 0, dmac_47_16), 3243 OFFLOAD(DMAC_15_0, 16, U16_MAX, eth.h_dest[4], 0, dmac_15_0), 3244 OFFLOAD(SMAC_47_16, 32, U32_MAX, eth.h_source[0], 0, smac_47_16), 3245 OFFLOAD(SMAC_15_0, 16, U16_MAX, eth.h_source[4], 0, smac_15_0), 3246 OFFLOAD(ETHERTYPE, 16, U16_MAX, eth.h_proto, 0, ethertype), 3247 OFFLOAD(FIRST_VID, 16, U16_MAX, vlan.h_vlan_TCI, 0, first_vid), 3249 OFFLOAD(IP_DSCP, 8, 0xfc, ip4.tos, 0, ip_dscp), 3250 OFFLOAD(IP_TTL, 8, U8_MAX, ip4.ttl, 0, ttl_hoplimit), 3251 OFFLOAD(SIPV4, 32, U32_MAX, ip4.saddr, 0, src_ipv4_src_ipv6.ipv4_layout.ipv4), [all …]
|
/linux-6.12.1/drivers/net/wireless/mediatek/mt76/ |
D | mt76_connac_mcu.c | 2247 return mt76_mcu_skb_send_msg(dev, skb, MCU_UNI_CMD(OFFLOAD), true); in mt76_connac_mcu_update_arp_filter() 2354 MCU_UNI_CMD(OFFLOAD), true); in mt76_connac_mcu_update_gtk_rekey() 2380 return mt76_mcu_send_msg(dev, MCU_UNI_CMD(OFFLOAD), &req, in mt76_connac_mcu_set_arp_filter() 2406 return mt76_mcu_send_msg(dev, MCU_UNI_CMD(OFFLOAD), &req, in mt76_connac_mcu_set_gtk_rekey()
|
/linux-6.12.1/drivers/net/wireless/mediatek/mt76/mt7921/ |
D | mac.c | 868 MCU_UNI_CMD(OFFLOAD), true); in mt7921_set_ipv6_ns_work()
|
D | mcu.c | 48 cmd == MCU_UNI_CMD(OFFLOAD) || in mt7921_mcu_parse_response()
|
/linux-6.12.1/drivers/net/wireless/mediatek/mt76/mt7925/ |
D | mac.c | 1495 MCU_UNI_CMD(OFFLOAD), true); in mt7925_set_ipv6_ns_work()
|
D | mcu.c | 43 cmd == MCU_UNI_CMD(OFFLOAD) || in mt7925_mcu_parse_response() 161 return mt76_mcu_skb_send_msg(dev, skb, MCU_UNI_CMD(OFFLOAD), true); in mt7925_mcu_update_arp_filter()
|
/linux-6.12.1/drivers/net/wireless/mediatek/mt76/mt7615/ |
D | mcu.c | 164 cmd == MCU_UNI_CMD(OFFLOAD) || in mt7615_mcu_parse_response()
|
/linux-6.12.1/ |
D | MAINTAINERS | 6719 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
|