Transmit Functions

qcaspi_transmit

int qcaspi_transmit (struct qcaspi * qca);

Transmit as many frames as possible from the transmit queue.

qcaspi_tx_frame

int qcaspi_tx_frame (struct qcaspi *  qca,
 struct sk_buff *  skb);

Transmit a single socket buffer over the SPI interface.

qcaspi_flush_txq

void qcaspi_flush_txq (struct qcaspi * qca);

Flush the transmit queue. Typically called when a synchronization issue is detected between the SPI master (host) and SPI slave (QCA7000).

0