Searched refs:tx_rule (Results 1 – 1 of 1) sorted by relevance
94 struct mlx5e_macsec_tx_rule tx_rule; member491 struct mlx5e_macsec_tx_rule *tx_rule) in macsec_fs_tx_del_rule() argument493 if (tx_rule->rule) { in macsec_fs_tx_del_rule()494 mlx5_del_flow_rules(tx_rule->rule); in macsec_fs_tx_del_rule()495 tx_rule->rule = NULL; in macsec_fs_tx_del_rule()498 if (tx_rule->pkt_reformat) { in macsec_fs_tx_del_rule()499 mlx5_packet_reformat_dealloc(macsec_fs->mdev, tx_rule->pkt_reformat); in macsec_fs_tx_del_rule()500 tx_rule->pkt_reformat = NULL; in macsec_fs_tx_del_rule()503 if (tx_rule->fs_id) { in macsec_fs_tx_del_rule()504 ida_free(&macsec_fs->tx_fs->tx_halloc, tx_rule->fs_id); in macsec_fs_tx_del_rule()[all …]