Searched refs:bulk_list (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/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() 1615 LIST_HEAD(bulk_list); in mlxsw_sp_sb_occ_snapshot() 1653 &bulk_list); in mlxsw_sp_sb_occ_snapshot() 1666 &bulk_list, mlxsw_sp_sb_sr_occ_query_cb, in mlxsw_sp_sb_occ_snapshot() 1676 err2 = mlxsw_reg_trans_bulk_wait(&bulk_list); in mlxsw_sp_sb_occ_snapshot() 1688 LIST_HEAD(bulk_list); in mlxsw_sp_sb_occ_max_clear() 1727 &bulk_list); in mlxsw_sp_sb_occ_max_clear() [all …]
|
D | core.c | 620 struct list_head bulk_list; member 876 struct list_head *bulk_list, in mlxsw_emad_reg_access() argument 897 list_add_tail(&trans->bulk_list, bulk_list); in mlxsw_emad_reg_access() 926 list_del(&trans->bulk_list); in mlxsw_emad_reg_access() 2694 struct list_head *bulk_list, in mlxsw_core_reg_access_emad() argument 2707 bulk_list, cb, cb_priv, tid); in mlxsw_core_reg_access_emad() 2717 struct list_head *bulk_list, in mlxsw_reg_trans_query() argument 2722 bulk_list, cb, cb_priv); in mlxsw_reg_trans_query() 2728 struct list_head *bulk_list, in mlxsw_reg_trans_write() argument 2733 bulk_list, cb, cb_priv); in mlxsw_reg_trans_write() [all …]
|
D | core.h | 212 struct list_head *bulk_list, 216 struct list_head *bulk_list, 218 int mlxsw_reg_trans_bulk_wait(struct list_head *bulk_list);
|
/linux-6.1.9/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 | 200 INIT_LIST_HEAD(&fhci->hc_list->bulk_list); in fhci_mem_init()
|