Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_ethtool.c1470 struct mlx4_spec_list *spec_l2; in add_ip_rule() local
1475 spec_l2 = kzalloc(sizeof(*spec_l2), GFP_KERNEL); in add_ip_rule()
1476 if (!spec_l2 || !spec_l3) { in add_ip_rule()
1498 kfree(spec_l2); in add_ip_rule()
1508 struct mlx4_spec_list *spec_l2; in add_tcp_udp_rule() local
1513 spec_l2 = kzalloc(sizeof(*spec_l2), GFP_KERNEL); in add_tcp_udp_rule()
1525 spec_l2, in add_tcp_udp_rule()
1537 spec_l2, in add_tcp_udp_rule()
1565 kfree(spec_l2); in add_tcp_udp_rule()
1586 spec_l2 = kzalloc(sizeof(*spec_l2), GFP_KERNEL); in mlx4_en_ethtool_to_net_trans_rule()
[all …]