Home
last modified time | relevance | path

Searched refs:l_id (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/ice/
H A Dice_switch.c1361 * @l_id: large action resource ID in ice_add_marker_act()
1368 u16 sw_marker, u16 l_id) in ice_add_marker_act()
1403 lg_act->index = CPU_TO_LE16(l_id); in ice_add_marker_act()
1440 ((l_id << ICE_SINGLE_ACT_PTR_VAL_S) & in ice_add_marker_act()
1452 m_ent->lg_act_idx = l_id; in ice_add_counter_act()
1465 * @l_id: large action resource ID in ice_add_counter_act()
1469 u16 counter_id, u16 l_id) in ice_add_counter_act()
1502 lg_act->index = CPU_TO_LE16(l_id); in ice_add_counter_act()
1529 act |= (l_id << ICE_SINGLE_ACT_PTR_VAL_S) & ICE_SINGLE_ACT_PTR_VAL_M; in ice_add_counter_act()
1542 m_ent->lg_act_idx = l_id;
1352 ice_add_marker_act(struct ice_hw * hw,struct ice_fltr_mgmt_list_entry * m_ent,u16 sw_marker,u16 l_id) ice_add_marker_act() argument
1453 ice_add_counter_act(struct ice_hw * hw,struct ice_fltr_mgmt_list_entry * m_ent,u16 counter_id,u16 l_id) ice_add_counter_act() argument
2840 ice_alloc_res_lg_act(struct ice_hw * hw,u16 * l_id,u16 num_acts) ice_alloc_res_lg_act() argument
[all...]
/freebsd/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h3189 __u8 l_id[3]; member