Home
last modified time | relevance | path

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

/linux/include/net/psp/
H A Dtypes.h191 int (*rx_spi_alloc)(struct psp_dev *psd, u32 version, member
/linux/drivers/net/netdevsim/
H A Dpsp.c197 .rx_spi_alloc = nsim_rx_spi_alloc,
/linux/net/psp/
H A Dpsp_main.c61 !psd_ops->rx_spi_alloc || in psp_dev_create()
H A Dpsp_nl.c439 err = psd->ops->rx_spi_alloc(psd, version, &key, info->extack); in psp_nl_rx_assoc_doit()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dpsp.c1064 .rx_spi_alloc = mlx5e_psp_rx_spi_alloc,