Home
last modified time | relevance | path

Searched refs:txlen (Results 1 – 25 of 27) sorted by relevance

12

/linux/tools/lib/traceevent/plugins/
A Dplugin_scsi.c165 txlen = cdb[4]; in scsi_trace_rw6()
183 txlen |= (cdb[7] << 8); in scsi_trace_rw10()
184 txlen |= cdb[8]; in scsi_trace_rw10()
207 txlen |= (cdb[6] << 24); in scsi_trace_rw12()
208 txlen |= (cdb[7] << 16); in scsi_trace_rw12()
209 txlen |= (cdb[8] << 8); in scsi_trace_rw12()
210 txlen |= cdb[9]; in scsi_trace_rw12()
235 txlen |= (cdb[12] << 8); in scsi_trace_rw16()
236 txlen |= cdb[13]; in scsi_trace_rw16()
288 txlen |= (cdb[30] << 8); in scsi_trace_rw32()
[all …]
/linux/drivers/net/wireless/ath/ath10k/
A Dbmi.c263 u32 txlen; in ath10k_bmi_write_memory() local
279 txlen = roundup(txlen, 4); in ath10k_bmi_write_memory()
294 txlen = min(txlen, length); in ath10k_bmi_write_memory()
296 address += txlen; in ath10k_bmi_write_memory()
297 buffer += txlen; in ath10k_bmi_write_memory()
347 u32 txlen; in ath10k_bmi_lz_data_large() local
381 buffer += txlen; in ath10k_bmi_lz_data_large()
382 length -= txlen; in ath10k_bmi_lz_data_large()
394 u32 txlen; in ath10k_bmi_lz_data() local
421 buffer += txlen; in ath10k_bmi_lz_data()
[all …]
/linux/drivers/scsi/
A Dscsi_trace.c21 u32 lba, txlen; in scsi_trace_rw6() local
28 txlen = cdb[4] ? cdb[4] : 256; in scsi_trace_rw6()
40 u32 lba, txlen; in scsi_trace_rw10() local
43 txlen = get_unaligned_be16(&cdb[7]); in scsi_trace_rw10()
60 u32 lba, txlen; in scsi_trace_rw12() local
63 txlen = get_unaligned_be32(&cdb[6]); in scsi_trace_rw12()
77 u32 txlen; in scsi_trace_rw16() local
80 txlen = get_unaligned_be32(&cdb[10]); in scsi_trace_rw16()
98 u32 ei_lbrt, txlen; in scsi_trace_rw32() local
120 txlen = get_unaligned_be32(&cdb[28]); in scsi_trace_rw32()
[all …]
/linux/drivers/staging/rtl8723bs/hal/
A Drtl8723bs_xmit.c184 u32 txlen, max_xmit_len; in xmit_xmitframes() local
240 txlen = txdesc_size + rtw_wlan_pkt_size(pxmitframe); in xmit_xmitframes()
242 ((_RND(pxmitbuf->len, 8) + txlen) > max_xmit_len) || in xmit_xmitframes()
310 txlen = txdesc_size + pxmitframe->attrib.last_txcmdsz; in xmit_xmitframes()
311 pxmitframe->pg_num = (txlen + 127) / 128; in xmit_xmitframes()
312 pxmitbuf->pg_num += (txlen + 127) / 128; in xmit_xmitframes()
315 pxmitbuf->ptail += _RND(txlen, 8); /* round to 8 bytes alignment */ in xmit_xmitframes()
316 pxmitbuf->len = _RND(pxmitbuf->len, 8) + txlen; in xmit_xmitframes()
/linux/drivers/gpu/drm/mcde/
A Dmcde_dsi.c216 size_t txlen = msg->tx_len; in mcde_dsi_execute_transfer() local
269 ret = txlen; in mcde_dsi_execute_transfer()
299 size_t txlen = msg->tx_len; in mcde_dsi_host_transfer() local
306 if (txlen > 16) { in mcde_dsi_host_transfer()
319 msg->channel, txlen, rxlen); in mcde_dsi_host_transfer()
342 if (txlen > 0) { in mcde_dsi_host_transfer()
344 for (i = 0; i < 4 && i < txlen; i++) in mcde_dsi_host_transfer()
348 if (txlen > 4) { in mcde_dsi_host_transfer()
350 for (i = 0; i < 4 && (i + 4) < txlen; i++) in mcde_dsi_host_transfer()
354 if (txlen > 8) { in mcde_dsi_host_transfer()
[all …]
/linux/drivers/media/usb/dvb-usb/
A Ddib0700_core.c53 static int dib0700_ctrl_wr(struct dvb_usb_device *d, u8 *tx, u8 txlen) in dib0700_ctrl_wr() argument
58 debug_dump(tx, txlen, deb_data); in dib0700_ctrl_wr()
61 tx[0], USB_TYPE_VENDOR | USB_DIR_OUT, 0, 0, tx, txlen, in dib0700_ctrl_wr()
64 if (status != txlen) in dib0700_ctrl_wr()
65 deb_data("ep 0 write error (status = %d, len: %d)\n",status,txlen); in dib0700_ctrl_wr()
76 if (txlen < 2) { in dib0700_ctrl_rd()
80 if (txlen > 4) { in dib0700_ctrl_rd()
86 debug_dump(tx,txlen,deb_data); in dib0700_ctrl_rd()
88 value = ((txlen - 2) << 8) | tx[1]; in dib0700_ctrl_rd()
90 if (txlen > 2) in dib0700_ctrl_rd()
[all …]
A Dtechnisat-usb2.c85 u8 device_addr, u8 *tx, u8 txlen, u8 *rx, u8 rxlen) in technisat_usb2_i2c_access() argument
95 debug_dump(tx, txlen, deb_i2c); in technisat_usb2_i2c_access()
98 if (txlen > 62) { in technisat_usb2_i2c_access()
101 txlen = 62; in technisat_usb2_i2c_access()
117 memcpy(&b[2], tx, txlen); in technisat_usb2_i2c_access()
120 b, 2 + txlen, in technisat_usb2_i2c_access()
A Ddib0700.h60 int dib0700_ctrl_rd(struct dvb_usb_device *d, u8 *tx, u8 txlen, u8 *rx,
/linux/drivers/media/dvb-frontends/
A Ddibx000_common.c101 u16 txlen = msg->len, len; in dibx000_master_i2c_write() local
104 while (txlen) { in dibx000_master_i2c_write()
107 len = txlen > 8 ? 8 : txlen; in dibx000_master_i2c_write()
123 if (txlen == msg->len) in dibx000_master_i2c_write()
126 if (txlen-len == 0 && stop) in dibx000_master_i2c_write()
133 txlen -= len; in dibx000_master_i2c_write()
/linux/drivers/video/backlight/
A Dhx8357.c214 u8 *txbuf, u16 txlen, in hx8357_spi_write_then_read() argument
226 if (txlen) { in hx8357_spi_write_then_read()
229 local_txbuf = kcalloc(txlen, sizeof(*local_txbuf), GFP_KERNEL); in hx8357_spi_write_then_read()
234 for (i = 0; i < txlen; i++) { in hx8357_spi_write_then_read()
240 xfer[0].len = 2 * txlen; in hx8357_spi_write_then_read()
257 if (txlen) in hx8357_spi_write_then_read()
/linux/drivers/usb/serial/
A Dmxuport.c574 u32 txlen; in mxuport_tx_empty() local
587 txlen = get_unaligned_be32(len_buf); in mxuport_tx_empty()
588 dev_dbg(&port->dev, "%s - tx len = %u\n", __func__, txlen); in mxuport_tx_empty()
590 if (txlen != 0) in mxuport_tx_empty()
1003 size_t txlen; in mxuport_download_fw() local
1018 txlen = min_t(size_t, (fw_p->size - fwidx), DOWN_BLOCK_SIZE); in mxuport_download_fw()
1020 memcpy(fw_buf, &fw_p->data[fwidx], txlen); in mxuport_download_fw()
1022 0, 0, fw_buf, txlen); in mxuport_download_fw()
1029 fwidx += txlen; in mxuport_download_fw()
/linux/drivers/bluetooth/
A Dbtmrvl_sdio.c581 int txlen = 0, tx_blocks = 0, count = 0; in btmrvl_sdio_download_fw_w_helper() local
662 txlen = len; in btmrvl_sdio_download_fw_w_helper()
673 "len = 0x%04X, txlen = %d", len, txlen); in btmrvl_sdio_download_fw_w_helper()
676 txlen = 0; in btmrvl_sdio_download_fw_w_helper()
681 if (firmwarelen - offset < txlen) in btmrvl_sdio_download_fw_w_helper()
682 txlen = firmwarelen - offset; in btmrvl_sdio_download_fw_w_helper()
684 tx_blocks = DIV_ROUND_UP(txlen, blksz_dl); in btmrvl_sdio_download_fw_w_helper()
686 memcpy(fwbuf, &firmware[offset], txlen); in btmrvl_sdio_download_fw_w_helper()
701 offset += txlen; in btmrvl_sdio_download_fw_w_helper()
/linux/include/linux/
A DmISDNdsp.h17 unsigned int txlen);
/linux/drivers/tty/serial/
A Dsc16is7xx.c637 unsigned int txlen, to_send, i; in sc16is7xx_handle_tx() local
653 txlen = sc16is7xx_port_read(port, SC16IS7XX_TXLVL_REG); in sc16is7xx_handle_tx()
654 if (txlen > SC16IS7XX_FIFO_SIZE) { in sc16is7xx_handle_tx()
657 txlen, SC16IS7XX_FIFO_SIZE); in sc16is7xx_handle_tx()
658 txlen = 0; in sc16is7xx_handle_tx()
660 to_send = (to_send > txlen) ? txlen : to_send; in sc16is7xx_handle_tx()
A Dmax310x.c751 unsigned int txlen, to_send, until_end; in max310x_handle_tx() local
768 txlen = max310x_port_read(port, MAX310X_TXFIFOLVL_REG); in max310x_handle_tx()
769 txlen = port->fifosize - txlen; in max310x_handle_tx()
770 to_send = (to_send > txlen) ? txlen : to_send; in max310x_handle_tx()
/linux/drivers/isdn/mISDN/
A Ddsp_pipeline.c285 unsigned int txlen) in dsp_pipeline_process_rx() argument
294 entry->elem->process_rx(entry->p, data, len, txlen); in dsp_pipeline_process_rx()
A Ddsp.h277 int len, unsigned int txlen);
/linux/drivers/media/rc/
A Dwinbond-cir.c207 u32 txlen; member
409 for (used = 0; used < space && data->txoff != data->txlen; used++) { in wbcir_irq_tx()
421 while (data->txoff != data->txlen && data->txbuf[data->txoff] == 0) in wbcir_irq_tx()
433 } else if (data->txoff == data->txlen) { in wbcir_irq_tx()
650 data->txlen = count; in wbcir_tx()
/linux/drivers/net/wireless/marvell/mwifiex/
A Dsdio.c1407 u32 txlen, tx_blocks = 0, tries; in mwifiex_prog_fw_w_helper() local
1481 txlen = len; in mwifiex_prog_fw_w_helper()
1494 "len = 0x%04X, txlen = %d\n", len, txlen); in mwifiex_prog_fw_w_helper()
1497 txlen = 0; in mwifiex_prog_fw_w_helper()
1503 if (firmware_len - offset < txlen) in mwifiex_prog_fw_w_helper()
1504 txlen = firmware_len - offset; in mwifiex_prog_fw_w_helper()
1506 tx_blocks = (txlen + MWIFIEX_SDIO_BLOCK_SIZE - 1) in mwifiex_prog_fw_w_helper()
1510 memmove(fwbuf, &firmware[offset], txlen); in mwifiex_prog_fw_w_helper()
1528 offset += txlen; in mwifiex_prog_fw_w_helper()
A Dpcie.c2304 u32 txlen, tx_blocks = 0, tries, len, val; in mwifiex_prog_fw_w_helper() local
2380 txlen = len; in mwifiex_prog_fw_w_helper()
2394 len, txlen); in mwifiex_prog_fw_w_helper()
2397 txlen = 0; in mwifiex_prog_fw_w_helper()
2402 if (firmware_len - offset < txlen) in mwifiex_prog_fw_w_helper()
2403 txlen = firmware_len - offset; in mwifiex_prog_fw_w_helper()
2405 tx_blocks = (txlen + card->pcie.blksz_fw_dl - 1) / in mwifiex_prog_fw_w_helper()
2409 memmove(skb->data, &firmware[offset], txlen); in mwifiex_prog_fw_w_helper()
2451 offset += txlen; in mwifiex_prog_fw_w_helper()
/linux/drivers/s390/net/
A Dctcm_main.h123 unsigned long txlen; member
A Dctcm_sysfs.c103 priv->channel[WRITE]->prof.txlen); in ctcm_print_statistics()
A Dnetiucv.c129 unsigned long txlen; member
739 conn->prof.txlen += conn->tx_buff->len; in conn_action_txdone()
1183 conn->prof.txlen += skb->len; in netiucv_transmit_skb()
1594 return sprintf(buf, "%ld\n", priv->conn->prof.txlen); in txlen_show()
1603 priv->conn->prof.txlen = 0; in txlen_write()
/linux/drivers/net/ethernet/ti/
A Dtlan.c1041 unsigned int txlen; in tlan_start_tx() local
1052 txlen = max(skb->len, (unsigned int)TLAN_MIN_FRAME_SIZE); in tlan_start_tx()
1070 skb->data, txlen, in tlan_start_tx()
1074 tail_list->frame_size = (u16) txlen; in tlan_start_tx()
1075 tail_list->buffer[0].count = TLAN_LAST_BUFFER | (u32) txlen; in tlan_start_tx()
/linux/drivers/input/touchscreen/
A Dwdt87xx_i2c.c188 void *txdata, size_t txlen, in wdt87xx_i2c_xfer() argument
195 .len = txlen, in wdt87xx_i2c_xfer()

Completed in 71 milliseconds

12