Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/ofed/libcxgb4/
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-12-stable/sys/dev/cxgbe/iw_cxgbe/
Dqp.c781 enum fw_ri_wr_flags fw_flags; in c4iw_post_send() local
813 fw_flags = 0; in c4iw_post_send()
815 fw_flags |= FW_RI_SOLICITED_EVENT_FLAG; in c4iw_post_send()
817 fw_flags |= FW_RI_COMPLETION_FLAG; in c4iw_post_send()
823 fw_flags |= FW_RI_READ_FENCE_FLAG; in c4iw_post_send()
843 fw_flags = FW_RI_RDMA_READ_INVALIDATE; in c4iw_post_send()
845 fw_flags = 0; in c4iw_post_send()
876 fw_flags |= FW_RI_LOCAL_FENCE_FLAG; in c4iw_post_send()
898 init_wr_hdr(wqe, qhp->wq.sq.pidx, fw_opcode, fw_flags, len16); in c4iw_post_send()
/freebsd-12-stable/sys/dev/iwi/
Dif_iwivar.h174 uint32_t fw_flags; /* allocation status */ member
Dif_iwi.c3033 if (sc->fw_flags & IWI_FW_HAVE_PHY) in iwi_release_fw_dma()
3035 if (sc->fw_flags & IWI_FW_HAVE_MAP) in iwi_release_fw_dma()
3037 if (sc->fw_flags & IWI_FW_HAVE_DMAT) in iwi_release_fw_dma()
3040 sc->fw_flags = 0; in iwi_release_fw_dma()
3065 sc->fw_flags |= IWI_FW_HAVE_DMAT; in iwi_init_fw_dma()
3072 sc->fw_flags |= IWI_FW_HAVE_MAP; in iwi_init_fw_dma()
3078 sc->fw_flags |= IWI_FW_HAVE_PHY; in iwi_init_fw_dma()