Home
last modified time | relevance | path

Searched refs:MWIFIEX_MAX_EVT_BD (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A Dpcie.h45 #define MWIFIEX_MAX_EVT_BD 0x08 macro
215 void *evtbd_ring[MWIFIEX_MAX_EVT_BD];
216 struct sk_buff *evt_buf_list[MWIFIEX_MAX_EVT_BD];
H A Dpcie.c849 for (i = 0; i < MWIFIEX_MAX_EVT_BD; i++) { in mwifiex_pcie_init_evt_ring()
971 for (i = 0; i < MWIFIEX_MAX_EVT_BD; i++) { in mwifiex_cleanup_evt_ring()
1148 MWIFIEX_MAX_EVT_BD; in mwifiex_pcie_create_evtbd_ring()
2040 if (rdptr >= MWIFIEX_MAX_EVT_BD) { in mwifiex_pcie_process_event_ready()
2128 if (rdptr >= MWIFIEX_MAX_EVT_BD) { in mwifiex_pcie_event_complete()
2161 if ((++card->evtbd_rdptr & MWIFIEX_EVTBD_MASK) == MWIFIEX_MAX_EVT_BD) { in mwifiex_pcie_event_complete()
H A Dsta_cmd.c1257 host_spec->evtbd_count = cpu_to_le32(MWIFIEX_MAX_EVT_BD); in mwifiex_cmd_pcie_host_spec()