Home
last modified time | relevance | path

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

/openbmc/qemu/include/net/
H A Dnet.h88 SetOffload *set_offload; member
/openbmc/qemu/net/
H A Dnetmap.c392 .set_offload = netmap_set_offload,
H A Dnet.c536 if (!nc || !nc->info->set_offload) { in qemu_set_offload()
540 nc->info->set_offload(nc, csum, tso4, tso6, ecn, ufo, uso4, uso6); in qemu_set_offload()
H A Dtap.c345 .set_offload = tap_set_offload,
/openbmc/linux/drivers/net/
H A Dtap.c952 static int set_offload(struct tap_queue *q, unsigned long arg) in set_offload() function
1119 ret = set_offload(q, arg); in tap_ioctl()
H A Dtun.c2898 static int set_offload(struct tun_struct *tun, unsigned long arg) in set_offload() function
3259 ret = set_offload(tun, arg); in __tun_chr_ioctl()
/openbmc/linux/net/mac80211/
H A Drx.c4519 bool set_offload = false; in ieee80211_check_fast_rx() local
4644 set_offload = !test_and_set_sta_flag(sta, WLAN_STA_DECAP_OFFLOAD); in ieee80211_check_fast_rx()
4646 set_offload = test_and_clear_sta_flag(sta, WLAN_STA_DECAP_OFFLOAD); in ieee80211_check_fast_rx()
4648 if (set_offload) in ieee80211_check_fast_rx()