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

/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
H A Dcatas.c98 u32 rst_req; mlx4_reset_slave() local
118 rst_req = (comm_flags & (u32)(1 << COM_CHAN_RST_REQ_OFFSET)) >> mlx4_reset_slave()
122 if (rst_req != rst_ack) { mlx4_reset_slave()
127 rst_req ^= 1; mlx4_reset_slave()
129 comm_flags = rst_req << COM_CHAN_RST_REQ_OFFSET; mlx4_reset_slave()
144 /* Reading rst_req again since the communication channel can mlx4_reset_slave()
148 rst_req = (comm_flags & (u32)(1 << COM_CHAN_RST_REQ_OFFSET)) >> mlx4_reset_slave()
151 if (rst_ack == rst_req) { mlx4_reset_slave()

Completed in 36 milliseconds