Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/apm/xgene/ !
H A Dxgene_enet_main.c872 for (i = 0; i < pdata->txq_cnt; i++) { in xgene_enet_timeout()
997 ret = netif_set_real_num_tx_queues(ndev, pdata->txq_cnt); in xgene_enet_open()
1066 for (i = 0; i < pdata->txq_cnt; i++) { in xgene_enet_delete_desc_rings()
1155 for (i = 0; i < pdata->txq_cnt; i++) { in xgene_enet_free_desc_rings()
1399 for (i = 0; i < pdata->txq_cnt; i++) { in xgene_enet_create_desc_rings()
1480 for (i = 0; i < pdata->txq_cnt; i++) { in xgene_enet_get_stats64()
1639 pdata->txq_cnt = max_irqs / 2; in xgene_enet_get_irqs()
1897 pdata->txq_cnt = 1; in xgene_enet_setup_ops()
1905 pdata->txq_cnt = 1; in xgene_enet_setup_ops()
1915 pdata->txq_cnt in xgene_enet_setup_ops()
[all...]
H A Dxgene_enet_main.h200 u8 txq_cnt; member
/linux/drivers/scsi/lpfc/ !
H A Dlpfc_sli.h288 uint16_t txq_cnt; /* current length of queue */ member
H A Dlpfc_sli.c4589 pring->txq_cnt = 0; in lpfc_sli_abort_iocb_ring()
4605 pring->txq_cnt = 0; in lpfc_sli_abort_iocb_ring()
4707 pring->txq_cnt = 0; in lpfc_sli_flush_io_rings()
4733 pring->txq_cnt = 0; in lpfc_sli_flush_io_rings()
13129 int txq_cnt = 0; in lpfc_sli_issue_iocb_wait() local
13206 txq_cnt++; in lpfc_sli_issue_iocb_wait()
13213 phba->iocb_cnt, txq_cnt, txcmplq_cnt); in lpfc_sli_issue_iocb_wait()
14469 int txq_cnt = 0; in lpfc_sli4_sp_handle_els_wcqe() local
14487 txq_cnt++; in lpfc_sli4_sp_handle_els_wcqe()
14491 "0387 NO IOCBQ data: txq_cnt in lpfc_sli4_sp_handle_els_wcqe()
21163 uint32_t txq_cnt = 0; lpfc_drain_txq() local
[all...]
H A Dlpfc_nvme.c2876 pring->txq_cnt = 0; in lpfc_nvmels_flush_cmd()
/linux/drivers/net/ethernet/broadcom/ !
H A Dtg3.c7399 int txq_idx = tp->txq_cnt - 1; in tg3_napi_disable()
8734 for (i = 0; i < tp->txq_cnt; i++, tnapi++) { in tg3_mem_tx_acquire()
9542 for (; i < tp->txq_cnt; i++) { in tg3_coal_tx_init()
11531 u32 irq_cnt = max(tp->rxq_cnt, tp->txq_cnt); in tg3_irq_count()
11550 tp->txq_cnt = tp->txq_req; in tg3_enable_msix()
11562 tp->txq_cnt = 1; in tg3_enable_msix()
11579 if (tp->txq_cnt) in tg3_enable_msix()
11580 tp->txq_cnt = min(tp->rxq_cnt, tp->txq_max); in tg3_enable_msix()
11596 if (tp->txq_cnt > 1) in tg3_enable_msix()
11599 netif_set_real_num_tx_queues(tp->dev, tp->txq_cnt); in tg3_enable_msix()
[all...]
H A Dtg3.h3202 u32 txq_cnt; member
/linux/drivers/net/ethernet/broadcom/bnx2x/ !
H A Dbnx2x_sriov.c1997 u8 txq_cnt = vf_txq_count(vf) ? : bnx2x_vf_max_queue_cnt(bp, vf); in bnx2x_vf_chk_avail_resc() local
2000 (req_resc->num_txqs <= txq_cnt) && in bnx2x_vf_chk_avail_resc()