Searched refs:MWIFIEX_MAX_TXRX_BD (Results 1 - 3 of 3) sorted by last modified time

/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dpcie.c747 for (i = 0; i < MWIFIEX_MAX_TXRX_BD; i++) {
779 for (i = 0; i < MWIFIEX_MAX_TXRX_BD; i++) {
885 for (i = 0; i < MWIFIEX_MAX_TXRX_BD; i++) {
924 for (i = 0; i < MWIFIEX_MAX_TXRX_BD; i++) {
998 MWIFIEX_MAX_TXRX_BD;
1001 MWIFIEX_MAX_TXRX_BD;
1065 MWIFIEX_MAX_TXRX_BD;
1068 MWIFIEX_MAX_TXRX_BD;
1335 num_tx_buffs = MWIFIEX_MAX_TXRX_BD << reg->tx_start_ptr;
1430 num_tx_buffs = MWIFIEX_MAX_TXRX_BD << re
[all...]
H A Dsta_cmd.c1249 host_spec->txbd_count = cpu_to_le32(MWIFIEX_MAX_TXRX_BD);
1253 host_spec->rxbd_count = cpu_to_le32(MWIFIEX_MAX_TXRX_BD);
H A Dpcie.h41 #define MWIFIEX_MAX_TXRX_BD 0x20 macro
199 void *txbd_ring[MWIFIEX_MAX_TXRX_BD];
200 struct sk_buff *tx_buf_list[MWIFIEX_MAX_TXRX_BD];
207 void *rxbd_ring[MWIFIEX_MAX_TXRX_BD];
208 struct sk_buff *rx_buf_list[MWIFIEX_MAX_TXRX_BD];

Completed in 159 milliseconds