Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/infiniband/hw/cxgb3/
Dcxio_hal.c517 u64 sge_cmd, ctx0, ctx1; in cxio_hal_init_ctrl_qp() local
555 ctx0 = (V_EC_SIZE((1 << T3_CTRL_QP_SIZE_LOG2)) | in cxio_hal_init_ctrl_qp()
557 ctx0 <<= 32; in cxio_hal_init_ctrl_qp()
558 ctx0 |= V_EC_CREDITS(FW_WR_NUM); in cxio_hal_init_ctrl_qp()
573 wqe->ctx0 = cpu_to_be64(ctx0); in cxio_hal_init_ctrl_qp()
Dcxio_wr.h292 __be64 ctx0; /* 6 */ member