Home
last modified time | relevance | path

Searched refs:neighbor (Results 1 – 5 of 5) sorted by relevance

/drivers/staging/media/imx/
DTODO5 - The CSI subdevice parses its nearest upstream neighbor's device-tree
7 instead the CSI subdev should call its neighbor's g_mbus_config op
/drivers/net/fddi/skfp/
Dsmt.c83 static void smt_fill_neighbor(struct s_smc *smc, struct smt_p_neighbor *neighbor);
1039 smt_fill_neighbor(smc,&sif->neighbor); /* set station neighbor */ in smt_send_sif_config()
1312 static void smt_fill_neighbor(struct s_smc *smc, struct smt_p_neighbor *neighbor) in smt_fill_neighbor() argument
1314 SMTSETPARA(neighbor,SMT_P_NEIGHBORS) ; in smt_fill_neighbor()
1316 neighbor->nb_mib_index = INDEX_MAC ; in smt_fill_neighbor()
1317 neighbor->nb_mac_index = mac_index(smc,1) ; in smt_fill_neighbor()
1318 neighbor->nb_una = smc->mib.m[MAC0].fddiMACUpstreamNbr ; in smt_fill_neighbor()
1319 neighbor->nb_dna = smc->mib.m[MAC0].fddiMACDownstreamNbr ; in smt_fill_neighbor()
/drivers/net/fddi/skfp/h/
Dsmt.h745 struct smt_p_neighbor neighbor ; /* neighbors, we have only one*/ member
/drivers/net/wireless/ath/ath6kl/
Dwmi.c1302 if (struct_size(ev, neighbor, ev->num_neighbors) > len) { in ath6kl_wmi_neighbor_report_event_rx()
1310 i + 1, ev->num_neighbors, ev->neighbor[i].bssid, in ath6kl_wmi_neighbor_report_event_rx()
1311 ev->neighbor[i].bss_flags); in ath6kl_wmi_neighbor_report_event_rx()
1313 ev->neighbor[i].bssid, in ath6kl_wmi_neighbor_report_event_rx()
1314 !!(ev->neighbor[i].bss_flags & in ath6kl_wmi_neighbor_report_event_rx()
Dwmi.h1723 struct wmi_neighbor_info neighbor[0]; member