Searched refs:lkup (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/ice/ |
H A D | ice_switch.c | 3320 * @lkup: switch rule filter lookup type in _ice_get_vsi_promisc() 3325 struct ice_switch_info *sw, enum ice_sw_lkup_type lkup) in _ice_get_vsi_promisc() 3333 (lkup != ICE_SW_LKUP_PROMISC && lkup != ICE_SW_LKUP_PROMISC_VLAN)) 3337 rule_head = &sw->recp_list[lkup].filt_rules; 3338 rule_lock = &sw->recp_list[lkup].filt_rule_lock; 3764 * @lkup: switch rule filter lookup type in ice_remove_vsi_lkup_fltr() 3769 enum ice_sw_lkup_type lkup) in ice_remove_vsi_lkup_fltr() 3779 rule_lock = &recp_list[lkup].filt_rule_lock; in ice_remove_vsi_lkup_fltr() 3780 rule_head = &recp_list[lkup] in ice_remove_vsi_lkup_fltr() 3298 _ice_get_vsi_promisc(struct ice_hw * hw,u16 vsi_handle,ice_bitmap_t * promisc_mask,u16 * vid,struct ice_switch_info * sw,enum ice_sw_lkup_type lkup) _ice_get_vsi_promisc() argument 3734 ice_remove_vsi_lkup_fltr(struct ice_hw * hw,u16 vsi_handle,struct ice_sw_recipe * recp_list,enum ice_sw_lkup_type lkup) ice_remove_vsi_lkup_fltr() argument [all...] |
/freebsd/sys/dev/cxgb/common/ |
H A D | cxgb_common.h | 741 int t3_read_rss(adapter_t *adapter, u8 *lkup, u16 *map);
|
H A D | cxgb_t3_hw.c | 2989 int t3_read_rss(adapter_t *adapter, u8 *lkup, u16 *map) in t3_read_rss() argument 2994 if (lkup) in t3_read_rss() 3001 *lkup++ = (u8)val; in t3_read_rss() 3002 *lkup++ = (u8)(val >> 8); in t3_read_rss()
|