Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/crypto/nx/
Dnx.h71 atomic_t sync_ops; member
Dnx.c60 atomic_inc(&(nx_ctx->stats->sync_ops)); in nx_hcall_sync()
/linux-4.1.27/drivers/net/ppp/
Dppp_synctty.c102 static const struct ppp_channel_ops sync_ops = { variable
189 ap->chan.ops = &sync_ops; in ppp_sync_open()
/linux-4.1.27/net/mac80211/
Dmesh.c794 ifmsh->sync_ops = ieee80211_mesh_sync_ops_get(ifmsh->mesh_sp_id); in ieee80211_start_mesh()
1051 if (ifmsh->sync_ops) in ieee80211_mesh_rx_bcn_presp()
1052 ifmsh->sync_ops->rx_bcn_presp(sdata, in ieee80211_mesh_rx_bcn_presp()
Dtx.c2915 if (ifmsh->sync_ops) in __ieee80211_beacon_get()
2916 ifmsh->sync_ops->adjust_tbtt(sdata, beacon); in __ieee80211_beacon_get()
Dieee80211_i.h690 const struct ieee80211_mesh_sync_ops *sync_ops; member