Searched refs:hif_block_tx_ext (Results 1 – 4 of 4) sorted by relevance
370 int (*hif_block_tx_ext)(struct wilc *wilc, u32 addr, u8 *buf, u32 size); member
935 .hif_block_tx_ext = wilc_sdio_write,
1314 .hif_block_tx_ext = wilc_spi_write,
936 ret = func->hif_block_tx_ext(wilc, 0, txb, offset); in wilc_wlan_handle_txq()