Home
last modified time | relevance | path

Searched refs:ubound (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/bnx2x/
H A Decore_init_ops.h286 int ubound; member
452 REG_WR(sc, read_arb_addr[i].ubound, in ecore_init_pxp_arb()
453 read_arb_data[i][r_order].ubound); in ecore_init_pxp_arb()
466 REG_WR(sc, write_arb_addr[i].ubound, in ecore_init_pxp_arb()
467 write_arb_data[i][w_order].ubound); in ecore_init_pxp_arb()
478 val = REG_RD(sc, write_arb_addr[i].ubound); in ecore_init_pxp_arb()
479 REG_WR(sc, write_arb_addr[i].ubound, in ecore_init_pxp_arb()
480 val | (write_arb_data[i][w_order].ubound << 7)); in ecore_init_pxp_arb()
485 val += write_arb_data[NUM_WR_Q-1][w_order].ubound << 10; in ecore_init_pxp_arb()
490 val += read_arb_data[NUM_RD_Q-1][r_order].ubound << 10; in ecore_init_pxp_arb()
/f-stack/freebsd/vm/
H A Dvm_map.c1566 vm_map_entry_t cur, header, lbound, ubound; in vm_map_lookup_entry() local
1613 lbound = ubound = header; in vm_map_lookup_entry()
1616 ubound = cur; in vm_map_lookup_entry()
1623 if (cur == ubound) in vm_map_lookup_entry()
5234 vm_map_entry_t cur, header, lbound, ubound; in _vm_map_assert_consistent() local
5260 lbound = ubound = header; in _vm_map_assert_consistent()
5263 ubound = cur; in _vm_map_assert_consistent()
5271 KASSERT(cur != ubound, in _vm_map_assert_consistent()
5282 max_right = vm_map_entry_max_free_right(entry, ubound); in _vm_map_assert_consistent()