Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hv/
H A Dchannel_mgmt.c354 INIT_LIST_HEAD(&channel->sc_list); in alloc_channel()
457 list_del(&channel->sc_list); in hv_process_channel_removal()
565 list_del(&newchannel->sc_list); in vmbus_add_channel_work()
658 list_add_tail(&newchannel->sc_list, &channel->sc_list); in vmbus_process_offer()
710 list_for_each_entry(sc, &primary->sc_list, sc_list) in hv_cpuself_used()
H A Dhyperv_vmbus.h436 list_for_each_entry(sc, &channel->sc_list, sc_list) { in hv_is_allocated_cpu()
H A Dhv.c475 list_for_each_entry(sc, &channel->sc_list, sc_list) { in hv_synic_cleanup()
H A Dvmbus_drv.c494 list_for_each(cur, &channel->sc_list) { in channel_vp_mapping_show()
498 cur_sc = list_entry(cur, struct vmbus_channel, sc_list); in channel_vp_mapping_show()
2449 list_for_each_entry(sc, &channel->sc_list, sc_list) { in vmbus_bus_suspend()
H A Dchannel.c1008 list_for_each_entry_safe(cur_channel, tmp, &channel->sc_list, sc_list) { in vmbus_disconnect_ring()
/openbmc/linux/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()
/openbmc/linux/drivers/scsi/
H A Dstorvsc_drv.c636 list_for_each_entry(cur_chn, &device->channel->sc_list, sc_list) { in storvsc_change_target_cpu()
/openbmc/linux/include/linux/
H A Dhyperv.h960 struct list_head sc_list; member