Searched refs:neighbor (Results 1 - 8 of 8) sorted by relevance

/linux-master/arch/powerpc/platforms/cell/
H A Dspu_syscalls.c67 struct fd neighbor = fdget(neighbor_fd); local
69 if (neighbor.file) {
70 ret = calls->create_thread(name, flags, mode, neighbor.file);
71 fdput(neighbor);
/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dsyscalls.c64 umode_t mode, struct file *neighbor)
73 ret = spufs_create(&path, dentry, flags, mode, neighbor);
63 do_spu_create(const char __user *pathname, unsigned int flags, umode_t mode, struct file *neighbor) argument
H A Dinode.c303 struct spu_context *tmp, *neighbor, *err; local
324 neighbor = NULL;
329 neighbor = get_spu_context(
332 if (!list_empty(&neighbor->aff_list) && !(neighbor->aff_head) &&
333 !list_is_last(&neighbor->aff_list, &gang->aff_list_head) &&
334 !list_entry(neighbor->aff_list.next, struct spu_context,
340 if (gang != neighbor->gang) {
348 if (list_empty(&neighbor->aff_list))
363 return neighbor;
371 spufs_set_affinity(unsigned int flags, struct spu_context *ctx, struct spu_context *neighbor) argument
409 struct spu_context *neighbor; local
[all...]
/linux-master/drivers/net/fddi/skfp/
H A Dsmt.c79 static void smt_fill_neighbor(struct s_smc *smc, struct smt_p_neighbor *neighbor);
1035 smt_fill_neighbor(smc,&sif->neighbor); /* set station neighbor */
1308 static void smt_fill_neighbor(struct s_smc *smc, struct smt_p_neighbor *neighbor) argument
1310 SMTSETPARA(neighbor,SMT_P_NEIGHBORS) ;
1312 neighbor->nb_mib_index = INDEX_MAC ;
1313 neighbor->nb_mac_index = mac_index(smc,1) ;
1314 neighbor->nb_una = smc->mib.m[MAC0].fddiMACUpstreamNbr ;
1315 neighbor->nb_dna = smc->mib.m[MAC0].fddiMACDownstreamNbr ;
/linux-master/drivers/net/fddi/skfp/h/
H A Dsmt.h78 #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 in struct:smt_sif_config
/linux-master/arch/powerpc/include/asm/
H A Dspu.h217 struct file *neighbor);
/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dwmi.c1296 if (struct_size(ev, neighbor, ev->num_neighbors) > len) {
1298 "truncated neighbor event (num=%d len=%d)\n",
1303 ath6kl_dbg(ATH6KL_DBG_WMI, "neighbor %d/%d - %pM 0x%x\n",
1304 i + 1, ev->num_neighbors, ev->neighbor[i].bssid,
1305 ev->neighbor[i].bss_flags);
1307 ev->neighbor[i].bssid,
1308 !!(ev->neighbor[i].bss_flags &
H A Dwmi.h1723 struct wmi_neighbor_info neighbor[]; member in struct:wmi_neighbor_report_event

Completed in 257 milliseconds