Searched refs:LIST_ADD (Results 1 – 12 of 12) sorted by relevance
| /freebsd/sys/dev/ice/ |
| H A D | ice_osdep.h | 230 #define LIST_ADD(entry, head) LIST_INSERT_HEAD(head, entry, entries) macro 283 LIST_ADD(entry, head); \
|
| H A D | ice_flex_pipe.c | 2604 LIST_ADD(&prof->list, &hw->blk[blk].es.prof_map); in ice_add_prof() 2801 LIST_ADD(&p->list_entry, chg); in ice_rem_vsig() 2964 LIST_ADD(&p->list_entry, chg); in ice_get_prof() 3052 LIST_ADD(&p->list, lst); in ice_add_prof_to_lst() 3093 LIST_ADD(&p->list_entry, chg); in ice_move_vsi() 3179 LIST_ADD(&p->list_entry, chg); in ice_prof_tcam_ena_dis() 3344 LIST_ADD(&p->list_entry, chg); in ice_add_prof_id_vsig() 3353 LIST_ADD(&t->list, in ice_add_prof_id_vsig() 3405 LIST_ADD(&p->list_entry, chg); in ice_create_prof_id_vsig() 3475 LIST_ADD( in ice_find_prof_vsig() [all...] |
| H A D | ice_vf_mbx.c | 456 LIST_ADD(&vf_info->list_entry, &snap->mbx_vf); in ice_mbx_init_vf_info()
|
| H A D | ice_switch.c | 1577 LIST_ADD(&v_map->list_entry, &sw->vsi_list_map_head); 1730 LIST_ADD(&fm_entry->list_entry, &recp_list->filt_rules); in ice_update_pkt_fwd_rule() 2487 LIST_ADD(&fm_entry->list_entry, rule_head); 3225 LIST_ADD(&tmp->list_entry, vsi_list_head); in ice_add_to_vsi_fltr_list() 3998 LIST_ADD(&fl_info.list_entry, &l_head); in ice_add_mac_with_sw_marker() 4096 LIST_ADD(&fl_info.list_entry, &l_head); in ice_add_mac_with_counter()
|
| H A D | ice_sched.c | 2839 LIST_ADD(&agg_info->list_entry, &hw->agg_list); in ice_sched_cfg_agg() 3019 LIST_ADD(&agg_vsi_info->list_entry, &agg_info->agg_vsi_list); in ice_sched_assoc_vsi_to_agg() 4138 LIST_ADD(&rl_prof_elem->list_entry, &hw->rl_prof_list[layer_num]); in ice_sched_add_rl_profile()
|
| H A D | ice_flow.c | 1122 LIST_ADD(&(*prof)->l_entry, &hw->fl_profs[blk]); in ice_flow_add_prof()
|
| H A D | ice_ddp_common.c | 1627 LIST_ADD(&fvl->list_entry, fv_list); in ice_get_sw_fv_list()
|
| H A D | ice_lib.c | 2036 LIST_ADD(&entry->list_entry, list); in ice_add_mac_to_list() 5654 LIST_ADD(&vlan_entries[i].list_entry, &vlan_list); in ice_add_vlan_hw_filters() 5719 LIST_ADD(&vlan_entries[i].list_entry, &vlan_list); in ice_remove_vlan_hw_filters() 9459 LIST_ADD(&entry->list_entry, list); in ice_add_ethertype_to_list()
|
| /freebsd/crypto/openssl/doc/man1/ |
| H A D | openssl-engine.pod.in | 88 LIST_ADD: Whether to add a loaded ENGINE to the internal list (0=no,1=yes,2=mandatory)
|
| /freebsd/lib/libusb/ |
| H A D | libusb01.c | 52 #define LIST_ADD(begin, ent) \ macro 972 LIST_ADD(usb_global_bus.devices, udev); in usb_find_devices()
|
| /freebsd/crypto/openssl/ |
| H A D | README-ENGINES.md | 178 nothing else). "LIST_ADD" is only required if you actually wish the
|
| /freebsd/crypto/openssl/doc/man5/ |
| H A D | config.pod | 391 sending the ctrls B<SO_PATH> with the path argument followed by B<LIST_ADD>
|