Searched refs:hnext (Results 1 - 5 of 5) sorted by relevance

/drivers/net/wireless/hostap/
H A Dhostap_ap.h41 struct sta_info *hnext; /* next entry in hash table list */ member in struct:sta_info
H A Dhostap_ap.c100 sta->hnext = ap->sta_hash[STA_HASH(sta->addr)];
111 ap->sta_hash[STA_HASH(sta->addr)] = s->hnext;
115 while (s->hnext != NULL && !ether_addr_equal(s->hnext->addr, sta->addr))
116 s = s->hnext;
117 if (s->hnext != NULL)
118 s->hnext = s->hnext->hnext;
961 s = s->hnext;
[all...]
/drivers/infiniband/ulp/ipoib/
H A Dipoib_main.c879 neigh = rcu_dereference_bh(neigh->hnext)) {
933 rcu_dereference_protected(neigh->hnext,
939 np = &neigh->hnext;
1005 neigh = rcu_dereference_protected(neigh->hnext,
1027 rcu_assign_pointer(neigh->hnext,
1096 rcu_dereference_protected(neigh->hnext,
1103 np = &n->hnext;
1181 rcu_dereference_protected(neigh->hnext,
1187 np = &neigh->hnext;
1223 rcu_dereference_protected(neigh->hnext,
[all...]
H A Dipoib.h420 struct ipoib_neigh __rcu *hnext; member in struct:ipoib_neigh
/drivers/scsi/lpfc/
H A Dlpfc_sli.c14744 struct lpfc_dmabuf *h_buf, *hnext; local
14749 list_for_each_entry_safe(h_buf, hnext, &vport->rcv_buffer_list, list) {
14776 struct lpfc_dmabuf *h_buf, *hnext; local
14788 list_for_each_entry_safe(h_buf, hnext, &vport->rcv_buffer_list, list) {

Completed in 360 milliseconds