tx_blocks 624 drivers/bluetooth/btmrvl_sdio.c int txlen = 0, tx_blocks = 0, count = 0; tx_blocks 727 drivers/bluetooth/btmrvl_sdio.c tx_blocks = DIV_ROUND_UP(txlen, blksz_dl); tx_blocks 733 drivers/bluetooth/btmrvl_sdio.c tx_blocks * blksz_dl); tx_blocks 2113 drivers/net/wireless/marvell/mwifiex/pcie.c u32 txlen, tx_blocks = 0, tries, len, val; tx_blocks 2214 drivers/net/wireless/marvell/mwifiex/pcie.c tx_blocks = (txlen + card->pcie.blksz_fw_dl - 1) / tx_blocks 2222 drivers/net/wireless/marvell/mwifiex/pcie.c skb_trim(skb, tx_blocks * card->pcie.blksz_fw_dl); tx_blocks 1000 drivers/net/wireless/marvell/mwifiex/sdio.c u32 txlen, tx_blocks = 0, tries; tx_blocks 1099 drivers/net/wireless/marvell/mwifiex/sdio.c tx_blocks = (txlen + MWIFIEX_SDIO_BLOCK_SIZE - 1) tx_blocks 1106 drivers/net/wireless/marvell/mwifiex/sdio.c ret = mwifiex_write_data_sync(adapter, fwbuf, tx_blocks *