Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dmacsec_fs.c612 struct mlx5_sectag_header sectag = {}; in macsec_fs_tx_create_sectag_header() local
616 sectag.ethertype = htons(ETH_P_MACSEC); in macsec_fs_tx_create_sectag_header()
619 sectag.tci_an |= MACSEC_TCI_SC; in macsec_fs_tx_create_sectag_header()
620 memcpy(&sectag.sci, &secy->sci, in macsec_fs_tx_create_sectag_header()
621 sizeof(sectag.sci)); in macsec_fs_tx_create_sectag_header()
624 sectag.tci_an |= MACSEC_TCI_ES; in macsec_fs_tx_create_sectag_header()
626 sectag.tci_an |= MACSEC_TCI_SCB; in macsec_fs_tx_create_sectag_header()
631 sectag.tci_an |= MACSEC_TCI_CONFID; in macsec_fs_tx_create_sectag_header()
633 sectag.tci_an |= MACSEC_TCI_C; in macsec_fs_tx_create_sectag_header()
635 sectag.tci_an |= tx_sc->encoding_sa; in macsec_fs_tx_create_sectag_header()
[all …]