Searched refs:tx_ready (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | serial_core.h | 668 #define __uart_port_tx(uport, ch, tx_ready, put_char, tx_done, for_test, \ argument 675 for (; (for_test) && (tx_ready); (for_post), __port->icount.tx++) { \ 730 #define uart_port_tx_limited(port, ch, count, tx_ready, put_char, tx_done) ({ \ argument 732 __uart_port_tx(port, ch, tx_ready, put_char, tx_done, __count, \ 745 #define uart_port_tx(port, ch, tx_ready, put_char) \ argument 746 __uart_port_tx(port, ch, tx_ready, put_char, ({}), true, ({}))
|
/linux-6.3-rc2/drivers/net/ethernet/intel/fm10k/ |
A D | fm10k_common.c | 174 hw->mac.tx_ready = true; in fm10k_start_hw_generic() 191 hw->mac.tx_ready = false; in fm10k_disable_queues_generic() 493 if (mac->tx_ready && !(txdctl & FM10K_TXDCTL_ENABLE)) { in fm10k_get_host_state_generic()
|
A D | fm10k_mbx.h | 220 bool (*tx_ready)(struct fm10k_mbx_info *, u16); member
|
A D | fm10k_type.h | 549 bool tx_ready; member
|
A D | fm10k_iov.c | 248 !hw->mbx.ops.tx_ready(&hw->mbx, FM10K_VFMBX_MSG_MTU)) { in fm10k_iov_mbx()
|
A D | fm10k_mbx.c | 1616 mbx->ops.tx_ready = fm10k_mbx_tx_ready; in fm10k_pfvf_mbx_init() 2175 mbx->ops.tx_ready = fm10k_mbx_tx_ready; in fm10k_sm_mbx_init()
|
A D | fm10k_pci.c | 802 if (!hw->mbx.ops.tx_ready(&hw->mbx, FM10K_VFMBX_MSG_MTU + 5)) { in fm10k_macvlan_task()
|
/linux-6.3-rc2/drivers/tty/ipwireless/ |
A D | hardware.c | 240 int tx_ready; member 418 hw->tx_ready = 0; in do_send_fragment() 961 if (hw->tx_queued && hw->tx_ready) { in send_pending_packet() 1075 hw->tx_ready = 1; in ipwireless_handle_v1_interrupt() 1181 hw->tx_ready = 1; in ipwireless_handle_v2_v3_interrupt() 1628 hw->tx_ready = 1; in ipwireless_hardware_create() 1704 hw->tx_ready = 1; in ipwireless_setup_timer()
|
/linux-6.3-rc2/net/tls/ |
A D | tls.h | 59 int tx_ready; member
|
A D | tls_sw.c | 404 if (READ_ONCE(rec->tx_ready)) { in tls_tx_records() 472 smp_store_mb(rec->tx_ready, true); in tls_encrypt_done() 552 WRITE_ONCE(rec->tx_ready, true); in tls_do_encryption() 2465 return READ_ONCE(rec->tx_ready); in tls_is_tx_ready()
|
/linux-6.3-rc2/drivers/char/pcmcia/ |
A D | synclink_cs.c | 996 static void tx_ready(MGSLPC_INFO *info, struct tty_struct *tty) in tx_ready() function 1231 tx_ready(info, tty); in mgslpc_isr() 3299 tx_ready(info, tty); in tx_start() 3303 tx_ready(info, tty); in tx_start()
|
Completed in 34 milliseconds