Searched refs:ice_bitmap_t (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/sys/dev/ice/
H A Dice_bitops.h37 typedef u32 ice_bitmap_t; typedef
40 #define BITS_PER_CHUNK (BITS_PER_BYTE * sizeof(ice_bitmap_t))
50 #define LAST_CHUNK_MASK(nr) (((ice_bitmap_t)~0) >> \
54 ice_bitmap_t A[BITS_TO_CHUNKS(sz)]
56 static inline bool ice_is_bit_set_internal(u16 nr, const ice_bitmap_t *bitmap)
74 static inline void ice_clear_bit_internal(u16 nr, ice_bitmap_t *bitmap)
79 static inline void ice_set_bit_internal(u16 nr, ice_bitmap_t *bitmap)
85 ice_bitmap_t *bitmap)
94 static inline bool ice_test_and_set_bit_internal(u16 nr, ice_bitmap_t *bitmap)
111 static inline bool ice_is_bit_set(const ice_bitmap_t *bitma
[all...]
H A Dice_features.h83 ice_disable_unsupported_features(ice_bitmap_t __unused *bitmap)
H A Dice_sriov.h58 ice_mbx_clear_malvf(struct ice_mbx_snapshot *snap, ice_bitmap_t *all_malvfs,
63 ice_mbx_report_malvf(struct ice_hw *hw, ice_bitmap_t *all_malvfs,
H A Dice_flow.c456 const ice_bitmap_t *src;
462 src = !i ? (const ice_bitmap_t *)ice_ptypes_mac_ofos :
463 (const ice_bitmap_t *)ice_ptypes_mac_il;
469 src = (const ice_bitmap_t *)ice_ptypes_macvlan_il;
476 (const ice_bitmap_t *)ice_ptypes_arp_of,
483 (const ice_bitmap_t *)ice_ptypes_ipv4_il :
484 (const ice_bitmap_t *)ice_ptypes_ipv4_ofos_all;
490 (const ice_bitmap_t *)ice_ptypes_ipv6_il :
491 (const ice_bitmap_t *)ice_ptypes_ipv6_ofos_all;
496 src = !i ? (const ice_bitmap_t *)ice_ptypes_ipv4_ofos_no_l
[all...]
H A Dice_flex_pipe.h60 ice_bitmap_t *bm);
65 ice_bitmap_t *bm, struct LIST_HEAD_TYPE *fv_list);
H A Dice_sriov.c470 ice_mbx_report_malvf(struct ice_hw *hw, ice_bitmap_t *all_malvfs,
509 ice_mbx_clear_malvf(struct ice_mbx_snapshot *snap, ice_bitmap_t *all_malvfs,
H A Dice_sched.c2568 ice_bitmap_t *tc_bitmap)
2681 enum ice_agg_type agg_type, ice_bitmap_t *tc_bitmap)
2745 ice_bitmap_t bitmap = tc_bitmap;
2750 (ice_bitmap_t *)&bitmap);
2753 (ice_bitmap_t *)&bitmap);
2816 ice_bitmap_t *tc_bitmap)
2846 u16 vsi_handle, ice_bitmap_t *tc_bitmap)
3002 ice_bitmap_t bitmap = tc_bitmap;
3007 (ice_bitmap_t *)&bitmap);
3010 (ice_bitmap_t *)
[all...]
H A Dice_type.h82 static inline bool ice_is_tc_ena(ice_bitmap_t bitmap, u8 tc)
H A Dice_flex_pipe.c1716 ice_bitmap_t *bm)
1766 ice_bitmap_t *bm, struct LIST_HEAD_TYPE *fv_list)
4354 ice_for_each_set_bit(bit, (ice_bitmap_t *)&ptypes[byte],

Completed in 143 milliseconds