Home
last modified time | relevance | path

Searched refs:bs (Results 1 – 9 of 9) sorted by relevance

/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_utils.c94 tmp = bs[index]; in ulp_bs_put_msb()
102 bs[index] = tmp; in ulp_bs_put_msb()
106 bs[index++] = tmp; in ulp_bs_put_msb()
108 tmp = bs[index]; in ulp_bs_put_msb()
111 bs[index] = tmp; in ulp_bs_put_msb()
125 tmp = bs[index]; in ulp_bs_put_lsb()
132 bs[index] = tmp; in ulp_bs_put_lsb()
138 bs[index++] = tmp; in ulp_bs_put_lsb()
143 tmp = bs[index]; in ulp_bs_put_lsb()
146 bs[index] = tmp; in ulp_bs_put_lsb()
[all …]
H A Dulp_flow_db.c907 uint64_t bs; in ulp_flow_db_next_entry_get() local
928 while (!(bs = active_flows[idx])) { in ulp_flow_db_next_entry_get()
939 bs &= (-1UL >> mod_fid); in ulp_flow_db_next_entry_get()
940 lfid = (idx * ULP_INDEX_BITMAP_SIZE) + __builtin_clzl(bs); in ulp_flow_db_next_entry_get()
1450 uint64_t bs; in ulp_flow_db_parent_child_flow_next_entry_get() local
1469 while (!(bs = child_bitset[idx])) { in ulp_flow_db_parent_child_flow_next_entry_get()
1481 bs &= (-1UL >> mod_fid); in ulp_flow_db_parent_child_flow_next_entry_get()
1482 next_fid = (idx * ULP_INDEX_BITMAP_SIZE) + __builtin_clzl(bs); in ulp_flow_db_parent_child_flow_next_entry_get()
H A Dulp_utils.h154 ulp_bs_push_lsb(uint8_t *bs, uint16_t pos, uint8_t len, uint8_t *val);
170 ulp_bs_push_msb(uint8_t *bs, uint16_t pos, uint8_t len, uint8_t *val);
/dpdk/lib/net/
H A Drte_mpls.h30 uint8_t bs:1; /**< Bottom of stack. */ member
32 uint8_t bs:1; /**< Bottom of stack. */ member
/dpdk/examples/ipsec-secgw/test/
H A Ddata_rxtx.sh52 dd if=/dev/urandom of=${x} bs=${sz} count=1
/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_common.h122 s32 ixgbe_get_fcoe_boot_status_generic(struct ixgbe_hw *hw, u16 *bs);
H A Dixgbe_api.c384 s32 ixgbe_get_fcoe_boot_status(struct ixgbe_hw *hw, u16 *bs) in ixgbe_get_fcoe_boot_status() argument
387 (hw, bs), in ixgbe_get_fcoe_boot_status()
H A Dixgbe_api.h171 s32 ixgbe_get_fcoe_boot_status(struct ixgbe_hw *hw, u16 *bs);
H A Dixgbe_common.c4297 s32 ixgbe_get_fcoe_boot_status_generic(struct ixgbe_hw *hw, u16 *bs) in ixgbe_get_fcoe_boot_status_generic() argument
4305 *bs = ixgbe_fcoe_bootstatus_unavailable; in ixgbe_get_fcoe_boot_status_generic()
4331 *bs = ixgbe_fcoe_bootstatus_enabled; in ixgbe_get_fcoe_boot_status_generic()
4333 *bs = ixgbe_fcoe_bootstatus_disabled; in ixgbe_get_fcoe_boot_status_generic()