Lines Matching defs:epid
89 return info.bits.epid;
518 req_buf->share_buffer.epid = dest_epid;
629 req_buf->unshare_buffer.epid = dest_epid;
724 bool fjes_hw_epid_is_same_zone(struct fjes_hw *hw, int epid)
726 if (epid >= hw->max_epid)
729 if ((hw->ep_shm_info[epid].es_status !=
735 return (hw->ep_shm_info[epid].zone ==
762 fjes_hw_get_partner_ep_status(struct fjes_hw *hw, int epid)
766 if (fjes_hw_epid_is_shared(hw->hw_info.share, epid)) {
767 if (fjes_hw_epid_is_stop_requested(hw, epid)) {
770 if (fjes_hw_epid_is_stop_process_done(hw, epid))