Lines Matching refs:nvt_idx
417 uint32_t *nvt_idx, bool *vo) in xive_os_cam_decode() argument
422 if (nvt_idx) { in xive_os_cam_decode()
423 *nvt_idx = xive_nvt_idx(cam); in xive_os_cam_decode()
431 uint32_t *nvt_idx, bool *vo) in xive_tctx_get_os_cam() argument
436 xive_os_cam_decode(cam, nvt_blk, nvt_idx, vo); in xive_tctx_get_os_cam()
451 uint32_t nvt_idx; in xive_tm_pull_os_ctx() local
454 qw1w2 = xive_tctx_get_os_cam(tctx, &nvt_blk, &nvt_idx, &vo); in xive_tm_pull_os_ctx()
458 nvt_blk, nvt_idx); in xive_tm_pull_os_ctx()
470 uint8_t nvt_blk, uint32_t nvt_idx) in xive_tctx_need_resend() argument
479 if (xive_router_get_nvt(xrtr, nvt_blk, nvt_idx, &nvt)) { in xive_tctx_need_resend()
481 nvt_blk, nvt_idx); in xive_tctx_need_resend()
490 xive_router_write_nvt(xrtr, nvt_blk, nvt_idx, &nvt, 4); in xive_tctx_need_resend()
516 uint32_t nvt_idx; in xive_tm_push_os_ctx() local
519 xive_os_cam_decode(cam, &nvt_blk, &nvt_idx, &vo); in xive_tm_push_os_ctx()
526 xive_tctx_need_resend(XIVE_ROUTER(xptr), tctx, nvt_blk, nvt_idx); in xive_tm_push_os_ctx()
1480 uint32_t nvt_idx = xive_get_field32(END_W6_NVT_INDEX, end->w6); in xive_end_pic_print_info() local
1503 priority, nvt_blk, nvt_idx); in xive_end_pic_print_info()
1607 int xive_router_get_nvt(XiveRouter *xrtr, uint8_t nvt_blk, uint32_t nvt_idx, in xive_router_get_nvt() argument
1612 return xrc->get_nvt(xrtr, nvt_blk, nvt_idx, nvt); in xive_router_get_nvt()
1615 int xive_router_write_nvt(XiveRouter *xrtr, uint8_t nvt_blk, uint32_t nvt_idx, in xive_router_write_nvt() argument
1620 return xrc->write_nvt(xrtr, nvt_blk, nvt_idx, nvt, word_number); in xive_router_write_nvt()
1732 uint8_t nvt_blk, uint32_t nvt_idx, in xive_presenter_tctx_match() argument
1735 uint32_t cam = xive_nvt_cam_line(nvt_blk, nvt_idx); in xive_presenter_tctx_match()
1753 nvt_blk, nvt_idx); in xive_presenter_tctx_match()
1795 uint8_t nvt_blk, uint32_t nvt_idx, in xive_presenter_notify() argument
1827 count = xfc->match_nvt(xfb, format, nvt_blk, nvt_idx, crowd, cam_ignore, in xive_presenter_notify()
1835 group_level = xive_get_group_level(crowd, cam_ignore, nvt_blk, nvt_idx); in xive_presenter_notify()
1836 trace_xive_presenter_notify(nvt_blk, nvt_idx, match.ring, group_level); in xive_presenter_notify()
1877 uint32_t nvt_idx; in xive_router_end_notify() local
1944 nvt_idx = xive_get_field32(END_W6_NVT_INDEX, end.w6); in xive_router_end_notify()
1947 if (xive_router_get_nvt(xrtr, nvt_blk, nvt_idx, &nvt)) { in xive_router_end_notify()
1949 nvt_blk, nvt_idx); in xive_router_end_notify()
1955 nvt_blk, nvt_idx); in xive_router_end_notify()
1959 found = xive_presenter_notify(xrtr->xfb, format, nvt_blk, nvt_idx, in xive_router_end_notify()
1994 xive_router_write_nvt(xrtr, nvt_blk, nvt_idx, &nvt, 4); in xive_router_end_notify()