Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dserial_core.h761 #define __uart_port_tx(uport, ch, flags, tx_ready, put_char, tx_done, \ argument
768 for (; (for_test) && (tx_ready); (for_post), __port->icount.tx++) { \
824 #define uart_port_tx_limited(port, ch, count, tx_ready, put_char, tx_done) ({ \ argument
826 __uart_port_tx(port, ch, 0, tx_ready, put_char, tx_done, __count, \
839 #define uart_port_tx(port, ch, tx_ready, put_char) \ argument
840 __uart_port_tx(port, ch, 0, tx_ready, put_char, ({}), true, ({}))
853 #define uart_port_tx_flags(port, ch, flags, tx_ready, put_char) \ argument
854 __uart_port_tx(port, ch, flags, tx_ready, put_char, ({}), true, ({}))
/openbmc/linux/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_common.c174 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()
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()
/openbmc/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()
/openbmc/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()
2587 return READ_ONCE(rec->tx_ready); in tls_is_tx_ready()