Searched refs:tx_blocks (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/bluetooth/
H A Dbtmrvl_sdio.c568 int txlen = 0, tx_blocks = 0, count = 0; local
671 tx_blocks = DIV_ROUND_UP(txlen, blksz_dl);
677 tx_blocks * blksz_dl);
/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dpcie.c2168 u32 txlen, tx_blocks = 0, tries, len, val; local
2265 tx_blocks = (txlen + card->pcie.blksz_fw_dl - 1) /
2273 skb_trim(skb, tx_blocks * card->pcie.blksz_fw_dl);
H A Dsdio.c1443 u32 txlen, tx_blocks = 0, tries; local
1542 tx_blocks = (txlen + MWIFIEX_SDIO_BLOCK_SIZE - 1)
1549 ret = mwifiex_write_data_sync(adapter, fwbuf, tx_blocks *

Completed in 127 milliseconds