Searched refs:ep_shm_info (Results 1 – 5 of 5) sorted by relevance
342 adapter->hw.ep_shm_info[epidx] in fjes_close()380 hw->ep_shm_info[epidx].es_status = in fjes_setup_resources()382 hw->ep_shm_info[epidx].zone = in fjes_setup_resources()398 (hw->ep_shm_info[epidx].es_status == in fjes_setup_resources()402 hw->ep_shm_info[epidx].ep_stats in fjes_setup_resources()413 buf_pair = &hw->ep_shm_info[epidx]; in fjes_setup_resources()436 hw->ep_shm_info[epidx].ep_stats in fjes_setup_resources()463 hw->ep_shm_info[epidx].ep_stats.com_unregist_buf_exec += 1; in fjes_free_resources()468 buf_pair = &hw->ep_shm_info[epidx]; in fjes_free_resources()533 info = adapter->hw.ep_shm_info[epid].tx.info; in fjes_tx_stall_task()[all …]
75 data[i++] = hw->ep_shm_info[epidx].ep_stats in fjes_get_ethtool_stats()77 data[i++] = hw->ep_shm_info[epidx].ep_stats in fjes_get_ethtool_stats()79 data[i++] = hw->ep_shm_info[epidx].ep_stats.send_intr_rx; in fjes_get_ethtool_stats()80 data[i++] = hw->ep_shm_info[epidx].ep_stats.send_intr_unshare; in fjes_get_ethtool_stats()81 data[i++] = hw->ep_shm_info[epidx].ep_stats in fjes_get_ethtool_stats()83 data[i++] = hw->ep_shm_info[epidx].ep_stats.recv_intr_rx; in fjes_get_ethtool_stats()84 data[i++] = hw->ep_shm_info[epidx].ep_stats.recv_intr_unshare; in fjes_get_ethtool_stats()85 data[i++] = hw->ep_shm_info[epidx].ep_stats.recv_intr_stop; in fjes_get_ethtool_stats()86 data[i++] = hw->ep_shm_info[epidx].ep_stats in fjes_get_ethtool_stats()88 data[i++] = hw->ep_shm_info[epidx].ep_stats.tx_buffer_full; in fjes_get_ethtool_stats()[all …]
234 hw->ep_shm_info = (struct ep_share_mem_info *)buf; in fjes_hw_setup()259 buf_pair = &hw->ep_shm_info[epidx]; in fjes_hw_setup()296 if (!hw->ep_shm_info) in fjes_hw_cleanup()310 fjes_hw_free_epbuf(&hw->ep_shm_info[epidx].tx); in fjes_hw_cleanup()311 fjes_hw_free_epbuf(&hw->ep_shm_info[epidx].rx); in fjes_hw_cleanup()314 kfree(hw->ep_shm_info); in fjes_hw_cleanup()315 hw->ep_shm_info = NULL; in fjes_hw_cleanup()721 if ((hw->ep_shm_info[epid].es_status != in fjes_hw_epid_is_same_zone()723 (hw->ep_shm_info[hw->my_epid].zone == in fjes_hw_epid_is_same_zone()727 return (hw->ep_shm_info[epid].zone == in fjes_hw_epid_is_same_zone()[all …]
300 hw->ep_shm_info[src_epid].tx.info->v1i.rx_status;320 __entry->rx_status = hw->ep_shm_info[src_epid].tx.info->v1i.rx_status;344 hw->ep_shm_info[src_epid].tx.info->v1i.rx_status;365 hw->ep_shm_info[src_epid].tx.info->v1i.rx_status;
322 struct ep_share_mem_info *ep_shm_info; member