Home
last modified time | relevance | path

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

/drivers/net/wireless/mwifiex/
Dpcie.h38 #define MWIFIEX_MAX_EVT_BD 0x04 macro
138 struct mwifiex_pcie_buf_desc *evtbd_ring[MWIFIEX_MAX_EVT_BD];
139 struct sk_buff *evt_buf_list[MWIFIEX_MAX_EVT_BD];
Dpcie.c563 MWIFIEX_MAX_EVT_BD; in mwifiex_pcie_create_evtbd_ring()
580 for (i = 0; i < MWIFIEX_MAX_EVT_BD; i++) { in mwifiex_pcie_create_evtbd_ring()
619 for (i = 0; i < MWIFIEX_MAX_EVT_BD; i++) { in mwifiex_pcie_delete_evtbd_ring()
1160 if (rdptr >= MWIFIEX_MAX_EVT_BD) { in mwifiex_pcie_process_event_ready()
1233 if (rdptr >= MWIFIEX_MAX_EVT_BD) { in mwifiex_pcie_event_complete()
1260 if ((++card->evtbd_rdptr & MWIFIEX_EVTBD_MASK) == MWIFIEX_MAX_EVT_BD) { in mwifiex_pcie_event_complete()
Dsta_cmd.c897 host_spec->evtbd_count = MWIFIEX_MAX_EVT_BD; in mwifiex_cmd_pcie_host_spec()