Searched defs:mlx4_sq (Results 1 – 1 of 1) sorted by relevance
72 struct mlx4_sq { struct73 volatile uint8_t *buf; /**< SQ buffer. */74 volatile uint8_t *eob; /**< End of SQ buffer */75 uint32_t size; /**< SQ size includes headroom. */76 uint32_t remain_size; /**< Remaining WQE room in SQ (bytes). */77 uint32_t owner_opcode;79 uint32_t stamp; /**< Stamp value with an invalid HW owner bit. */80 uint32_t *db; /**< Pointer to the doorbell. */81 off_t uar_mmap_offset; /* UAR mmap offset for non-primary process. */82 uint32_t doorbell_qpn; /**< qp number to write to the doorbell. */