Searched refs:bs (Results 1 – 9 of 9) sorted by relevance
| /dpdk/drivers/net/bnxt/tf_ulp/ |
| H A D | ulp_utils.c | 94 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 D | ulp_flow_db.c | 907 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 D | ulp_utils.h | 154 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 D | rte_mpls.h | 30 uint8_t bs:1; /**< Bottom of stack. */ member 32 uint8_t bs:1; /**< Bottom of stack. */ member
|
| /dpdk/examples/ipsec-secgw/test/ |
| H A D | data_rxtx.sh | 52 dd if=/dev/urandom of=${x} bs=${sz} count=1
|
| /dpdk/drivers/net/ixgbe/base/ |
| H A D | ixgbe_common.h | 122 s32 ixgbe_get_fcoe_boot_status_generic(struct ixgbe_hw *hw, u16 *bs);
|
| H A D | ixgbe_api.c | 384 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 D | ixgbe_api.h | 171 s32 ixgbe_get_fcoe_boot_status(struct ixgbe_hw *hw, u16 *bs);
|
| H A D | ixgbe_common.c | 4297 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()
|