Home
last modified time | relevance | path

Searched refs:sync_ops (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/crypto/nx/
H A Dnx.h69 atomic_t sync_ops; member
H A Dnx.c47 atomic_inc(&(nx_ctx->stats->sync_ops)); in nx_hcall_sync()
/openbmc/linux/drivers/net/ppp/
H A Dppp_synctty.c99 static const struct ppp_channel_ops sync_ops = { variable
186 ap->chan.ops = &sync_ops; in ppp_sync_open()
/openbmc/linux/net/mac80211/
H A Dmesh.c1207 ifmsh->sync_ops = ieee80211_mesh_sync_ops_get(ifmsh->mesh_sp_id); in ieee80211_start_mesh()
1527 if (ifmsh->sync_ops) in ieee80211_mesh_rx_bcn_presp()
1528 ifmsh->sync_ops->rx_bcn_presp(sdata, stype, mgmt, len, in ieee80211_mesh_rx_bcn_presp()
H A Dieee80211_i.h726 const struct ieee80211_mesh_sync_ops *sync_ops; member
H A Dtx.c5467 if (ifmsh->sync_ops) in __ieee80211_beacon_get()
5468 ifmsh->sync_ops->adjust_tsf(sdata, beacon); in __ieee80211_beacon_get()