Searched refs:neighbor (Results 1 – 4 of 4) sorted by relevance
/drivers/net/fddi/skfp/ |
D | smt.c | 88 static void smt_fill_neighbor(struct s_smc *smc, struct smt_p_neighbor *neighbor); 1044 smt_fill_neighbor(smc,&sif->neighbor); /* set station neighbor */ in smt_send_sif_config() 1317 static void smt_fill_neighbor(struct s_smc *smc, struct smt_p_neighbor *neighbor) in smt_fill_neighbor() argument 1319 SMTSETPARA(neighbor,SMT_P_NEIGHBORS) ; in smt_fill_neighbor() 1321 neighbor->nb_mib_index = INDEX_MAC ; in smt_fill_neighbor() 1322 neighbor->nb_mac_index = mac_index(smc,1) ; in smt_fill_neighbor() 1323 neighbor->nb_una = smc->mib.m[MAC0].fddiMACUpstreamNbr ; in smt_fill_neighbor() 1324 neighbor->nb_dna = smc->mib.m[MAC0].fddiMACDownstreamNbr ; in smt_fill_neighbor()
|
/drivers/net/fddi/skfp/h/ |
D | smt.h | 749 struct smt_p_neighbor neighbor ; /* neighbors, we have only one*/ member
|
/drivers/net/wireless/ath/ath6kl/ |
D | wmi.c | 1309 i + 1, ev->num_neighbors, ev->neighbor[i].bssid, in ath6kl_wmi_neighbor_report_event_rx() 1310 ev->neighbor[i].bss_flags); in ath6kl_wmi_neighbor_report_event_rx() 1312 ev->neighbor[i].bssid, in ath6kl_wmi_neighbor_report_event_rx() 1313 !!(ev->neighbor[i].bss_flags & in ath6kl_wmi_neighbor_report_event_rx()
|
D | wmi.h | 1723 struct wmi_neighbor_info neighbor[0]; member
|