Lines Matching refs:xbow_soft

1064     xbow_soft_t             xbow_soft = xbow_soft_get(vhdl);  in xbow_update_perf_counters()  local
1065 xbow_perf_t *xbow_perf = xbow_soft->xbow_perfcnt; in xbow_update_perf_counters()
1066 xbow_perf_link_t *xbow_plink = xbow_soft->xbow_perflink; in xbow_update_perf_counters()
1074 spin_lock(&xbow_soft->xbow_perf_lock); in xbow_update_perf_counters()
1084 spin_unlock(&xbow_soft->xbow_perf_lock); in xbow_update_perf_counters()
1091 xbow_soft_t xbow_soft = xbow_soft_get(vhdl); in xbow_get_perf_counters() local
1092 xbow_perf_link_t *xbow_perf_link = xbow_soft->xbow_perflink; in xbow_get_perf_counters()
1100 xbow_soft_t xbow_soft = xbow_soft_get(vhdl); in xbow_enable_perf_counter() local
1101 xbow_perf_t *xbow_perf = xbow_soft->xbow_perfcnt; in xbow_enable_perf_counter()
1103 xbow_t *xbow = xbow_soft->base; in xbow_enable_perf_counter()
1117 spin_lock(&xbow_soft->xbow_perf_lock); in xbow_enable_perf_counter()
1120 spin_unlock(&xbow_soft->xbow_perf_lock); in xbow_enable_perf_counter()
1128 spin_unlock(&xbow_soft->xbow_perf_lock); in xbow_enable_perf_counter()
1146 spin_unlock(&xbow_soft->xbow_perf_lock); in xbow_enable_perf_counter()
1153 xbow_soft_t xbow_soft = xbow_soft_get(vhdl); in xbow_get_llp_status() local
1154 xbow_link_status_t *xbow_llp_status = xbow_soft->xbow_link_status; in xbow_get_llp_status()
1162 xbow_soft_t xbow_soft = xbow_soft_get(vhdl); in xbow_update_llp_status() local
1163 xbow_link_status_t *xbow_llp_status = xbow_soft->xbow_link_status; in xbow_update_llp_status()
1171 xbow = (xbow_t *) xbow_soft->base; in xbow_update_llp_status()
1177 xwidget_vhdl = xbow_widget_lookup(xbow_soft->busv,link+BASE_XBOW_PORT); in xbow_update_llp_status()
1204 xbow_soft_t xbow_soft = xbow_soft_get(vhdl); in xbow_disable_llp_monitor() local
1208 xbow_soft->xbow_link_status[port].rx_err_count = 0; in xbow_disable_llp_monitor()
1209 xbow_soft->xbow_link_status[port].tx_retry_count = 0; in xbow_disable_llp_monitor()
1212 xbow_soft->link_monitor = 0; in xbow_disable_llp_monitor()
1219 xbow_soft_t xbow_soft = xbow_soft_get(vhdl); in xbow_enable_llp_monitor() local
1221 xbow_soft->link_monitor = 1; in xbow_enable_llp_monitor()
1246 xbow_soft_t xbow_soft; in xbow_reset_link() local
1249 xbow_soft = xbow_soft_get(xbow_vhdl); in xbow_reset_link()
1250 xbow = xbow_soft->base; in xbow_reset_link()