Home
last modified time | relevance | path

Searched refs:hh_lock (Results 1 – 4 of 4) sorted by relevance

/linux/include/net/
H A Dneighbour.h481 seq = read_seqbegin(&hh->hh_lock); in neigh_hh_bridge()
484 } while (read_seqretry(&hh->hh_lock, seq)); in neigh_hh_bridge()
496 seq = read_seqbegin(&hh->hh_lock); in neigh_hh_output()
518 } while (read_seqretry(&hh->hh_lock, seq)); in neigh_hh_output()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_ptp.c2181 u32 hh_lock, hh_art_ctl; in ice_ptp_get_syncdevicetime() local
2189 hh_lock = rd32(hw, PFHH_SEM + (PFTSYN_SEM_BYTES * hw->pf_id)); in ice_ptp_get_syncdevicetime()
2190 if (hh_lock & PFHH_SEM_BUSY_M) { in ice_ptp_get_syncdevicetime()
2196 if (hh_lock & PFHH_SEM_BUSY_M) { in ice_ptp_get_syncdevicetime()
2239 hh_lock = rd32(hw, PFHH_SEM + (PFTSYN_SEM_BYTES * hw->pf_id)); in ice_ptp_get_syncdevicetime()
2240 hh_lock = hh_lock & ~PFHH_SEM_BUSY_M; in ice_ptp_get_syncdevicetime()
2241 wr32(hw, PFHH_SEM + (PFTSYN_SEM_BYTES * hw->pf_id), hh_lock); in ice_ptp_get_syncdevicetime()
/linux/net/core/
H A Dneighbour.c505 seqlock_init(&n->hh.hh_lock); in neigh_alloc()
1273 write_seqlock_bh(&hh->hh_lock); in neigh_update_hhs()
1275 write_sequnlock_bh(&hh->hh_lock); in neigh_update_hhs()
/linux/include/linux/
H A Dnetdevice.h281 seqlock_t hh_lock; member