Home
last modified time | relevance | path

Searched refs:ep_shm_info (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/drivers/net/fjes/
Dfjes_main.c178 hw->ep_shm_info[epidx].es_status = in fjes_setup_resources()
180 hw->ep_shm_info[epidx].zone = in fjes_setup_resources()
196 (hw->ep_shm_info[epidx].es_status == in fjes_setup_resources()
200 hw->ep_shm_info[epidx].ep_stats in fjes_setup_resources()
211 buf_pair = &hw->ep_shm_info[epidx]; in fjes_setup_resources()
234 hw->ep_shm_info[epidx].ep_stats in fjes_setup_resources()
265 hw->ep_shm_info[src_epid].tx.info->v1i.rx_status |= in fjes_stop_req_irq()
305 hw->ep_shm_info[src_epid].tx.info->v1i.rx_status |= in fjes_txrx_stop_req_irq()
318 if (hw->ep_shm_info[src_epid].rx.info->v1i.rx_status & in fjes_txrx_stop_req_irq()
351 hw->ep_shm_info[icr & REG_IS_MASK_EPID].ep_stats in fjes_intr()
[all …]
Dfjes_ethtool.c60 data[i++] = hw->ep_shm_info[epidx].ep_stats in fjes_get_ethtool_stats()
62 data[i++] = hw->ep_shm_info[epidx].ep_stats in fjes_get_ethtool_stats()
64 data[i++] = hw->ep_shm_info[epidx].ep_stats.send_intr_rx; in fjes_get_ethtool_stats()
65 data[i++] = hw->ep_shm_info[epidx].ep_stats.send_intr_unshare; in fjes_get_ethtool_stats()
66 data[i++] = hw->ep_shm_info[epidx].ep_stats in fjes_get_ethtool_stats()
68 data[i++] = hw->ep_shm_info[epidx].ep_stats.recv_intr_rx; in fjes_get_ethtool_stats()
69 data[i++] = hw->ep_shm_info[epidx].ep_stats.recv_intr_unshare; in fjes_get_ethtool_stats()
70 data[i++] = hw->ep_shm_info[epidx].ep_stats.recv_intr_stop; in fjes_get_ethtool_stats()
71 data[i++] = hw->ep_shm_info[epidx].ep_stats in fjes_get_ethtool_stats()
73 data[i++] = hw->ep_shm_info[epidx].ep_stats.tx_buffer_full; in fjes_get_ethtool_stats()
[all …]
Dfjes_hw.c220 hw->ep_shm_info = (struct ep_share_mem_info *)buf; in fjes_hw_setup()
249 buf_pair = &hw->ep_shm_info[epidx]; in fjes_hw_setup()
285 fjes_hw_free_epbuf(&hw->ep_shm_info[epidx].tx); in fjes_hw_setup()
286 fjes_hw_free_epbuf(&hw->ep_shm_info[epidx].rx); in fjes_hw_setup()
296 kfree(hw->ep_shm_info); in fjes_hw_setup()
297 hw->ep_shm_info = NULL; in fjes_hw_setup()
305 if (!hw->ep_shm_info) in fjes_hw_cleanup()
319 fjes_hw_free_epbuf(&hw->ep_shm_info[epidx].tx); in fjes_hw_cleanup()
320 fjes_hw_free_epbuf(&hw->ep_shm_info[epidx].rx); in fjes_hw_cleanup()
323 kfree(hw->ep_shm_info); in fjes_hw_cleanup()
[all …]
Dfjes_trace.h285 hw->ep_shm_info[src_epid].tx.info->v1i.rx_status;
305 __entry->rx_status = hw->ep_shm_info[src_epid].tx.info->v1i.rx_status;
329 hw->ep_shm_info[src_epid].tx.info->v1i.rx_status;
350 hw->ep_shm_info[src_epid].tx.info->v1i.rx_status;
Dfjes_hw.h307 struct ep_share_mem_info *ep_shm_info; member