Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
Dpcie.c58 .evt_rollover_ind = MWIFIEX_BD_FLAG_ROLLOVER_IND,
90 .evt_rollover_ind = MWIFIEX_BD_FLAG_EVT_ROLLOVER_IND,
127 .evt_rollover_ind = MWIFIEX_BD_FLAG_EVT_ROLLOVER_IND,
1141 card->evtbd_rdptr = reg->evt_rollover_ind; in mwifiex_pcie_create_evtbd_ring()
1184 card->evtbd_rdptr = 0 | reg->evt_rollover_ind; in mwifiex_pcie_delete_evtbd_ring()
2051 ((wrptr & reg->evt_rollover_ind) == in mwifiex_pcie_process_event_ready()
2052 (card->evtbd_rdptr & reg->evt_rollover_ind))) { in mwifiex_pcie_process_event_ready()
2156 reg->evt_rollover_ind) ^ in mwifiex_pcie_event_complete()
2157 reg->evt_rollover_ind); in mwifiex_pcie_event_complete()
Dpcie.h145 u32 evt_rollover_ind; member