Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/apm/xgene/
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_nvme.c2872 pring->txq_cnt = 0; in lpfc_nvmels_flush_cmd()
/linux/drivers/net/ethernet/broadcom/
H A Dtg3.c7398 int txq_idx = tp->txq_cnt - 1; in tg3_napi_disable()
8732 for (i = 0; i < tp->txq_cnt; i++, tnapi++) { in tg3_mem_tx_acquire()
9540 for (; i < tp->txq_cnt; i++) { in tg3_coal_tx_init()
11541 u32 irq_cnt = max(tp->rxq_cnt, tp->txq_cnt); in tg3_irq_count()
11560 tp->txq_cnt = tp->txq_req; in tg3_enable_msix()
11572 tp->txq_cnt = 1; in tg3_enable_msix()
11589 if (tp->txq_cnt) in tg3_enable_msix()
11590 tp->txq_cnt = min(tp->rxq_cnt, tp->txq_max); in tg3_enable_msix()
11606 if (tp->txq_cnt > 1) in tg3_enable_msix()
11609 netif_set_real_num_tx_queues(tp->dev, tp->txq_cnt); in tg3_enable_msix()
[all …]
/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()