Home
last modified time | relevance | path

Searched refs:tx_ready (Results 1 – 10 of 10) sorted by relevance

/linux/include/linux/
H A Dserial_core.h903 #define __uart_port_tx(uport, ch, flags, tx_ready, put_char, tx_done, \ argument
910 for (; (for_test) && (tx_ready); (for_post), __port->icount.tx++) { \
945 * @tx_ready: can HW accept more data function
950 * @put_char(). It does so until @count characters are sent and while @tx_ready
956 * * **tx_ready:** should evaluate to true if the HW can accept more data to
966 #define uart_port_tx_limited(port, ch, count, tx_ready, put_char, tx_done) ({ \ argument
968 __uart_port_tx(port, ch, 0, tx_ready, put_char, tx_done, __count, \
978 * @tx_ready: can HW accept more data function
984 #define uart_port_tx_limited_flags(port, ch, flags, count, tx_ready, put_char, tx_done) ({ \ argument
986 __uart_port_tx(port, ch, flags, tx_ready, put_cha
999 uart_port_tx(port,ch,tx_ready,put_char) global() argument
1013 uart_port_tx_flags(port,ch,flags,tx_ready,put_char) global() argument
[all...]
/linux/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_common.c174 hw->mac.tx_ready = true; in fm10k_start_hw_generic()
190 /* clear tx_ready to prevent any false hits for reset */ in fm10k_disable_queues_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()
H A Dfm10k_mbx.h220 bool (*tx_ready)(struct fm10k_mbx_info *, u16); member
H A Dfm10k_type.h549 bool tx_ready; member
H A Dfm10k_iov.c248 !hw->mbx.ops.tx_ready(&hw->mbx, FM10K_VFMBX_MSG_MTU)) { in fm10k_iov_mbx()
H A Dfm10k_mbx.c1616 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()
H A Dfm10k_pci.c801 if (!hw->mbx.ops.tx_ready(&hw->mbx, FM10K_VFMBX_MSG_MTU + 5)) { in fm10k_macvlan_task()
/linux/drivers/tty/ipwireless/
H A Dhardware.c240 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/net/tls/
H A Dtls.h113 int tx_ready; member
H A Dtls_sw.c438 if (READ_ONCE(rec->tx_ready)) { in tls_tx_records()
507 smp_store_mb(rec->tx_ready, true); in tls_encrypt_done()
594 WRITE_ONCE(rec->tx_ready, true); in tls_do_encryption()
2642 return READ_ONCE(rec->tx_ready); in tls_is_tx_ready()