Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dmacsec.c709 sc_xarray_element = kzalloc(sizeof(*sc_xarray_element), GFP_KERNEL); in mlx5e_macsec_add_rxsc()
710 if (!sc_xarray_element) { in mlx5e_macsec_add_rxsc()
715 sc_xarray_element->rx_sc = rx_sc; in mlx5e_macsec_add_rxsc()
716 err = xa_alloc(&macsec->sc_xarray, &sc_xarray_element->fs_id, sc_xarray_element, in mlx5e_macsec_add_rxsc()
736 rx_sc->sc_xarray_element = sc_xarray_element; in mlx5e_macsec_add_rxsc()
745 kfree(sc_xarray_element); in mlx5e_macsec_add_rxsc()
817 rx_sc->sc_xarray_element->fs_id); in macsec_del_rxsc_ctx()
832 kfree(rx_sc->sc_xarray_element); in macsec_del_rxsc_ctx()
1008 &rx_sc->sc_xarray_element->fs_id); in mlx5e_macsec_upd_rxsa()
1058 rx_sc->sc_xarray_element->fs_id); in mlx5e_macsec_del_rxsa()
[all …]