Searched refs:active_tx (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/rapidio/devices/ |
H A D | tsi721_dma.c | 546 if (!desc && !bdma_chan->active_tx && !list_empty(&bdma_chan->queue)) { in tsi721_advance_work() 550 bdma_chan->active_tx = desc; in tsi721_advance_work() 584 desc = bdma_chan->active_tx; in tsi721_dma_tasklet() 639 desc = bdma_chan->active_tx; in tsi721_dma_tasklet() 643 bdma_chan->active_tx = NULL; in tsi721_dma_tasklet() 660 desc = bdma_chan->active_tx; in tsi721_dma_tasklet() 673 bdma_chan->active_tx = NULL; in tsi721_dma_tasklet() 682 bdma_chan->active_tx); in tsi721_dma_tasklet() 920 if (bdma_chan->active_tx) in tsi721_terminate_all() 921 list_add(&bdma_chan->active_tx in tsi721_terminate_all() [all...] |
H A D | tsi721.h | 704 struct tsi721_tx_desc *active_tx; member
|
/kernel/linux/linux-6.6/drivers/rapidio/devices/ |
H A D | tsi721_dma.c | 546 if (!desc && !bdma_chan->active_tx && !list_empty(&bdma_chan->queue)) { in tsi721_advance_work() 550 bdma_chan->active_tx = desc; in tsi721_advance_work() 584 desc = bdma_chan->active_tx; in tsi721_dma_tasklet() 639 desc = bdma_chan->active_tx; in tsi721_dma_tasklet() 643 bdma_chan->active_tx = NULL; in tsi721_dma_tasklet() 660 desc = bdma_chan->active_tx; in tsi721_dma_tasklet() 673 bdma_chan->active_tx = NULL; in tsi721_dma_tasklet() 682 bdma_chan->active_tx); in tsi721_dma_tasklet() 920 if (bdma_chan->active_tx) in tsi721_terminate_all() 921 list_add(&bdma_chan->active_tx in tsi721_terminate_all() [all...] |
H A D | tsi721.h | 704 struct tsi721_tx_desc *active_tx; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_vf.h | 349 u8 active_tx; member
|
H A D | qed_vf.c | 1107 p_act_tlv->active_tx = p_params->vport_active_tx_flg; in qed_vf_pf_vport_update()
|
H A D | qed_sriov.c | 2755 p_data->vport_active_tx_flg = p_act_tlv->active_tx; in qed_iov_vp_update_act_param()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_vf.h | 349 u8 active_tx; member
|
H A D | qed_vf.c | 1102 p_act_tlv->active_tx = p_params->vport_active_tx_flg; in qed_vf_pf_vport_update()
|
H A D | qed_sriov.c | 2757 p_data->vport_active_tx_flg = p_act_tlv->active_tx; in qed_iov_vp_update_act_param()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | chip.c | 7416 u16 active_tx, active_rx; in get_linkup_widths() local 7426 get_link_widths(dd, &active_tx, &active_rx); in get_linkup_widths() 7476 u16 active_tx, active_rx; in handle_verify_cap() local 7493 get_link_widths(dd, &active_tx, &active_rx); in handle_verify_cap()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | chip.c | 7377 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()
|
Completed in 71 milliseconds