Lines Matching defs:epid
89 return info.bits.epid;
519 req_buf->share_buffer.epid = dest_epid;
630 req_buf->unshare_buffer.epid = dest_epid;
725 bool fjes_hw_epid_is_same_zone(struct fjes_hw *hw, int epid)
727 if (epid >= hw->max_epid)
730 if ((hw->ep_shm_info[epid].es_status !=
736 return (hw->ep_shm_info[epid].zone ==
763 fjes_hw_get_partner_ep_status(struct fjes_hw *hw, int epid)
767 if (fjes_hw_epid_is_shared(hw->hw_info.share, epid)) {
768 if (fjes_hw_epid_is_stop_requested(hw, epid)) {
771 if (fjes_hw_epid_is_stop_process_done(hw, epid))