Searched refs:tx_rule (Results 1 – 1 of 1) sorted by relevance
94 struct mlx5e_macsec_tx_rule tx_rule; member493 if (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()500 tx_rule->pkt_reformat = NULL; in macsec_fs_tx_del_rule()503 if (tx_rule->fs_id) { in macsec_fs_tx_del_rule()505 tx_rule->fs_id = 0; in macsec_fs_tx_del_rule()508 kfree(tx_rule); in macsec_fs_tx_del_rule()550 tx_rule = &macsec_rule->tx_rule; in macsec_fs_tx_add_rule()576 tx_rule->fs_id = fs_id; in macsec_fs_tx_add_rule()[all …]
Completed in 5 milliseconds