Searched refs:slave_read (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
H A Dcatas.c161 static int mlx4_comm_internal_err(u32 slave_read) mlx4_comm_internal_err() argument
164 (slave_read & (u32)COMM_CHAN_EVENT_INTERNAL_ERR) ? 1 : 0; mlx4_comm_internal_err()
231 u32 slave_read; poll_catas() local
234 slave_read = swab32(readl(&priv->mfunc.comm->slave_read)); poll_catas()
235 if (mlx4_comm_internal_err(slave_read)) { poll_catas()
H A Dcmd.c257 u32 status = readl(&priv->mfunc.comm->slave_read); comm_pending()
2173 &priv->mfunc.comm[slave].slave_read); mlx4_master_do_cmd()
2201 &priv->mfunc.comm[slave].slave_read); mlx4_master_do_cmd()
2236 slt = swab32(readl(&mfunc->comm[slave].slave_read)) mlx4_master_comm_channel()
2278 rd_toggle = swab32(readl(&priv->mfunc.comm->slave_read)); sync_toggles()
2302 __raw_writel((__force u32) 0, &priv->mfunc.comm->slave_read); sync_toggles()
2362 &priv->mfunc.comm[i].slave_read); mlx4_multi_func_init()
2508 u32 slave_read; mlx4_report_internal_err_comm_event() local
2514 slave_read = swab32(readl(&priv->mfunc.comm[slave].slave_read)); mlx4_report_internal_err_comm_event()
2515 slave_read |= (u32)COMM_CHAN_EVENT_INTERNAL_ERR; mlx4_report_internal_err_comm_event()
2516 __raw_writel((__force u32)cpu_to_be32(slave_read), mlx4_report_internal_err_comm_event()
2517 &priv->mfunc.comm[slave].slave_read); mlx4_report_internal_err_comm_event()
H A Dmain.c1800 u32 slave_read; mlx4_init_slave() local
1832 slave_read = swab32(readl(&priv->mfunc.comm->slave_read)); mlx4_init_slave()
1836 MLX4_COMM_GET_IF_REV(slave_read)) { mlx4_init_slave()
H A Dmlx4.h445 u32 slave_read; member in struct:mlx4_comm
/linux-4.4.14/drivers/net/ethernet/ti/
H A Dcpsw.c356 static inline u32 slave_read(struct cpsw_slave *slave, u32 offset) slave_read() function
1460 ctrl = slave_read(slave, CPSW2_CONTROL); cpsw_hwtstamp_v2()

Completed in 220 milliseconds