/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb/ |
H A D | gmac.h | 110 int (*set_mtu)(struct cmac *, int mtu); member
|
H A D | cxgb2.c | 834 if (!mac->ops->set_mtu) in t1_change_mtu() 836 if ((ret = mac->ops->set_mtu(mac, new_mtu))) in t1_change_mtu()
|
H A D | vsc7326.c | 674 .set_mtu = mac_set_mtu,
|
H A D | pm3393.c | 578 .set_mtu = pm3393_set_mtu,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb/ |
H A D | gmac.h | 101 int (*set_mtu)(struct cmac *, int mtu); member
|
H A D | cxgb2.c | 843 if (!mac->ops->set_mtu) in t1_change_mtu() 845 if ((ret = mac->ops->set_mtu(mac, new_mtu))) in t1_change_mtu()
|
H A D | vsc7326.c | 674 .set_mtu = mac_set_mtu,
|
H A D | pm3393.c | 569 .set_mtu = pm3393_set_mtu,
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | ip6_gre.c | 79 static void ip6gre_tnl_link_config(struct ip6_tnl *t, int set_mtu); 80 static void ip6erspan_tnl_link_config(struct ip6_tnl *t, int set_mtu); 1133 static void ip6gre_tnl_link_config_route(struct ip6_tnl *t, int set_mtu, in ip6gre_tnl_link_config_route() argument 1159 if (set_mtu) { in ip6gre_tnl_link_config_route() 1193 static void ip6gre_tnl_link_config(struct ip6_tnl *t, int set_mtu) in ip6gre_tnl_link_config() argument 1196 ip6gre_tnl_link_config_route(t, set_mtu, ip6gre_calc_hlen(t)); in ip6gre_tnl_link_config() 1223 int set_mtu) in ip6gre_tnl_change() 1226 ip6gre_tnl_link_config(t, set_mtu); in ip6gre_tnl_change() 2275 static void ip6erspan_tnl_link_config(struct ip6_tnl *t, int set_mtu) in ip6erspan_tnl_link_config() argument 2278 ip6gre_tnl_link_config_route(t, set_mtu, ip6erspan_calc_hle in ip6erspan_tnl_link_config() 1222 ip6gre_tnl_change(struct ip6_tnl *t, const struct __ip6_tnl_parm *p, int set_mtu) ip6gre_tnl_change() argument 2281 ip6erspan_tnl_change(struct ip6_tnl *t, const struct __ip6_tnl_parm *p, int set_mtu) ip6erspan_tnl_change() argument [all...] |
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | ip6_gre.c | 79 static void ip6gre_tnl_link_config(struct ip6_tnl *t, int set_mtu); 80 static void ip6erspan_tnl_link_config(struct ip6_tnl *t, int set_mtu); 1132 static void ip6gre_tnl_link_config_route(struct ip6_tnl *t, int set_mtu, in ip6gre_tnl_link_config_route() argument 1158 if (set_mtu) { in ip6gre_tnl_link_config_route() 1192 static void ip6gre_tnl_link_config(struct ip6_tnl *t, int set_mtu) in ip6gre_tnl_link_config() argument 1195 ip6gre_tnl_link_config_route(t, set_mtu, ip6gre_calc_hlen(t)); in ip6gre_tnl_link_config() 1222 int set_mtu) in ip6gre_tnl_change() 1225 ip6gre_tnl_link_config(t, set_mtu); in ip6gre_tnl_change() 2272 static void ip6erspan_tnl_link_config(struct ip6_tnl *t, int set_mtu) in ip6erspan_tnl_link_config() argument 2275 ip6gre_tnl_link_config_route(t, set_mtu, ip6erspan_calc_hle in ip6erspan_tnl_link_config() 1221 ip6gre_tnl_change(struct ip6_tnl *t, const struct __ip6_tnl_parm *p, int set_mtu) ip6gre_tnl_change() argument 2278 ip6erspan_tnl_change(struct ip6_tnl *t, const struct __ip6_tnl_parm *p, int set_mtu) ip6erspan_tnl_change() argument [all...] |
/kernel/linux/linux-5.10/drivers/infiniband/hw/hns/ |
H A D | hns_roce_main.c | 168 if (hr_dev->hw->set_mtu) in hns_roce_setup_mtu_mac() 169 hr_dev->hw->set_mtu(hr_dev, hr_dev->iboe.phy_port[i], in hns_roce_setup_mtu_mac()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | test_offload.py | 473 def set_mtu(self, mtu, fail=True): member in NetdevSim 1013 ret, _ = sim.set_mtu(9000, fail=False) 1018 sim.set_mtu(9000) 1022 sim.set_mtu(1500)
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | test_offload.py | 473 def set_mtu(self, mtu, fail=True): member in NetdevSim 1015 ret, _ = sim.set_mtu(9000, fail=False) 1020 sim.set_mtu(9000) 1024 sim.set_mtu(1500)
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/netxen/ |
H A D | netxen_nic_hw.c | 959 if (adapter->set_mtu) in netxen_nic_change_mtu() 960 rc = adapter->set_mtu(adapter, mtu); in netxen_nic_change_mtu() 1745 adapter->set_mtu = netxen_nic_set_mtu_xgb; in netxen_setup_hwops() 1757 adapter->set_mtu = nx_fw_cmd_set_mtu; in netxen_setup_hwops()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/netxen/ |
H A D | netxen_nic_hw.c | 959 if (adapter->set_mtu) in netxen_nic_change_mtu() 960 rc = adapter->set_mtu(adapter, mtu); in netxen_nic_change_mtu() 1745 adapter->set_mtu = netxen_nic_set_mtu_xgb; in netxen_setup_hwops() 1757 adapter->set_mtu = nx_fw_cmd_set_mtu; in netxen_setup_hwops()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hnae3.h | 352 * set_mtu() 491 int (*set_mtu)(struct hnae3_handle *handle, int new_mtu); member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns/ |
H A D | hnae.h | 447 * set_mtu() 515 int (*set_mtu)(struct hnae_handle *handle, int new_mtu); member
|
H A D | hns_enet.c | 1723 if (!h->dev->ops->set_mtu) in hns_nic_change_mtu() 1749 ret = h->dev->ops->set_mtu(h, new_mtu); in hns_nic_change_mtu()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns/ |
H A D | hnae.h | 443 * set_mtu() 509 int (*set_mtu)(struct hnae_handle *handle, int new_mtu); member
|
H A D | hns_ae_adapt.c | 959 .set_mtu = hns_ae_set_mtu,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hnae3.h | 455 * set_mtu() 616 int (*set_mtu)(struct hnae3_handle *handle, int new_mtu); member
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | ip_gre.c | 750 static void ipgre_link_update(struct net_device *dev, bool set_mtu) in ipgre_link_update() argument 765 if (set_mtu) in ipgre_link_update()
|
H A D | ip_tunnel.c | 855 bool set_mtu, in ip_tunnel_update() 879 if (set_mtu) in ip_tunnel_update() 851 ip_tunnel_update(struct ip_tunnel_net *itn, struct ip_tunnel *t, struct net_device *dev, struct ip_tunnel_parm *p, bool set_mtu, __u32 fwmark) ip_tunnel_update() argument
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | ip_gre.c | 757 static void ipgre_link_update(struct net_device *dev, bool set_mtu) in ipgre_link_update() argument 773 if (set_mtu) in ipgre_link_update()
|
H A D | ip_tunnel.c | 876 bool set_mtu, in ip_tunnel_update() 900 if (set_mtu) in ip_tunnel_update() 872 ip_tunnel_update(struct ip_tunnel_net *itn, struct ip_tunnel *t, struct net_device *dev, struct ip_tunnel_parm *p, bool set_mtu, __u32 fwmark) ip_tunnel_update() argument
|