Home
last modified time | relevance | path

Searched refs:vnt_tx_fifo_head (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/drivers/staging/vt6656/
Drxtx.h154 struct vnt_tx_fifo_head { struct
163 struct vnt_tx_fifo_head fifo_head; argument
Drxtx.c297 struct vnt_tx_fifo_head *fifo = &tx_buffer->fifo_head; in vnt_fill_txkey()
496 size += sizeof(struct vnt_tx_fifo_head); in vnt_get_hdr_size()
508 struct vnt_tx_fifo_head *tx_buffer_head; in vnt_tx_packet()
/Linux-v5.10/drivers/staging/vt6655/
Drxtx.c109 struct vnt_tx_fifo_head *,
887 struct vnt_tx_fifo_head *tx_buffer_head, in s_vGenerateTxParameter()
978 struct vnt_tx_fifo_head *tx_buffer_head = in s_cbFillTxBufHead()
979 (struct vnt_tx_fifo_head *)td_info->buf; in s_cbFillTxBufHead()
1029 wTxBufSize = sizeof(struct vnt_tx_fifo_head); in s_cbFillTxBufHead()
1226 struct vnt_tx_fifo_head *tx_buffer_head = in vnt_generate_fifo_header()
1227 (struct vnt_tx_fifo_head *)td_info->buf; in vnt_generate_fifo_header()
Drxtx.h165 struct vnt_tx_fifo_head { struct
Ddevice_main.c841 struct vnt_tx_fifo_head *fifo_head; in vnt_int_report_rate()
854 fifo_head = (struct vnt_tx_fifo_head *)context->buf; in vnt_int_report_rate()