Searched refs:sc_list (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/hv/ |
| H A D | hyperv_vmbus.h | 495 list_for_each_entry(sc, &channel->sc_list, sc_list) { in hv_is_allocated_cpu()
|
| H A D | channel.c | 994 list_for_each_entry_safe(cur_channel, tmp, &channel->sc_list, sc_list) { in vmbus_disconnect_ring()
|
| H A D | vmbus_drv.c | 517 list_for_each(cur, &channel->sc_list) { in channel_vp_mapping_show() 519 cur_sc = list_entry(cur, struct vmbus_channel, sc_list); in channel_vp_mapping_show() 2781 list_for_each_entry(sc, &channel->sc_list, sc_list) { in vmbus_bus_suspend()
|
| /linux/drivers/uio/ |
| H A D | uio_hv_generic.c | 98 list_for_each_entry(sc, &primary->sc_list, sc_list) in hv_uio_irqcontrol()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
| H A D | macsec.c | 1466 const struct list_head *device_list, *sc_list; in get_macsec_rx_sa_from_obj_id() local 1475 sc_list = &iter->macsec_rx_sc_list_head; in get_macsec_rx_sa_from_obj_id() 1476 list_for_each_entry(mlx5e_rx_sc, sc_list, rx_sc_list_element) { in get_macsec_rx_sa_from_obj_id()
|
| /linux/include/linux/ |
| H A D | hyperv.h | 909 struct list_head sc_list; member
|