/linux/net/ipv6/ |
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); 1143 if (set_mtu) { in ip6gre_tnl_link_config_route() 1175 static void ip6gre_tnl_link_config(struct ip6_tnl *t, int set_mtu) in ip6gre_tnl_link_config() argument 1178 ip6gre_tnl_link_config_route(t, set_mtu, ip6gre_calc_hlen(t)); in ip6gre_tnl_link_config() 1205 int set_mtu) in ip6gre_tnl_change() argument 1208 ip6gre_tnl_link_config(t, set_mtu); in ip6gre_tnl_change() 2258 static void ip6erspan_tnl_link_config(struct ip6_tnl *t, int set_mtu) in ip6erspan_tnl_link_config() argument 2261 ip6gre_tnl_link_config_route(t, set_mtu, ip6erspan_calc_hlen(t)); in ip6erspan_tnl_link_config() 2265 const struct __ip6_tnl_parm *p, int set_mtu) in ip6erspan_tnl_change() argument [all …]
|
/linux/drivers/net/ethernet/chelsio/cxgb/ |
A D | gmac.h | 110 int (*set_mtu)(struct cmac *, int mtu); member
|
A D | cxgb2.c | 839 if (!mac->ops->set_mtu) in t1_change_mtu() 841 if ((ret = mac->ops->set_mtu(mac, new_mtu))) in t1_change_mtu()
|
A D | vsc7326.c | 674 .set_mtu = mac_set_mtu,
|
A D | pm3393.c | 578 .set_mtu = pm3393_set_mtu,
|
/linux/tools/testing/selftests/bpf/ |
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)
|
/linux/drivers/infiniband/hw/hns/ |
A D | hns_roce_main.c | 155 if (hr_dev->hw->set_mtu) in hns_roce_setup_mtu_mac() 156 hr_dev->hw->set_mtu(hr_dev, hr_dev->iboe.phy_port[i], in hns_roce_setup_mtu_mac()
|
A D | hns_roce_device.h | 916 void (*set_mtu)(struct hns_roce_dev *hr_dev, u8 phy_port, member
|
A D | hns_roce_hw_v1.c | 4426 .set_mtu = hns_roce_v1_set_mtu,
|
/linux/drivers/net/ethernet/qlogic/netxen/ |
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()
|
A D | netxen_nic.h | 1641 int (*set_mtu) (struct netxen_adapter *, int); member
|
A D | netxen_nic_main.c | 1113 adapter->set_mtu(adapter, netdev->mtu); in __netxen_nic_up()
|
/linux/drivers/net/ethernet/hisilicon/hns/ |
A D | hnae.h | 509 int (*set_mtu)(struct hnae_handle *handle, int new_mtu); member
|
A D | hns_ae_adapt.c | 959 .set_mtu = hns_ae_set_mtu,
|
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()
|
/linux/net/ipv4/ |
A D | ip_tunnel.c | 828 bool set_mtu, in ip_tunnel_update() argument 852 if (set_mtu) in ip_tunnel_update()
|
A D | ip_gre.c | 749 static void ipgre_link_update(struct net_device *dev, bool set_mtu) in ipgre_link_update() argument 764 if (set_mtu) in ipgre_link_update()
|
/linux/drivers/net/ethernet/hisilicon/hns3/ |
A D | hnae3.h | 574 int (*set_mtu)(struct hnae3_handle *handle, int new_mtu); member
|
A D | hns3_enet.c | 2645 if (!h->ae_algo->ops->set_mtu) in hns3_nic_change_mtu() 2651 ret = h->ae_algo->ops->set_mtu(h, new_mtu); in hns3_nic_change_mtu()
|
/linux/drivers/infiniband/hw/hfi1/ |
A D | init.c | 923 set_mtu(ppd); in hfi1_init()
|
A D | driver.c | 1244 int set_mtu(struct hfi1_pportdata *ppd) in set_mtu() function
|
A D | hfi.h | 1887 int set_mtu(struct hfi1_pportdata *ppd);
|
A D | mad.c | 1525 set_mtu(ppd); in __subn_set_opa_portinfo()
|
/linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/ |
A D | hclgevf_main.c | 3889 .set_mtu = hclgevf_set_mtu,
|
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
A D | hclge_main.c | 13117 .set_mtu = hclge_set_mtu,
|