Home
last modified time | relevance | path

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

/linux/drivers/hv/
H A Dchannel_mgmt.c363 INIT_LIST_HEAD(&channel->sc_list);
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)
H A Dhyperv_vmbus.h433 list_for_each_entry(sc, &channel->sc_list, sc_list) { in hv_is_allocated_cpu()
H A Dhv.c470 list_for_each_entry(sc, &channel->sc_list, sc_list) { in hv_synic_cleanup()
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()
2455 list_for_each_entry(sc, &channel->sc_list, sc_list) { in vmbus_bus_resume()
H A Dchannel.c972 list_for_each_entry_safe(cur_channel, tmp, &channel->sc_list, sc_list) { in vmbus_disconnect_ring()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dmacsec.c1456 const struct list_head *device_list, *sc_list; in get_macsec_rx_sa_from_obj_id() local
1465 sc_list = &iter->macsec_rx_sc_list_head; in get_macsec_rx_sa_from_obj_id()
1466 list_for_each_entry(mlx5e_rx_sc, sc_list, rx_sc_list_element) { in get_macsec_rx_sa_from_obj_id()
/linux/drivers/scsi/
H A Dstorvsc_drv.c628 list_for_each_entry(cur_chn, &device->channel->sc_list, sc_list) { in storvsc_change_target_cpu()
/linux/include/linux/
H A Dhyperv.h962 struct list_head sc_list; member