Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_sram_mgr.c242 shift = slice_offset >> 0; in tf_sram_free_slice()
248 shift = slice_offset >> 1; in tf_sram_free_slice()
254 shift = slice_offset >> 2; in tf_sram_free_slice()
261 shift = slice_offset >> 0; in tf_sram_free_slice()
293 uint16_t *slice_offset, in tf_sram_get_next_slice_in_block() argument
346 *slice_offset = 0; in tf_sram_get_next_slice_in_block()
374 shift = slice_offset >> 0; in tf_sram_is_slice_allocated_in_block()
678 &slice_offset, in tf_sram_mgr_alloc()
725 &slice_offset); in tf_sram_mgr_free()
908 &slice_offset); in tf_sram_mgr_is_allocated()
[all …]
/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_x550.c2700 u32 reg_slice, reg_phy_int, slice_offset; in ixgbe_setup_mac_link_sfp_x550a() local
2759 slice_offset = (hw->bus.lan_id + in ixgbe_setup_mac_link_sfp_x550a()
2762 slice_offset = hw->bus.lan_id << 12; in ixgbe_setup_mac_link_sfp_x550a()
2765 reg_slice = IXGBE_CS4227_LINE_SPARE24_LSB + slice_offset; in ixgbe_setup_mac_link_sfp_x550a()