Searched refs:ice_bitmap_t (Results 1 – 12 of 12) sorted by relevance
/freebsd/sys/dev/ice/ |
H A D | ice_bitops.h | 39 typedef u32 ice_bitmap_t; typedef 49 #define BITS_PER_CHUNK (BITS_PER_BYTE * sizeof(ice_bitmap_t)) 59 #define LAST_CHUNK_MASK(nr) (((ice_bitmap_t)~0) >> \ 63 ice_bitmap_t A[BITS_TO_CHUNKS(sz)] 65 static inline bool ice_is_bit_set_internal(u16 nr, const ice_bitmap_t *bitmap) in ice_is_bit_set_internal() 83 static inline void ice_clear_bit_internal(u16 nr, ice_bitmap_t *bitmap) in ice_clear_bit_internal() 88 static inline void ice_set_bit_internal(u16 nr, ice_bitmap_t *bitmap) in ice_set_bit_internal() 94 ice_bitmap_t *bitmap) in ice_test_and_clear_bit_internal() 103 static inline bool ice_test_and_set_bit_internal(u16 nr, ice_bitmap_t *bitmap) in ice_test_and_set_bit_internal() 120 static inline bool ice_is_bit_set(const ice_bitmap_t *bitmap, u16 nr) in ice_is_bit_set() [all …]
|
H A D | ice_flow.c | 458 const ice_bitmap_t *src; in ice_flow_proc_seg_hdrs() 464 src = !i ? (const ice_bitmap_t *)ice_ptypes_mac_ofos : in ice_flow_proc_seg_hdrs() 465 (const ice_bitmap_t *)ice_ptypes_mac_il; in ice_flow_proc_seg_hdrs() 471 src = (const ice_bitmap_t *)ice_ptypes_macvlan_il; in ice_flow_proc_seg_hdrs() 478 (const ice_bitmap_t *)ice_ptypes_arp_of, in ice_flow_proc_seg_hdrs() 484 src = i ? (const ice_bitmap_t *)ice_ptypes_ipv4_il : in ice_flow_proc_seg_hdrs() 485 (const ice_bitmap_t *)ice_ptypes_ipv4_ofos_all; in ice_flow_proc_seg_hdrs() 490 src = i ? (const ice_bitmap_t *)ice_ptypes_ipv6_il : in ice_flow_proc_seg_hdrs() 491 (const ice_bitmap_t *)ice_ptypes_ipv6_ofos_all; in ice_flow_proc_seg_hdrs() 496 src = !i ? (const ice_bitmap_t *)ice_ptypes_ipv4_ofos_no_l in ice_flow_proc_seg_hdrs() [all...] |
H A D | ice_switch.h | 550 ice_bitmap_t *promisc_mask, u16 vid); 553 ice_bitmap_t *promisc_mask, u16 vid); 556 ice_bitmap_t *promisc_mask, bool rm_vlan_promisc); 561 ice_bitmap_t *promisc_mask, u16 *vid); 564 ice_bitmap_t *promisc_mask, u16 *vid);
|
H A D | ice_flex_pipe.h | 45 ice_bitmap_t *bm); 72 ice_bitmap_t *ptypes, struct ice_fv_word *es);
|
H A D | ice_features.h | 92 ice_disable_unsupported_features(ice_bitmap_t __unused *bitmap) in ice_disable_unsupported_features()
|
H A D | ice_sched.c | 2703 ice_bitmap_t *tc_bitmap) in ice_save_agg_tc_bitmap() 2816 enum ice_agg_type agg_type, ice_bitmap_t *tc_bitmap) in ice_sched_cfg_agg() 2880 ice_bitmap_t bitmap = tc_bitmap; in ice_cfg_agg() 2885 (ice_bitmap_t *)&bitmap); in ice_cfg_agg() 2888 (ice_bitmap_t *)&bitmap); in ice_cfg_agg() 2951 ice_bitmap_t *tc_bitmap) in ice_save_agg_vsi_tc_bitmap() 2981 u16 vsi_handle, ice_bitmap_t *tc_bitmap) in ice_sched_assoc_vsi_to_agg() 3160 ice_bitmap_t bitmap = tc_bitmap; in ice_move_vsi_to_agg() 3165 (ice_bitmap_t *)&bitmap); in ice_move_vsi_to_agg() 3168 (ice_bitmap_t *) in ice_move_vsi_to_agg() [all...] |
H A D | ice_switch.c | 3278 ice_bitmap_t *promisc_mask) in ice_determine_promisc_mask() 3324 ice_bitmap_t *promisc_mask, u16 *vid, in _ice_get_vsi_promisc() 3370 ice_bitmap_t *promisc_mask, u16 *vid) 3388 ice_bitmap_t *promisc_mask, u16 *vid) in ice_remove_promisc() 3432 ice_bitmap_t *promisc_mask, u16 vid, in _ice_clear_vsi_promisc() 3512 ice_bitmap_t *promisc_mask, u16 vid) in _ice_set_vsi_promisc() 3532 ice_bitmap_t *promisc_mask, u16 vid, u8 lport, in _ice_set_vsi_promisc() 3664 ice_bitmap_t *promisc_mask, u16 vid) in _ice_set_vlan_vsi_promisc() 3687 ice_bitmap_t *promisc_mask, bool rm_vlan_promisc, in _ice_set_vlan_vsi_promisc() 3749 ice_bitmap_t *promisc_mas in ice_remove_vsi_lkup_fltr() [all...] |
H A D | ice_ddp_common.h | 431 ice_bitmap_t *bm, struct LIST_HEAD_TYPE *fv_list);
|
H A D | ice_ddp_common.c | 1534 ice_bitmap_t *bm) 1579 ice_bitmap_t *bm, struct LIST_HEAD_TYPE *fv_list)
|
H A D | ice_type.h | 50 static inline bool ice_is_tc_ena(ice_bitmap_t bitmap, u8 tc) in ice_is_tc_ena()
|
H A D | if_ice_iflib.c | 147 static void ice_set_default_promisc_mask(ice_bitmap_t *promisc_mask); 1875 ice_set_default_promisc_mask(ice_bitmap_t *promisc_mask) in ice_set_default_promisc_mask()
|
H A D | ice_flex_pipe.c | 2546 ice_bitmap_t *ptypes, struct ice_fv_word *es) in ice_add_prof()
|