Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/freescale/dpaa2/
Ddpsw.h23 int dpsw_open(struct fsl_mc_io *mc_io, u32 cmd_flags, int dpsw_id, u16 *token);
Ddpsw.c39 int dpsw_open(struct fsl_mc_io *mc_io, u32 cmd_flags, int dpsw_id, u16 *token) in dpsw_open() function
Ddpaa2-switch.c2957 err = dpsw_open(ethsw->mc_io, 0, ethsw->dev_id, &ethsw->dpsw_handle); in dpaa2_switch_init()