Home
last modified time | relevance | path

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

/Linux-v6.6/include/net/
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-v6.6/drivers/net/ethernet/intel/ice/
Dice_ptp.c1976 u32 hh_lock, hh_art_ctl; in ice_ptp_get_syncdevicetime() local
1980 hh_lock = rd32(hw, PFHH_SEM + (PFTSYN_SEM_BYTES * hw->pf_id)); in ice_ptp_get_syncdevicetime()
1981 if (hh_lock & PFHH_SEM_BUSY_M) { in ice_ptp_get_syncdevicetime()
2018 hh_lock = rd32(hw, PFHH_SEM + (PFTSYN_SEM_BYTES * hw->pf_id)); in ice_ptp_get_syncdevicetime()
2019 hh_lock = hh_lock & ~PFHH_SEM_BUSY_M; in ice_ptp_get_syncdevicetime()
2020 wr32(hw, PFHH_SEM + (PFTSYN_SEM_BYTES * hw->pf_id), hh_lock); in ice_ptp_get_syncdevicetime()
/Linux-v6.6/net/core/
Dneighbour.c498 seqlock_init(&n->hh.hh_lock); in neigh_alloc()
1264 write_seqlock_bh(&hh->hh_lock); in neigh_update_hhs()
1266 write_sequnlock_bh(&hh->hh_lock); in neigh_update_hhs()
/Linux-v6.6/include/linux/
Dnetdevice.h285 seqlock_t hh_lock; member