Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
A Dmacsec_fs.c460 struct mlx5_sectag_header sectag = {}; in macsec_fs_tx_create_sectag_header() local
464 sectag.ethertype = htons(ETH_P_MACSEC); in macsec_fs_tx_create_sectag_header()
467 sectag.tci_an |= MACSEC_TCI_SC; in macsec_fs_tx_create_sectag_header()
468 memcpy(&sectag.sci, &secy->sci, in macsec_fs_tx_create_sectag_header()
469 sizeof(sectag.sci)); in macsec_fs_tx_create_sectag_header()
472 sectag.tci_an |= MACSEC_TCI_ES; in macsec_fs_tx_create_sectag_header()
474 sectag.tci_an |= MACSEC_TCI_SCB; in macsec_fs_tx_create_sectag_header()
479 sectag.tci_an |= MACSEC_TCI_CONFID; in macsec_fs_tx_create_sectag_header()
481 sectag.tci_an |= MACSEC_TCI_C; in macsec_fs_tx_create_sectag_header()
483 sectag.tci_an |= tx_sc->encoding_sa; in macsec_fs_tx_create_sectag_header()
[all …]

Completed in 5 milliseconds