Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dcatas.c94 #define COM_CHAN_RST_REQ_OFFSET 0x10 in mlx4_reset_slave() macro
118 rst_req = (comm_flags & (u32)(1 << COM_CHAN_RST_REQ_OFFSET)) >> in mlx4_reset_slave()
119 COM_CHAN_RST_REQ_OFFSET; in mlx4_reset_slave()
129 comm_flags = rst_req << COM_CHAN_RST_REQ_OFFSET; in mlx4_reset_slave()
144 rst_req = (comm_flags & (u32)(1 << COM_CHAN_RST_REQ_OFFSET)) >> in mlx4_reset_slave()
145 COM_CHAN_RST_REQ_OFFSET; in mlx4_reset_slave()