Searched refs:v_list (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_switch.h | 371 int ice_remove_vlan(struct ice_hw *hw, struct list_head *v_list);
|
H A D | ice_switch.c | 3685 int ice_add_vlan(struct ice_hw *hw, struct list_head *v_list) in ice_add_vlan() argument 3689 if (!v_list || !hw) in ice_add_vlan() 3692 list_for_each_entry(v_list_itr, v_list, list_entry) { in ice_add_vlan() 3958 int ice_remove_vlan(struct ice_hw *hw, struct list_head *v_list) in ice_remove_vlan() argument 3962 if (!v_list || !hw) in ice_remove_vlan() 3965 list_for_each_entry_safe(v_list_itr, tmp, v_list, list_entry) { in ice_remove_vlan() 4100 ice_remove_promisc(struct ice_hw *hw, u8 recp_id, struct list_head *v_list) in ice_remove_promisc() argument 4104 list_for_each_entry_safe(v_list_itr, tmp, v_list, list_entry) { in ice_remove_promisc()
|
/openbmc/qemu/tcg/ |
H A D | tcg-op-gvec.c | 3125 TCGOpcode v_list[2]; member 3186 type = choose_vector_type(g->v_list, vece, oprsz, vece == MO_64); in do_gvec_shifts() 3276 .v_list = { INDEX_op_shlv_vec, 0 }, in tcg_gen_gvec_shls() 3298 .v_list = { INDEX_op_shrv_vec, 0 }, in tcg_gen_gvec_shrs() 3320 .v_list = { INDEX_op_sarv_vec, 0 }, in tcg_gen_gvec_sars() 3342 .v_list = { INDEX_op_rotlv_vec, 0 }, in tcg_gen_gvec_rotls()
|
/openbmc/linux/tools/perf/scripts/python/ |
H A D | exported-sql-viewer.py | 4510 v_list = v_str.strip().split(" ") 4511 if v_list[0] == "PostgreSQL" and v_list[2] == "on": 4512 return v_list[1]
|