Home
last modified time | relevance | path

Searched refs:bulk_list (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_buffers.c272 u16 pool_index, struct list_head *bulk_list) in mlxsw_sp_sb_pm_occ_clear() argument
285 bulk_list, NULL, 0); in mlxsw_sp_sb_pm_occ_clear()
298 u16 pool_index, struct list_head *bulk_list) in mlxsw_sp_sb_pm_occ_query() argument
313 bulk_list, in mlxsw_sp_sb_pm_occ_query()
1615 LIST_HEAD(bulk_list); in mlxsw_sp_sb_occ_snapshot()
1657 &bulk_list); in mlxsw_sp_sb_occ_snapshot()
1670 &bulk_list, mlxsw_sp_sb_sr_occ_query_cb, in mlxsw_sp_sb_occ_snapshot()
1680 err2 = mlxsw_reg_trans_bulk_wait(&bulk_list); in mlxsw_sp_sb_occ_snapshot()
1692 LIST_HEAD(bulk_list); in mlxsw_sp_sb_occ_max_clear()
1735 &bulk_list); in mlxsw_sp_sb_occ_max_clear()
[all …]
H A Dcore.c663 struct list_head bulk_list; member
955 struct list_head *bulk_list, in mlxsw_emad_reg_access() argument
970 list_add_tail(&trans->bulk_list, bulk_list); in mlxsw_emad_reg_access()
998 list_del(&trans->bulk_list); in mlxsw_emad_reg_access()
2743 struct list_head *bulk_list, in mlxsw_core_reg_access_emad() argument
2756 bulk_list, cb, cb_priv, tid); in mlxsw_core_reg_access_emad()
2766 struct list_head *bulk_list, in mlxsw_reg_trans_query() argument
2771 bulk_list, cb, cb_priv); in mlxsw_reg_trans_query()
2777 struct list_head *bulk_list, in mlxsw_reg_trans_write() argument
2782 bulk_list, cb, cb_priv); in mlxsw_reg_trans_write()
[all …]
H A Dcore.h212 struct list_head *bulk_list,
216 struct list_head *bulk_list,
218 int mlxsw_reg_trans_bulk_wait(struct list_head *bulk_list);
/openbmc/linux/drivers/usb/host/
H A Dfhci-sched.c395 scan_ed_list(usb, &usb->hc_list->bulk_list, FHCI_TF_BULK); in fhci_schedule_transactions()
876 list_add(&ed->node, &fhci->hc_list->bulk_list); in fhci_queue_urb()
H A Dfhci.h210 struct list_head bulk_list; /* bulk endpoints */ member
H A Dfhci-hcd.c201 INIT_LIST_HEAD(&fhci->hc_list->bulk_list); in fhci_mem_init()