Searched refs:sc_xarray_element (Results 1 – 1 of 1) sorted by relevance
705 sc_xarray_element = kzalloc(sizeof(*sc_xarray_element), GFP_KERNEL); in mlx5e_macsec_add_rxsc()706 if (!sc_xarray_element) { in mlx5e_macsec_add_rxsc()711 sc_xarray_element->rx_sc = rx_sc; in mlx5e_macsec_add_rxsc()712 err = xa_alloc(&macsec->sc_xarray, &sc_xarray_element->fs_id, sc_xarray_element, in mlx5e_macsec_add_rxsc()732 rx_sc->sc_xarray_element = sc_xarray_element; in mlx5e_macsec_add_rxsc()741 kfree(sc_xarray_element); in mlx5e_macsec_add_rxsc()813 rx_sc->sc_xarray_element->fs_id); in macsec_del_rxsc_ctx()828 kfree(rx_sc->sc_xarray_element); in macsec_del_rxsc_ctx()1004 &rx_sc->sc_xarray_element->fs_id); in mlx5e_macsec_upd_rxsa()1054 rx_sc->sc_xarray_element->fs_id); in mlx5e_macsec_del_rxsa()[all …]