Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dmlx4_en.h84 #define STAMP_SHIFT 31 macro
H A Den_tx.c240 __be32 stamp = cpu_to_be32(STAMP_VAL | (!!owner << STAMP_SHIFT)); in mlx4_en_stamp_wqe()
H A Den_rx.c350 __be32 stamp = cpu_to_be32(1 << STAMP_SHIFT); in mlx4_en_activate_rx_rings()