Home
last modified time | relevance | path

Searched refs:src_epid (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/fjes/
H A Dfjes_trace.h269 TP_PROTO(struct fjes_hw *hw, int src_epid,
271 TP_ARGS(hw, src_epid, status),
273 __field(int, src_epid)
280 __entry->src_epid = src_epid;
282 __entry->ep_status = hw->hw_info.share->ep_status[src_epid];
285 hw->ep_shm_info[src_epid].tx.info->v1i.rx_status;
288 __entry->src_epid, __entry->status, __entry->ep_status,
293 TP_PROTO(struct fjes_hw *hw, int src_epid),
294 TP_ARGS(hw, src_epid),
[all...]
H A Dfjes_main.c919 int src_epid) in fjes_txrx_stop_req_irq()
925 status = fjes_hw_get_partner_ep_status(hw, src_epid); in fjes_txrx_stop_req_irq()
926 trace_fjes_txrx_stop_req_irq_pre(hw, src_epid, status); in fjes_txrx_stop_req_irq()
933 if (src_epid < hw->my_epid) { in fjes_txrx_stop_req_irq()
935 hw->ep_shm_info[src_epid].tx.info->v1i.rx_status |= in fjes_txrx_stop_req_irq()
939 clear_bit(src_epid, &hw->txrx_stop_req_bit); in fjes_txrx_stop_req_irq()
940 set_bit(src_epid, &adapter->unshare_watch_bitmask); in fjes_txrx_stop_req_irq()
948 if (hw->ep_shm_info[src_epid].rx.info->v1i.rx_status & in fjes_txrx_stop_req_irq()
950 set_bit(src_epid, &hw->epstop_req_bit); in fjes_txrx_stop_req_irq()
957 trace_fjes_txrx_stop_req_irq_post(hw, src_epid); in fjes_txrx_stop_req_irq()
918 fjes_txrx_stop_req_irq(struct fjes_adapter *adapter, int src_epid) fjes_txrx_stop_req_irq() argument
960 fjes_stop_req_irq(struct fjes_adapter *adapter, int src_epid) fjes_stop_req_irq() argument
996 fjes_update_zone_irq(struct fjes_adapter *adapter, int src_epid) fjes_update_zone_irq() argument
1098 fjes_rx_irq(struct fjes_adapter *adapter, int src_epid) fjes_rx_irq() argument
[all...]
H A Dfjes_hw.c750 static bool fjes_hw_epid_is_stop_requested(struct fjes_hw *hw, int src_epid) in fjes_hw_epid_is_stop_requested() argument
752 return test_bit(src_epid, &hw->txrx_stop_req_bit); in fjes_hw_epid_is_stop_requested()
755 static bool fjes_hw_epid_is_stop_process_done(struct fjes_hw *hw, int src_epid) in fjes_hw_epid_is_stop_process_done() argument
757 return (hw->ep_shm_info[src_epid].tx.info->v1i.rx_status & in fjes_hw_epid_is_stop_process_done()
/kernel/linux/linux-6.6/drivers/net/fjes/
H A Dfjes_trace.h269 TP_PROTO(struct fjes_hw *hw, int src_epid,
271 TP_ARGS(hw, src_epid, status),
273 __field(int, src_epid)
280 __entry->src_epid = src_epid;
282 __entry->ep_status = hw->hw_info.share->ep_status[src_epid];
285 hw->ep_shm_info[src_epid].tx.info->v1i.rx_status;
288 __entry->src_epid, __entry->status, __entry->ep_status,
293 TP_PROTO(struct fjes_hw *hw, int src_epid),
294 TP_ARGS(hw, src_epid),
[all...]
H A Dfjes_main.c245 static void fjes_rx_irq(struct fjes_adapter *adapter, int src_epid) in fjes_rx_irq() argument
255 static void fjes_stop_req_irq(struct fjes_adapter *adapter, int src_epid) in fjes_stop_req_irq() argument
261 set_bit(src_epid, &hw->hw_info.buffer_unshare_reserve_bit); in fjes_stop_req_irq()
263 status = fjes_hw_get_partner_ep_status(hw, src_epid); in fjes_stop_req_irq()
264 trace_fjes_stop_req_irq_pre(hw, src_epid, status); in fjes_stop_req_irq()
268 hw->ep_shm_info[src_epid].tx.info->v1i.rx_status |= in fjes_stop_req_irq()
271 clear_bit(src_epid, &hw->txrx_stop_req_bit); in fjes_stop_req_irq()
276 set_bit(src_epid, &adapter->unshare_watch_bitmask); in fjes_stop_req_irq()
282 set_bit(src_epid, &hw->epstop_req_bit); in fjes_stop_req_irq()
288 trace_fjes_stop_req_irq_post(hw, src_epid); in fjes_stop_req_irq()
291 fjes_txrx_stop_req_irq(struct fjes_adapter *adapter, int src_epid) fjes_txrx_stop_req_irq() argument
333 fjes_update_zone_irq(struct fjes_adapter *adapter, int src_epid) fjes_update_zone_irq() argument
[all...]
H A Dfjes_hw.c751 static bool fjes_hw_epid_is_stop_requested(struct fjes_hw *hw, int src_epid) in fjes_hw_epid_is_stop_requested() argument
753 return test_bit(src_epid, &hw->txrx_stop_req_bit); in fjes_hw_epid_is_stop_requested()
756 static bool fjes_hw_epid_is_stop_process_done(struct fjes_hw *hw, int src_epid) in fjes_hw_epid_is_stop_process_done() argument
758 return (hw->ep_shm_info[src_epid].tx.info->v1i.rx_status & in fjes_hw_epid_is_stop_process_done()

Completed in 7 milliseconds