Home
last modified time | relevance | path

Searched refs:active_tx (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/drivers/rapidio/devices/
Dtsi721_dma.c548 if (!desc && !bdma_chan->active_tx && !list_empty(&bdma_chan->queue)) { in tsi721_advance_work()
552 bdma_chan->active_tx = desc; in tsi721_advance_work()
586 desc = bdma_chan->active_tx; in tsi721_dma_tasklet()
641 desc = bdma_chan->active_tx; in tsi721_dma_tasklet()
645 bdma_chan->active_tx = NULL; in tsi721_dma_tasklet()
662 desc = bdma_chan->active_tx; in tsi721_dma_tasklet()
675 bdma_chan->active_tx = NULL; in tsi721_dma_tasklet()
684 bdma_chan->active_tx); in tsi721_dma_tasklet()
922 if (bdma_chan->active_tx) in tsi721_terminate_all()
923 list_add(&bdma_chan->active_tx->desc_node, &list); in tsi721_terminate_all()
[all …]
Dtsi721.h704 struct tsi721_tx_desc *active_tx; member
/linux-6.12.1/drivers/net/ethernet/qlogic/qed/
Dqed_vf.h349 u8 active_tx; member
Dqed_vf.c1102 p_act_tlv->active_tx = p_params->vport_active_tx_flg; in qed_vf_pf_vport_update()
Dqed_sriov.c2757 p_data->vport_active_tx_flg = p_act_tlv->active_tx; in qed_iov_vp_update_act_param()
/linux-6.12.1/drivers/infiniband/hw/hfi1/
Dchip.c7377 u16 active_tx, active_rx; in get_linkup_widths() local
7387 get_link_widths(dd, &active_tx, &active_rx); in get_linkup_widths()
7437 u16 active_tx, active_rx; in handle_verify_cap() local
7454 get_link_widths(dd, &active_tx, &active_rx); in handle_verify_cap()