Home
last modified time | relevance | path

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

/Linux-v6.1/include/net/
Dneighbour.h485 seq = read_seqbegin(&hh->hh_lock); in neigh_hh_bridge()
488 } while (read_seqretry(&hh->hh_lock, seq)); in neigh_hh_bridge()
500 seq = read_seqbegin(&hh->hh_lock); in neigh_hh_output()
522 } while (read_seqretry(&hh->hh_lock, seq)); in neigh_hh_output()
/Linux-v6.1/drivers/net/ethernet/intel/ice/
Dice_ptp.c1957 u32 hh_lock, hh_art_ctl; in ice_ptp_get_syncdevicetime() local
1961 hh_lock = rd32(hw, PFHH_SEM + (PFTSYN_SEM_BYTES * hw->pf_id)); in ice_ptp_get_syncdevicetime()
1962 if (hh_lock & PFHH_SEM_BUSY_M) { in ice_ptp_get_syncdevicetime()
1999 hh_lock = rd32(hw, PFHH_SEM + (PFTSYN_SEM_BYTES * hw->pf_id)); in ice_ptp_get_syncdevicetime()
2000 hh_lock = hh_lock & ~PFHH_SEM_BUSY_M; in ice_ptp_get_syncdevicetime()
2001 wr32(hw, PFHH_SEM + (PFTSYN_SEM_BYTES * hw->pf_id), hh_lock); in ice_ptp_get_syncdevicetime()
/Linux-v6.1/net/core/
Dneighbour.c487 seqlock_init(&n->hh.hh_lock); in neigh_alloc()
1279 write_seqlock_bh(&hh->hh_lock); in neigh_update_hhs()
1281 write_sequnlock_bh(&hh->hh_lock); in neigh_update_hhs()
/Linux-v6.1/include/linux/
Dnetdevice.h270 seqlock_t hh_lock; member