Searched refs:bulk_list (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_buffers.c | 272 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() 1619 LIST_HEAD(bulk_list); in mlxsw_sp_sb_occ_snapshot() 1661 &bulk_list); in mlxsw_sp_sb_occ_snapshot() 1674 &bulk_list, mlxsw_sp_sb_sr_occ_query_cb, in mlxsw_sp_sb_occ_snapshot() 1684 err2 = mlxsw_reg_trans_bulk_wait(&bulk_list); in mlxsw_sp_sb_occ_snapshot() 1696 LIST_HEAD(bulk_list); in mlxsw_sp_sb_occ_max_clear() 1739 &bulk_list); in mlxsw_sp_sb_occ_max_clear() [all …]
|
D | core.c | 677 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() 1012 list_del(&trans->bulk_list); in mlxsw_emad_reg_access() 2680 struct list_head *bulk_list, in mlxsw_core_reg_access_emad() argument 2693 bulk_list, cb, cb_priv, tid); in mlxsw_core_reg_access_emad() 2703 struct list_head *bulk_list, in mlxsw_reg_trans_query() argument 2708 bulk_list, cb, cb_priv); in mlxsw_reg_trans_query() 2714 struct list_head *bulk_list, in mlxsw_reg_trans_write() argument 2719 bulk_list, cb, cb_priv); in mlxsw_reg_trans_write() [all …]
|
D | core.h | 216 struct list_head *bulk_list, 220 struct list_head *bulk_list, 222 int mlxsw_reg_trans_bulk_wait(struct list_head *bulk_list);
|
/linux-6.12.1/drivers/usb/host/ |
D | fhci-sched.c | 395 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()
|
D | fhci.h | 210 struct list_head bulk_list; /* bulk endpoints */ member
|
D | fhci-hcd.c | 201 INIT_LIST_HEAD(&fhci->hc_list->bulk_list); in fhci_mem_init()
|