Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/marvell/mwifiex/
A Dpcie.h57 #define MWIFIEX_MAX_EVT_BD 0x08 macro
227 void *evtbd_ring[MWIFIEX_MAX_EVT_BD];
228 struct sk_buff *evt_buf_list[MWIFIEX_MAX_EVT_BD];
A Dpcie.c858 for (i = 0; i < MWIFIEX_MAX_EVT_BD; i++) { in mwifiex_pcie_init_evt_ring()
982 for (i = 0; i < MWIFIEX_MAX_EVT_BD; i++) { in mwifiex_cleanup_evt_ring()
1154 MWIFIEX_MAX_EVT_BD; in mwifiex_pcie_create_evtbd_ring()
2043 if (rdptr >= MWIFIEX_MAX_EVT_BD) { in mwifiex_pcie_process_event_ready()
2131 if (rdptr >= MWIFIEX_MAX_EVT_BD) { in mwifiex_pcie_event_complete()
2164 if ((++card->evtbd_rdptr & MWIFIEX_EVTBD_MASK) == MWIFIEX_MAX_EVT_BD) { in mwifiex_pcie_event_complete()
A Dsta_cmd.c1269 host_spec->evtbd_count = cpu_to_le32(MWIFIEX_MAX_EVT_BD); in mwifiex_cmd_pcie_host_spec()

Completed in 13 milliseconds