Home
last modified time | relevance | path

Searched refs:tx_get (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/char/pcmcia/
H A Dsynclink_cs.c152 int tx_get; member
972 info->tx_count = info->tx_put = info->tx_get = 0; in tx_done()
1022 c = min(2, min_t(int, fifo_count, min(info->tx_count, TXBUFSIZE - info->tx_get))); in tx_ready()
1025 write_reg(info, CHA + TXFIFO, *(info->tx_buf + info->tx_get)); in tx_ready()
1028 *((unsigned short*)(info->tx_buf + info->tx_get))); in tx_ready()
1031 info->tx_get = (info->tx_get + c) & (TXBUFSIZE - 1); in tx_ready()
1375 info->tx_count = info->tx_put = info->tx_get = 0; in mgslpc_program_hw()
1681 info->tx_count = info->tx_put = info->tx_get = 0; in mgslpc_flush_buffer()
1919 info->tx_count = info->tx_put = info->tx_get in tx_abort()
[all...]
/kernel/linux/linux-5.10/drivers/tty/
H A Dcyclades.c1015 __u32 tx_put, tx_get, tx_bufsize, tx_bufaddr; in cyz_handle_tx() local
1020 tx_get = readl(&buf_ctrl->tx_get); in cyz_handle_tx()
1024 if (tx_put >= tx_get) in cyz_handle_tx()
1025 char_count = tx_get - tx_put - 1 + tx_bufsize; in cyz_handle_tx()
1027 char_count = tx_get - tx_put - 1; in cyz_handle_tx()
1908 __u32 tx_put, tx_get, tx_bufsize; in cy_chars_in_buffer() local
1910 tx_get = readl(&buf_ctrl->tx_get); in cy_chars_in_buffer()
1913 if (tx_put >= tx_get) in cy_chars_in_buffer()
[all...]
H A Dsynclinkmp.c169 int tx_get; member
1192 info->tx_count = info->tx_put = info->tx_get = 0; in flush_buffer()
2230 info->tx_count = info->tx_put = info->tx_get = 0; in isr_txeom()
2702 info->tx_count = info->tx_put = info->tx_get = 0; in program_hw()
4291 TwoBytes[0] = info->tx_buf[info->tx_get++]; in tx_load_fifo()
4292 if (info->tx_get >= info->max_frame_size) in tx_load_fifo()
4293 info->tx_get -= info->max_frame_size; in tx_load_fifo()
4294 TwoBytes[1] = info->tx_buf[info->tx_get++]; in tx_load_fifo()
4295 if (info->tx_get >= info->max_frame_size) in tx_load_fifo()
4296 info->tx_get in tx_load_fifo()
[all...]
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dcyclades.h427 __u32 tx_get; /* tail index tx buf */ member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dcyclades.h270 __u32 tx_get; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dcyclades.h270 __u32 tx_get; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dcyclades.h258 __u32 tx_get; member
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec_fs.c811 static int tx_get(struct mlx5_core_dev *mdev, struct mlx5e_ipsec *ipsec, in tx_get() function
860 err = tx_get(mdev, ipsec, tx); in tx_ft_get_policy()
887 err = tx_get(mdev, ipsec, tx); in tx_ft_get()

Completed in 19 milliseconds