Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/mlx4/mlx4_core/
HDmlx4_catas.c96 #define COM_CHAN_RST_REQ_OFFSET 0x10 in mlx4_reset_slave() macro
120 rst_req = (comm_flags & (u32)(1 << COM_CHAN_RST_REQ_OFFSET)) >> in mlx4_reset_slave()
121 COM_CHAN_RST_REQ_OFFSET; in mlx4_reset_slave()
131 comm_flags = rst_req << COM_CHAN_RST_REQ_OFFSET; in mlx4_reset_slave()
150 rst_req = (comm_flags & (u32)(1 << COM_CHAN_RST_REQ_OFFSET)) >> in mlx4_reset_slave()
151 COM_CHAN_RST_REQ_OFFSET; in mlx4_reset_slave()