Searched refs:ep_shm_info (Results 1 – 5 of 5) sorted by relevance
327 adapter->hw.ep_shm_info[epidx] in fjes_close()365 hw->ep_shm_info[epidx].es_status = in fjes_setup_resources()367 hw->ep_shm_info[epidx].zone = in fjes_setup_resources()383 (hw->ep_shm_info[epidx].es_status == in fjes_setup_resources()387 hw->ep_shm_info[epidx].ep_stats in fjes_setup_resources()398 buf_pair = &hw->ep_shm_info[epidx]; in fjes_setup_resources()421 hw->ep_shm_info[epidx].ep_stats in fjes_setup_resources()448 hw->ep_shm_info[epidx].ep_stats.com_unregist_buf_exec += 1; in fjes_free_resources()453 buf_pair = &hw->ep_shm_info[epidx]; in fjes_free_resources()518 info = adapter->hw.ep_shm_info[epid].tx.info; in fjes_tx_stall_task()[all …]
60 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 …]
219 hw->ep_shm_info = (struct ep_share_mem_info *)buf; in fjes_hw_setup()244 buf_pair = &hw->ep_shm_info[epidx]; in fjes_hw_setup()281 if (!hw->ep_shm_info) in fjes_hw_cleanup()295 fjes_hw_free_epbuf(&hw->ep_shm_info[epidx].tx); in fjes_hw_cleanup()296 fjes_hw_free_epbuf(&hw->ep_shm_info[epidx].rx); in fjes_hw_cleanup()299 kfree(hw->ep_shm_info); in fjes_hw_cleanup()300 hw->ep_shm_info = NULL; in fjes_hw_cleanup()706 if ((hw->ep_shm_info[epid].es_status != in fjes_hw_epid_is_same_zone()708 (hw->ep_shm_info[hw->my_epid].zone == in fjes_hw_epid_is_same_zone()712 return (hw->ep_shm_info[epid].zone == in fjes_hw_epid_is_same_zone()[all …]
285 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;
307 struct ep_share_mem_info *ep_shm_info; member