Searched refs:tx_cmd (Results 1 - 15 of 15) sorted by relevance

/freebsd-10.2-release/sys/dev/spibus/
H A Dspi.h4 void *tx_cmd; member in struct:spi_command
/freebsd-10.2-release/sys/boot/arm/at91/libat91/
H A Dspi_flash.h27 char *tx_cmd; member in struct:__anon6407
H A Dspi_flash.c51 pSPI->SPI_TPR = (unsigned)pCommand->tx_cmd;
80 spi_command.tx_cmd = tx_commandBuffer;
128 spi_command.tx_cmd = tx_commandBuffer;
144 spi_command.tx_cmd = tx_commandBuffer;
196 spi_command.tx_cmd = tx_commandBuffer;
/freebsd-10.2-release/sys/dev/qlxgb/
H A Dqla_hw.c492 q80_tx_cmd_t *tx_cmd; local
516 tx_cmd = &hw->tx_ring_base[hw->txr_next];
518 bzero((void *)tx_cmd, sizeof(q80_tx_cmd_t));
520 bcopy(fw_cmd, tx_cmd, size);
714 qla_tx_tso(qla_host_t *ha, struct mbuf *mp, q80_tx_cmd_t *tx_cmd, uint8_t *hdr) argument
805 tx_cmd->mss = ha->max_frame_size - ETHER_CRC_LEN - hdrlen;
807 tx_cmd->mss = mp->m_pkthdr.tso_segsz;
810 tx_cmd->flags_opcode = opcode ;
811 tx_cmd->tcp_hdr_off = ip_hlen + ehdrlen;
812 tx_cmd
835 qla_tx_chksum(qla_host_t *ha, struct mbuf *mp, q80_tx_cmd_t *tx_cmd) argument
930 q80_tx_cmd_t *tx_cmd, tso_cmd; local
[all...]
/freebsd-10.2-release/sys/mips/atheros/
H A Dpcf2123_rtc.c91 cmd.tx_cmd = txBuf;
120 cmd.tx_cmd = txTimedate;
164 cmd.tx_cmd = txTimedate;
H A Dar71xx_spi.c186 buf_out = (uint8_t *)cmd->tx_cmd;
/freebsd-10.2-release/sys/dev/flash/
H A Dmx25l.c133 cmd.tx_cmd = txBuf;
163 cmd.tx_cmd = &txBuf;
202 cmd.tx_cmd = txBuf;
224 cmd.tx_cmd = txBuf;
289 cmd.tx_cmd = txBuf;
346 cmd.tx_cmd = txBuf;
H A Dat45d.c132 cmd.tx_cmd = txBuf;
152 cmd.tx_cmd = &txBuf;
317 cmd.tx_cmd = txBuf;
/freebsd-10.2-release/sys/dev/qlxgbe/
H A Dql_hw.c64 static int qla_tx_tso(qla_host_t *ha, struct mbuf *mp, q80_tx_cmd_t *tx_cmd,
1588 qla_tx_tso(qla_host_t *ha, struct mbuf *mp, q80_tx_cmd_t *tx_cmd, uint8_t *hdr) argument
1686 tx_cmd->mss = mp->m_pkthdr.tso_segsz;
1688 tx_cmd->flags_opcode = opcode ;
1689 tx_cmd->tcp_hdr_off = ip_hlen + ehdrlen;
1690 tx_cmd->total_hdr_len = hdrlen;
1694 tx_cmd->flags_opcode |= Q8_TX_CMD_FLAGS_MULTICAST;
1810 q80_tx_cmd_t *tx_cmd, tso_cmd; local
1845 /* find the additional tx_cmd descriptors required */
1887 tx_cmd
[all...]
/freebsd-10.2-release/sys/dev/fxp/
H A Dif_fxpvar.h221 uint32_t tx_cmd; member in struct:fxp_softc
H A Dif_fxp.c643 sc->tx_cmd = FXP_CB_COMMAND_IPCBXMIT;
649 sc->tx_cmd = FXP_CB_COMMAND_XMIT;
1642 htole16(sc->tx_cmd | FXP_CB_COMMAND_SF |
1646 htole16(sc->tx_cmd | FXP_CB_COMMAND_SF |
/freebsd-10.2-release/sys/arm/lpc/
H A Dlpc_spi.c158 out_buf = cmd->tx_cmd;
H A Dssd1289.c162 cmd.tx_cmd = data;
/freebsd-10.2-release/sys/arm/at91/
H A Dat91_spi.c346 if ((err = bus_dmamap_load(sc->dmatag, sc->map[i], cmd->tx_cmd,
/freebsd-10.2-release/sys/arm/broadcom/bcm2835/
H A Dbcm2835_spi.c355 data = (uint8_t *)cmd->tx_cmd;

Completed in 201 milliseconds