Home
last modified time | relevance | path

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

/linux/drivers/net/
H A Dmacsec.c34 u8 tci_an; member
301 h->tci_an |= MACSEC_TCI_SC; in macsec_fill_sectag()
306 h->tci_an |= MACSEC_TCI_ES; in macsec_fill_sectag()
308 h->tci_an |= MACSEC_TCI_SCB; in macsec_fill_sectag()
315 h->tci_an |= MACSEC_TCI_CONFID; in macsec_fill_sectag()
317 h->tci_an |= MACSEC_TCI_C; in macsec_fill_sectag()
319 h->tci_an |= tx_sc->encoding_sa; in macsec_fill_sectag()
405 if ((h->tci_an & MACSEC_TCI_ES || h->tci_an & MACSEC_TCI_SCB) && in macsec_validate_skb()
406 (h->tci_an & MACSEC_TCI_SC)) in macsec_validate_skb()
750 if (hdr->tci_an & MACSEC_TCI_E) in macsec_post_decrypt()
[all …]
/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dmacsec_fs.c57 u8 tci_an; member
623 sectag.tci_an |= MACSEC_TCI_SC; in macsec_fs_tx_create_sectag_header()
628 sectag.tci_an |= MACSEC_TCI_ES; in macsec_fs_tx_create_sectag_header()
630 sectag.tci_an |= MACSEC_TCI_SCB; in macsec_fs_tx_create_sectag_header()
635 sectag.tci_an |= MACSEC_TCI_CONFID; in macsec_fs_tx_create_sectag_header()
637 sectag.tci_an |= MACSEC_TCI_C; in macsec_fs_tx_create_sectag_header()
639 sectag.tci_an |= tx_sc->encoding_sa; in macsec_fs_tx_create_sectag_header()
1685 u8 tci_an = (sci_present << MLX5_MACSEC_SECTAG_TCI_SC_FIELD_OFFSET) | attrs->assoc_num; in macsec_fs_rx_setup_fte() local
1701 tci_an << MLX5_MACSEC_SECTAG_TCI_AN_FIELD_OFFSET); in macsec_fs_rx_setup_fte()
/linux/drivers/crypto/caam/
H A Dpdb.h312 u8 tci_an; member