Home
last modified time | relevance | path

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

/drivers/infiniband/hw/cxgb4/
Dqp.c647 enum fw_ri_wr_flags fw_flags; in c4iw_post_send() local
675 fw_flags = 0; in c4iw_post_send()
677 fw_flags |= FW_RI_SOLICITED_EVENT_FLAG; in c4iw_post_send()
679 fw_flags |= FW_RI_COMPLETION_FLAG; in c4iw_post_send()
685 fw_flags |= FW_RI_READ_FENCE_FLAG; in c4iw_post_send()
703 fw_flags = FW_RI_RDMA_READ_INVALIDATE; in c4iw_post_send()
705 fw_flags = 0; in c4iw_post_send()
723 fw_flags |= FW_RI_LOCAL_FENCE_FLAG; in c4iw_post_send()
742 init_wr_hdr(wqe, qhp->wq.sq.pidx, fw_opcode, fw_flags, len16); in c4iw_post_send()
/drivers/scsi/qla2xxx/
Dqla_def.h348 uint32_t fw_flags; member
Dqla_mr.c2220 iocb_job->u.fxiocb.fw_flags = le32_to_cpu(pkt->fw_iotcl_flags); in qlafx00_ioctl_iosb_entry()