Home
last modified time | relevance | path

Searched refs:evt_rollover_ind (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A Dpcie.c47 .evt_rollover_ind = MWIFIEX_BD_FLAG_ROLLOVER_IND,
79 .evt_rollover_ind = MWIFIEX_BD_FLAG_EVT_ROLLOVER_IND,
116 .evt_rollover_ind = MWIFIEX_BD_FLAG_EVT_ROLLOVER_IND,
1145 card->evtbd_rdptr = reg->evt_rollover_ind; in mwifiex_pcie_create_evtbd_ring()
1191 card->evtbd_rdptr = 0 | reg->evt_rollover_ind; in mwifiex_pcie_delete_evtbd_ring()
2058 ((wrptr & reg->evt_rollover_ind) == in mwifiex_pcie_process_event_ready()
2059 (card->evtbd_rdptr & reg->evt_rollover_ind))) { in mwifiex_pcie_process_event_ready()
2163 reg->evt_rollover_ind) ^ in mwifiex_pcie_event_complete()
2164 reg->evt_rollover_ind); in mwifiex_pcie_event_complete()
H A Dpcie.h133 u32 evt_rollover_ind; member