Home
last modified time | relevance | path

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

/linux-2.6.39/arch/alpha/include/asm/
Dgct.h26 u64 fw_flags; member
/linux-2.6.39/drivers/infiniband/hw/cxgb4/
Dqp.c584 enum fw_ri_wr_flags fw_flags; in c4iw_post_send() local
612 fw_flags = 0; in c4iw_post_send()
614 fw_flags |= FW_RI_SOLICITED_EVENT_FLAG; in c4iw_post_send()
616 fw_flags |= FW_RI_COMPLETION_FLAG; in c4iw_post_send()
622 fw_flags |= FW_RI_READ_FENCE_FLAG; in c4iw_post_send()
640 fw_flags = FW_RI_RDMA_READ_INVALIDATE; in c4iw_post_send()
642 fw_flags = 0; in c4iw_post_send()
657 fw_flags |= FW_RI_LOCAL_FENCE_FLAG; in c4iw_post_send()
676 init_wr_hdr(wqe, qhp->wq.sq.pidx, fw_opcode, fw_flags, len16); in c4iw_post_send()