Home
last modified time | relevance | path

Searched refs:txq_cnt (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/apm/xgene/
Dxgene_enet_main.c884 for (i = 0; i < pdata->txq_cnt; i++) { in xgene_enet_timeout()
1009 ret = netif_set_real_num_tx_queues(ndev, pdata->txq_cnt); in xgene_enet_open()
1076 for (i = 0; i < pdata->txq_cnt; i++) { in xgene_enet_delete_desc_rings()
1165 for (i = 0; i < pdata->txq_cnt; i++) { in xgene_enet_free_desc_rings()
1409 for (i = 0; i < pdata->txq_cnt; i++) { in xgene_enet_create_desc_rings()
1490 for (i = 0; i < pdata->txq_cnt; i++) { in xgene_enet_get_stats64()
1650 pdata->txq_cnt = max_irqs / 2; in xgene_enet_get_irqs()
1910 pdata->txq_cnt = 1; in xgene_enet_setup_ops()
1918 pdata->txq_cnt = 1; in xgene_enet_setup_ops()
1928 pdata->txq_cnt = XGENE_NUM_TX_RING; in xgene_enet_setup_ops()
Dxgene_enet_main.h212 u8 txq_cnt; member
/Linux-v4.19/drivers/scsi/lpfc/
Dlpfc_sli.h231 uint16_t txq_cnt; /* current length of queue */ member
Dlpfc_sli.c3860 pring->txq_cnt = 0; in lpfc_sli_abort_iocb_ring()
3871 pring->txq_cnt = 0; in lpfc_sli_abort_iocb_ring()
4004 pring->txq_cnt = 0; in lpfc_sli_flush_fcp_rings()
4028 pring->txq_cnt = 0; in lpfc_sli_flush_fcp_rings()
11577 int txq_cnt = 0; in lpfc_sli_issue_iocb_wait() local
11652 txq_cnt++; in lpfc_sli_issue_iocb_wait()
11659 phba->iocb_cnt, txq_cnt, txcmplq_cnt); in lpfc_sli_issue_iocb_wait()
12989 int txq_cnt = 0; in lpfc_sli4_sp_handle_els_wcqe() local
13008 txq_cnt++; in lpfc_sli4_sp_handle_els_wcqe()
13014 txq_cnt, phba->iocb_cnt, in lpfc_sli4_sp_handle_els_wcqe()
[all …]
/Linux-v4.19/drivers/net/ethernet/broadcom/
Dtg3.c8640 for (i = 0; i < tp->txq_cnt; i++, tnapi++) { in tg3_mem_tx_acquire()
9441 for (; i < tp->txq_cnt; i++) { in tg3_coal_tx_init()
11440 u32 irq_cnt = max(tp->rxq_cnt, tp->txq_cnt); in tg3_irq_count()
11459 tp->txq_cnt = tp->txq_req; in tg3_enable_msix()
11471 tp->txq_cnt = 1; in tg3_enable_msix()
11488 if (tp->txq_cnt) in tg3_enable_msix()
11489 tp->txq_cnt = min(tp->rxq_cnt, tp->txq_max); in tg3_enable_msix()
11505 if (tp->txq_cnt > 1) in tg3_enable_msix()
11508 netif_set_real_num_tx_queues(tp->dev, tp->txq_cnt); in tg3_enable_msix()
11545 tp->txq_cnt = 1; in tg3_ints_init()
[all …]
Dtg3.h3199 u32 txq_cnt; member
/Linux-v4.19/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_sriov.c2007 u8 txq_cnt = vf_txq_count(vf) ? : bnx2x_vf_max_queue_cnt(bp, vf); in bnx2x_vf_chk_avail_resc() local
2010 (req_resc->num_txqs <= txq_cnt) && in bnx2x_vf_chk_avail_resc()