Home
last modified time | relevance | path

Searched refs:txin (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/gpu/drm/tests/
H A Ddrm_dp_mst_helper_test.c430 const struct drm_dp_remote_i2c_read_tx *txin, *txout; in sideband_msg_req_equal() local
452 txin = &IN.transactions[i]; in sideband_msg_req_equal()
455 if (txin->i2c_dev_id != txout->i2c_dev_id || in sideband_msg_req_equal()
456 txin->no_stop_bit != txout->no_stop_bit || in sideband_msg_req_equal()
457 txin->num_bytes != txout->num_bytes || in sideband_msg_req_equal()
458 txin->i2c_transaction_delay != in sideband_msg_req_equal()
462 if (memcmp(txin->bytes, txout->bytes, in sideband_msg_req_equal()
463 txin->num_bytes) != 0) in sideband_msg_req_equal()
/linux/drivers/net/wan/
H A Dhd64572.c127 port->txin = 0; in sca_init_port()
538 sca_in(DSR_TX(port->chan), card), port->txin, port->txlast, in sca_dump_rings()
573 desc = desc_address(port, port->txin + 1, 1); in sca_xmit()
581 desc = desc_address(port, port->txin, 1); in sca_xmit()
582 buff = buffer_offset(port, port->txin, 1); in sca_xmit()
589 port->txin = (port->txin + 1) % card->tx_ring_buffers; in sca_xmit()
590 sca_outl(desc_offset(port, port->txin, 1), in sca_xmit()
595 desc = desc_address(port, port->txin + 1, 1); in sca_xmit()
H A Dhd64570.c152 port->txin = 0; in sca_init_port()
597 sca_in(DSR_TX(phy_node(port)), card), port->txin, port->txlast, in sca_dump_rings()
637 desc = desc_address(port, port->txin + 1, 1); in sca_xmit()
645 desc = desc_address(port, port->txin, 1); in sca_xmit()
646 buff = buffer_offset(port, port->txin, 1); in sca_xmit()
667 port->txin = next_desc(port, port->txin, 1); in sca_xmit()
668 sca_outw(desc_offset(port, port->txin, 1), in sca_xmit()
673 desc = desc_address(port, port->txin + 1, 1); in sca_xmit()
H A Dc101.c66 u16 txin; /* tx ring buffer 'in' and 'last' pointers */ member
H A Dpci200syn.c70 u16 txin; /* tx ring buffer 'in' and 'last' pointers */ member
H A Dpc300too.c83 u16 txin; /* tx ring buffer 'in' and 'last' pointers */ member
H A Dn2.c99 u16 txin; /* tx ring buffer 'in' and 'last' pointers */ member
/linux/drivers/mailbox/
H A Dbcm-pdc-mailbox.c342 u32 txin; member
604 num_frags = pdcs->txin_numd[pdcs->txin]; in pdc_receive_one()
607 dma_unmap_sg(dev, pdcs->src_sg[pdcs->txin], in pdc_receive_one()
608 sg_nents(pdcs->src_sg[pdcs->txin]), DMA_TO_DEVICE); in pdc_receive_one()
610 pdcs->txin = (pdcs->txin + num_frags) & pdcs->ntxpost; in pdc_receive_one()
633 pdcs->pdc_idx, pdcs->txin, pdcs->txout, pdcs->rxin, in pdc_receive_one()
720 tx_avail = pdcs->ntxpost - NTXDACTIVE(pdcs->txin, pdcs->txout, in pdc_tx_list_sg_add()
1015 pdcs->txin = 0; in pdc_ring_init()
1136 tx_avail = pdcs->ntxpost - NTXDACTIVE(pdcs->txin, pdcs->txout, in pdc_rings_full()