Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libcxgb4/
H A Dqp.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/sys/dev/cxgbe/iw_cxgbe/
H A Dqp.c780 enum fw_ri_wr_flags fw_flags; in c4iw_post_send() local
814 fw_flags = 0; in c4iw_post_send()
816 fw_flags |= FW_RI_SOLICITED_EVENT_FLAG; in c4iw_post_send()
818 fw_flags |= FW_RI_COMPLETION_FLAG; in c4iw_post_send()
824 fw_flags |= FW_RI_READ_FENCE_FLAG; in c4iw_post_send()
844 fw_flags = FW_RI_RDMA_READ_INVALIDATE; in c4iw_post_send()
846 fw_flags = 0; in c4iw_post_send()
877 fw_flags |= FW_RI_LOCAL_FENCE_FLAG; in c4iw_post_send()
899 init_wr_hdr(wqe, qhp->wq.sq.pidx, fw_opcode, fw_flags, len16); in c4iw_post_send()
/freebsd/sys/dev/iwi/
H A Dif_iwivar.h173 uint32_t fw_flags; /* allocation status */ member
H A Dif_iwi.c3029 if (sc->fw_flags & IWI_FW_HAVE_PHY) in iwi_release_fw_dma()
3031 if (sc->fw_flags & IWI_FW_HAVE_MAP) in iwi_release_fw_dma()
3033 if (sc->fw_flags & IWI_FW_HAVE_DMAT) in iwi_release_fw_dma()
3036 sc->fw_flags = 0; in iwi_release_fw_dma()
3061 sc->fw_flags |= IWI_FW_HAVE_DMAT; in iwi_init_fw_dma()
3068 sc->fw_flags |= IWI_FW_HAVE_MAP; in iwi_init_fw_dma()
3074 sc->fw_flags |= IWI_FW_HAVE_PHY; in iwi_init_fw_dma()