Home
last modified time | relevance | path

Searched refs:sc_list (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/drivers/hv/
H A Dchannel_mgmt.c363 INIT_LIST_HEAD(&channel->sc_list); in alloc_channel()
466 list_del(&channel->sc_list); in hv_process_channel_removal()
574 list_del(&newchannel->sc_list); in vmbus_add_channel_work()
667 list_add_tail(&newchannel->sc_list, &channel->sc_list); in vmbus_process_offer()
719 list_for_each_entry(sc, &primary->sc_list, sc_list) in hv_cpuself_used()
H A Dhyperv_vmbus.h427 list_for_each_entry(sc, &channel->sc_list, sc_list) { in hv_is_allocated_cpu()
H A Dhv.c494 list_for_each_entry(sc, &channel->sc_list, sc_list) { in hv_synic_cleanup()
H A Dchannel.c972 list_for_each_entry_safe(cur_channel, tmp, &channel->sc_list, sc_list) { in vmbus_disconnect_ring()
H A Dvmbus_drv.c489 list_for_each(cur, &channel->sc_list) { in channel_vp_mapping_show()
491 cur_sc = list_entry(cur, struct vmbus_channel, sc_list); in channel_vp_mapping_show()
2580 list_for_each_entry(sc, &channel->sc_list, sc_list) { in vmbus_bus_suspend()
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dmacsec.c1460 const struct list_head *device_list, *sc_list; in get_macsec_rx_sa_from_obj_id() local
1469 sc_list = &iter->macsec_rx_sc_list_head; in get_macsec_rx_sa_from_obj_id()
1470 list_for_each_entry(mlx5e_rx_sc, sc_list, rx_sc_list_element) { in get_macsec_rx_sa_from_obj_id()
/linux-6.15/drivers/scsi/
H A Dstorvsc_drv.c636 list_for_each_entry(cur_chn, &device->channel->sc_list, sc_list) { in storvsc_change_target_cpu()
/linux-6.15/include/linux/
H A Dhyperv.h897 struct list_head sc_list; member