Home
last modified time | relevance | path

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

/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.c678 struct list_head bulk_list; member
969 struct list_head *bulk_list, in mlxsw_emad_reg_access() argument
984 list_add_tail(&trans->bulk_list, bulk_list); in mlxsw_emad_reg_access()
1011 list_del(&trans->bulk_list); in mlxsw_emad_reg_access()
2679 struct list_head *bulk_list, in mlxsw_core_reg_access_emad() argument
2692 bulk_list, cb, cb_priv, tid); in mlxsw_core_reg_access_emad()
2702 struct list_head *bulk_list, in mlxsw_reg_trans_query() argument
2707 bulk_list, cb, cb_priv); in mlxsw_reg_trans_query()
2713 struct list_head *bulk_list, in mlxsw_reg_trans_write() argument
2718 bulk_list, cb, cb_priv); in mlxsw_reg_trans_write()
[all …]
/linux/drivers/usb/host/
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()