Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/ofed/libcxgb4/
HDqp.c315 enum fw_ri_wr_flags fw_flags; in c4iw_post_send() local
343 fw_flags = 0; in c4iw_post_send()
345 fw_flags |= FW_RI_SOLICITED_EVENT_FLAG; in c4iw_post_send()
347 fw_flags |= FW_RI_COMPLETION_FLAG; in c4iw_post_send()
353 fw_flags |= FW_RI_READ_FENCE_FLAG; in c4iw_post_send()
368 fw_flags = 0; in c4iw_post_send()
393 init_wr_hdr(wqe, qhp->wq.sq.pidx, fw_opcode, fw_flags, len16); in c4iw_post_send()
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
HDqp.c774 enum fw_ri_wr_flags fw_flags; in c4iw_post_send() local
806 fw_flags = 0; in c4iw_post_send()
808 fw_flags |= FW_RI_SOLICITED_EVENT_FLAG; in c4iw_post_send()
810 fw_flags |= FW_RI_COMPLETION_FLAG; in c4iw_post_send()
816 fw_flags |= FW_RI_READ_FENCE_FLAG; in c4iw_post_send()
836 fw_flags = FW_RI_RDMA_READ_INVALIDATE; in c4iw_post_send()
838 fw_flags = 0; in c4iw_post_send()
869 fw_flags |= FW_RI_LOCAL_FENCE_FLAG; in c4iw_post_send()
891 init_wr_hdr(wqe, qhp->wq.sq.pidx, fw_opcode, fw_flags, len16); in c4iw_post_send()
/freebsd-11-stable/sys/dev/iwi/
HDif_iwivar.h172 uint32_t fw_flags; /* allocation status */ member
HDif_iwi.c3030 if (sc->fw_flags & IWI_FW_HAVE_PHY) in iwi_release_fw_dma()
3032 if (sc->fw_flags & IWI_FW_HAVE_MAP) in iwi_release_fw_dma()
3034 if (sc->fw_flags & IWI_FW_HAVE_DMAT) in iwi_release_fw_dma()
3037 sc->fw_flags = 0; in iwi_release_fw_dma()
3062 sc->fw_flags |= IWI_FW_HAVE_DMAT; in iwi_init_fw_dma()
3069 sc->fw_flags |= IWI_FW_HAVE_MAP; in iwi_init_fw_dma()
3075 sc->fw_flags |= IWI_FW_HAVE_PHY; in iwi_init_fw_dma()