Searched refs:cluster_id (Results 1 – 7 of 7) sorted by relevance
/drivers/irqchip/ |
D | irq-gic-v3.c | 445 u64 cluster_id) in gic_compute_target_list() argument 467 if (cluster_id != (mpidr & ~0xffUL)) { in gic_compute_target_list() 477 #define MPIDR_TO_SGI_AFFINITY(cluster_id, level) \ argument 478 (MPIDR_AFFINITY_LEVEL(cluster_id, level) \ 481 static void gic_send_sgi(u64 cluster_id, u16 tlist, unsigned int irq) in gic_send_sgi() argument 485 val = (MPIDR_TO_SGI_AFFINITY(cluster_id, 3) | in gic_send_sgi() 486 MPIDR_TO_SGI_AFFINITY(cluster_id, 2) | in gic_send_sgi() 488 MPIDR_TO_SGI_AFFINITY(cluster_id, 1) | in gic_send_sgi() 509 u64 cluster_id = cpu_logical_map(cpu) & ~0xffUL; in gic_raise_softirq() local 512 tlist = gic_compute_target_list(&cpu, mask, cluster_id); in gic_raise_softirq() [all …]
|
/drivers/usb/host/ |
D | hwa-hc.c | 76 static int __hwahc_set_cluster_id(struct hwahc *hwahc, u8 cluster_id) in __hwahc_set_cluster_id() argument 86 cluster_id, in __hwahc_set_cluster_id() 91 cluster_id, result); in __hwahc_set_cluster_id() 93 wusbhc->cluster_id = cluster_id; in __hwahc_set_cluster_id() 94 dev_info(dev, "Wireless USB Cluster ID set to 0x%02x\n", cluster_id); in __hwahc_set_cluster_id() 176 wusb_cluster_id_put(wusbhc->cluster_id); in hwahc_op_start() 193 wusb_cluster_id_put(wusbhc->cluster_id); in hwahc_op_stop()
|
/drivers/usb/host/whci/ |
D | hcd.c | 66 wusbhc->cluster_id = bcid; in whc_start() 102 wusb_cluster_id_put(wusbhc->cluster_id); in whc_stop()
|
/drivers/usb/wusbcore/ |
D | reservation.c | 91 bcid.data[0] = wusbhc->cluster_id; in wusbhc_rsv_establish()
|
D | wusbhc.h | 262 u16 cluster_id; /* Wireless USB Cluster ID */ member
|
/drivers/net/ethernet/intel/i40evf/ |
D | i40e_adminq_cmd.h | 2178 u8 cluster_id; member 2189 u8 cluster_id; member
|
/drivers/net/ethernet/intel/i40e/ |
D | i40e_adminq_cmd.h | 2154 u8 cluster_id; member 2165 u8 cluster_id; member
|