Searched refs:src_epid (Results 1 – 2 of 2) sorted by relevance
824 int src_epid) in fjes_txrx_stop_req_irq() argument829 status = fjes_hw_get_partner_ep_status(hw, src_epid); in fjes_txrx_stop_req_irq()836 if (src_epid < hw->my_epid) { in fjes_txrx_stop_req_irq()837 hw->ep_shm_info[src_epid].tx.info->v1i.rx_status |= in fjes_txrx_stop_req_irq()840 clear_bit(src_epid, &hw->txrx_stop_req_bit); in fjes_txrx_stop_req_irq()841 set_bit(src_epid, &adapter->unshare_watch_bitmask); in fjes_txrx_stop_req_irq()849 if (hw->ep_shm_info[src_epid].rx.info->v1i.rx_status & in fjes_txrx_stop_req_irq()851 set_bit(src_epid, &hw->epstop_req_bit); in fjes_txrx_stop_req_irq()860 static void fjes_stop_req_irq(struct fjes_adapter *adapter, int src_epid) in fjes_stop_req_irq() argument865 set_bit(src_epid, &hw->hw_info.buffer_unshare_reserve_bit); in fjes_stop_req_irq()[all …]
702 static bool fjes_hw_epid_is_stop_requested(struct fjes_hw *hw, int src_epid) in fjes_hw_epid_is_stop_requested() argument704 return test_bit(src_epid, &hw->txrx_stop_req_bit); in fjes_hw_epid_is_stop_requested()707 static bool fjes_hw_epid_is_stop_process_done(struct fjes_hw *hw, int src_epid) in fjes_hw_epid_is_stop_process_done() argument709 return (hw->ep_shm_info[src_epid].tx.info->v1i.rx_status & in fjes_hw_epid_is_stop_process_done()