Searched refs:spi_len (Results 1 – 2 of 2) sorted by relevance
1060 u16 spi_len = 0; in oa_tc6_try_spi_transfer() local1065 spi_len = oa_tc6_prepare_spi_tx_buf_for_tx_skbs(tc6); in oa_tc6_try_spi_transfer()1067 spi_len = oa_tc6_prepare_spi_tx_buf_for_rx_chunks(tc6, spi_len); in oa_tc6_try_spi_transfer()1071 if (spi_len == 0) { in oa_tc6_try_spi_transfer()1073 spi_len = OA_TC6_CHUNK_SIZE; in oa_tc6_try_spi_transfer()1077 if (spi_len == 0) in oa_tc6_try_spi_transfer()1080 ret = oa_tc6_spi_transfer(tc6, OA_TC6_DATA_HEADER, spi_len); in oa_tc6_try_spi_transfer()1087 ret = oa_tc6_process_spi_data_rx_buf(tc6, spi_len); in oa_tc6_try_spi_transfer()
247 u8 spi_len = ax_local->ax_spi.comp ? 1 : 4; in ax88796c_tx_fixup() local274 (headroom < (TX_OVERHEAD + spi_len)) || in ax88796c_tx_fixup()276 size_t h = max((TX_OVERHEAD + spi_len) - headroom, 0); in ax88796c_tx_fixup()290 memcpy(skb_push(skb, spi_len), ax88796c_tx_cmd_buf, spi_len); in ax88796c_tx_fixup()