/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/spufs/ |
H A D | inode.c | 303 struct spu_context *tmp, *neighbor, *err; in spufs_assert_affinity() local 324 neighbor = NULL; in spufs_assert_affinity() 329 neighbor = get_spu_context( in spufs_assert_affinity() 332 if (!list_empty(&neighbor->aff_list) && !(neighbor->aff_head) && in spufs_assert_affinity() 333 !list_is_last(&neighbor->aff_list, &gang->aff_list_head) && in spufs_assert_affinity() 334 !list_entry(neighbor->aff_list.next, struct spu_context, in spufs_assert_affinity() 340 if (gang != neighbor->gang) { in spufs_assert_affinity() 348 if (list_empty(&neighbor->aff_list)) in spufs_assert_affinity() 363 return neighbor; in spufs_assert_affinity() 371 spufs_set_affinity(unsigned int flags, struct spu_context *ctx, struct spu_context *neighbor) spufs_set_affinity() argument 409 struct spu_context *neighbor; spufs_create_context() local [all...] |
H A D | syscalls.c | 64 umode_t mode, struct file *neighbor) in do_spu_create() 73 ret = spufs_create(&path, dentry, flags, mode, neighbor); in do_spu_create() 63 do_spu_create(const char __user *pathname, unsigned int flags, umode_t mode, struct file *neighbor) do_spu_create() argument
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/spufs/ |
H A D | inode.c | 302 struct spu_context *tmp, *neighbor, *err; in spufs_assert_affinity() local 323 neighbor = NULL; in spufs_assert_affinity() 328 neighbor = get_spu_context( in spufs_assert_affinity() 331 if (!list_empty(&neighbor->aff_list) && !(neighbor->aff_head) && in spufs_assert_affinity() 332 !list_is_last(&neighbor->aff_list, &gang->aff_list_head) && in spufs_assert_affinity() 333 !list_entry(neighbor->aff_list.next, struct spu_context, in spufs_assert_affinity() 339 if (gang != neighbor->gang) { in spufs_assert_affinity() 347 if (list_empty(&neighbor->aff_list)) in spufs_assert_affinity() 362 return neighbor; in spufs_assert_affinity() 370 spufs_set_affinity(unsigned int flags, struct spu_context *ctx, struct spu_context *neighbor) spufs_set_affinity() argument 408 struct spu_context *neighbor; spufs_create_context() local [all...] |
H A D | syscalls.c | 64 umode_t mode, struct file *neighbor) in do_spu_create() 73 ret = spufs_create(&path, dentry, flags, mode, neighbor); in do_spu_create() 63 do_spu_create(const char __user *pathname, unsigned int flags, umode_t mode, struct file *neighbor) do_spu_create() argument
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/ |
H A D | spu_syscalls.c | 67 struct fd neighbor = fdget(neighbor_fd); in SYSCALL_DEFINE4() local 69 if (neighbor.file) { in SYSCALL_DEFINE4() 70 ret = calls->create_thread(name, flags, mode, neighbor.file); in SYSCALL_DEFINE4() 71 fdput(neighbor); in SYSCALL_DEFINE4()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/ |
H A D | spu_syscalls.c | 67 struct fd neighbor = fdget(neighbor_fd); in SYSCALL_DEFINE4() local 69 if (neighbor.file) { in SYSCALL_DEFINE4() 70 ret = calls->create_thread(name, flags, mode, neighbor.file); in SYSCALL_DEFINE4() 71 fdput(neighbor); in SYSCALL_DEFINE4()
|
/kernel/linux/linux-5.10/drivers/net/fddi/skfp/ |
H A D | smt.c | 79 static void smt_fill_neighbor(struct s_smc *smc, struct smt_p_neighbor *neighbor); 1035 smt_fill_neighbor(smc,&sif->neighbor); /* set station neighbor */ in smt_send_sif_config() 1308 static void smt_fill_neighbor(struct s_smc *smc, struct smt_p_neighbor *neighbor) in smt_fill_neighbor() argument 1310 SMTSETPARA(neighbor,SMT_P_NEIGHBORS) ; in smt_fill_neighbor() 1312 neighbor->nb_mib_index = INDEX_MAC ; in smt_fill_neighbor() 1313 neighbor->nb_mac_index = mac_index(smc,1) ; in smt_fill_neighbor() 1314 neighbor->nb_una = smc->mib.m[MAC0].fddiMACUpstreamNbr ; in smt_fill_neighbor() 1315 neighbor->nb_dna = smc->mib.m[MAC0].fddiMACDownstreamNbr ; in smt_fill_neighbor()
|
/kernel/linux/linux-6.6/drivers/net/fddi/skfp/ |
H A D | smt.c | 79 static void smt_fill_neighbor(struct s_smc *smc, struct smt_p_neighbor *neighbor); 1035 smt_fill_neighbor(smc,&sif->neighbor); /* set station neighbor */ in smt_send_sif_config() 1308 static void smt_fill_neighbor(struct s_smc *smc, struct smt_p_neighbor *neighbor) in smt_fill_neighbor() argument 1310 SMTSETPARA(neighbor,SMT_P_NEIGHBORS) ; in smt_fill_neighbor() 1312 neighbor->nb_mib_index = INDEX_MAC ; in smt_fill_neighbor() 1313 neighbor->nb_mac_index = mac_index(smc,1) ; in smt_fill_neighbor() 1314 neighbor->nb_una = smc->mib.m[MAC0].fddiMACUpstreamNbr ; in smt_fill_neighbor() 1315 neighbor->nb_dna = smc->mib.m[MAC0].fddiMACDownstreamNbr ; in smt_fill_neighbor()
|
/kernel/linux/linux-5.10/drivers/net/fddi/skfp/h/ |
H A D | smt.h | 78 #define SMT_NIF 0x01 /* neighbor information frames */ 116 #define SMT_P_UNA 0x0001 /* upstream neighbor address */ 209 #define SMT_P_NEIGHBORS 0x0007 /* MAC neighbor description */ 722 * NIF : neighbor information frames 745 struct smt_p_neighbor neighbor ; /* neighbors, we have only one*/ member
|
/kernel/linux/linux-6.6/drivers/net/fddi/skfp/h/ |
H A D | smt.h | 78 #define SMT_NIF 0x01 /* neighbor information frames */ 116 #define SMT_P_UNA 0x0001 /* upstream neighbor address */ 209 #define SMT_P_NEIGHBORS 0x0007 /* MAC neighbor description */ 722 * NIF : neighbor information frames 745 struct smt_p_neighbor neighbor ; /* neighbors, we have only one*/ member
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/ |
H A D | wmi.c | 1296 if (struct_size(ev, neighbor, ev->num_neighbors) > len) { in ath6kl_wmi_neighbor_report_event_rx() 1298 "truncated neighbor event (num=%d len=%d)\n", in ath6kl_wmi_neighbor_report_event_rx() 1303 ath6kl_dbg(ATH6KL_DBG_WMI, "neighbor %d/%d - %pM 0x%x\n", in ath6kl_wmi_neighbor_report_event_rx() 1304 i + 1, ev->num_neighbors, ev->neighbor[i].bssid, in ath6kl_wmi_neighbor_report_event_rx() 1305 ev->neighbor[i].bss_flags); in ath6kl_wmi_neighbor_report_event_rx() 1307 ev->neighbor[i].bssid, in ath6kl_wmi_neighbor_report_event_rx() 1308 !!(ev->neighbor[i].bss_flags & in ath6kl_wmi_neighbor_report_event_rx()
|
H A D | wmi.h | 1723 struct wmi_neighbor_info neighbor[0]; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/ |
H A D | wmi.c | 1296 if (struct_size(ev, neighbor, ev->num_neighbors) > len) { in ath6kl_wmi_neighbor_report_event_rx() 1298 "truncated neighbor event (num=%d len=%d)\n", in ath6kl_wmi_neighbor_report_event_rx() 1303 ath6kl_dbg(ATH6KL_DBG_WMI, "neighbor %d/%d - %pM 0x%x\n", in ath6kl_wmi_neighbor_report_event_rx() 1304 i + 1, ev->num_neighbors, ev->neighbor[i].bssid, in ath6kl_wmi_neighbor_report_event_rx() 1305 ev->neighbor[i].bss_flags); in ath6kl_wmi_neighbor_report_event_rx() 1307 ev->neighbor[i].bssid, in ath6kl_wmi_neighbor_report_event_rx() 1308 !!(ev->neighbor[i].bss_flags & in ath6kl_wmi_neighbor_report_event_rx()
|
H A D | wmi.h | 1723 struct wmi_neighbor_info neighbor[]; member
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | spu.h | 231 struct file *neighbor);
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | spu.h | 217 struct file *neighbor);
|