Searched refs:bulk_list (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/ |
D | core.c | 419 struct list_head bulk_list; member 649 struct list_head *bulk_list, in mlxsw_emad_reg_access() argument 664 list_add_tail(&trans->bulk_list, bulk_list); in mlxsw_emad_reg_access() 692 list_del(&trans->bulk_list); in mlxsw_emad_reg_access() 1564 struct list_head *bulk_list, in mlxsw_core_reg_access_emad() argument 1577 bulk_list, cb, cb_priv, tid); in mlxsw_core_reg_access_emad() 1587 struct list_head *bulk_list, in mlxsw_reg_trans_query() argument 1592 bulk_list, cb, cb_priv); in mlxsw_reg_trans_query() 1598 struct list_head *bulk_list, in mlxsw_reg_trans_write() argument 1603 bulk_list, cb, cb_priv); in mlxsw_reg_trans_write() [all …]
|
D | spectrum_buffers.c | 247 u16 pool_index, struct list_head *bulk_list) in mlxsw_sp_sb_pm_occ_clear() argument 260 bulk_list, NULL, 0); in mlxsw_sp_sb_pm_occ_clear() 273 u16 pool_index, struct list_head *bulk_list) in mlxsw_sp_sb_pm_occ_query() argument 288 bulk_list, in mlxsw_sp_sb_pm_occ_query() 1244 LIST_HEAD(bulk_list); in mlxsw_sp_sb_occ_snapshot() 1277 &bulk_list); in mlxsw_sp_sb_occ_snapshot() 1290 &bulk_list, mlxsw_sp_sb_sr_occ_query_cb, in mlxsw_sp_sb_occ_snapshot() 1300 err2 = mlxsw_reg_trans_bulk_wait(&bulk_list); in mlxsw_sp_sb_occ_snapshot() 1311 LIST_HEAD(bulk_list); in mlxsw_sp_sb_occ_max_clear() 1342 &bulk_list); in mlxsw_sp_sb_occ_max_clear() [all …]
|
D | core.h | 140 struct list_head *bulk_list, 144 struct list_head *bulk_list, 146 int mlxsw_reg_trans_bulk_wait(struct list_head *bulk_list);
|
/Linux-v5.4/drivers/usb/host/ |
D | fhci-sched.c | 395 scan_ed_list(usb, &usb->hc_list->bulk_list, FHCI_TF_BULK); in fhci_schedule_transactions() 877 list_add(&ed->node, &fhci->hc_list->bulk_list); in fhci_queue_urb()
|
D | fhci.h | 209 struct list_head bulk_list; /* bulk endpoints */ member
|
D | fhci-hcd.c | 200 INIT_LIST_HEAD(&fhci->hc_list->bulk_list); in fhci_mem_init()
|