Searched refs:txq_size (Results 1 – 9 of 9) sorted by relevance
95 u32 txq_size; /* TX Descriptors Queue Size */ member116 u32 txq_size; /* FCoE TX Descriptors Queue Size. */ member146 u32 txq_size; /* PDU TX Descriptors Queue Size. */ member
88 int32_t txq_size[3]; member
3060 q->txq[i].desc = alloc_ring(adapter->pdev, p->txq_size[i], in t3_sge_alloc_qset()3068 q->txq[i].size = p->txq_size[i]; in t3_sge_alloc_qset()3363 q->txq_size[TXQ_ETH] = 1024; in t3_sge_prep()3364 q->txq_size[TXQ_OFLD] = 1024; in t3_sge_prep()3365 q->txq_size[TXQ_CTRL] = 256; in t3_sge_prep()
2245 int txq_size = 0; in ieee80211_if_add() local2248 txq_size = sizeof(struct txq_info) + in ieee80211_if_add()2251 sdata = kzalloc(size + txq_size, GFP_KERNEL); in ieee80211_if_add()2279 int txq_size = 0; in ieee80211_if_add() local2284 txq_size += sizeof(struct txq_info) + in ieee80211_if_add()2287 ndev = alloc_netdev_mqs(size + txq_size, in ieee80211_if_add()2326 if (txq_size) { in ieee80211_if_add()
390 stats->txq_size = hba->max_sqes; in bnx2i_get_stats()
188 swap(clone->txq_size, orig->txq_size); in fbnic_clone_swap_cfg()309 ring->tx_pending = fbn->txq_size; in fbnic_get_ringparam()323 fbn->txq_size = ring->tx_pending; in fbnic_set_rings()
771 fbn->txq_size = FBNIC_TXQ_SIZE_DEFAULT; in fbnic_netdev_alloc()
1837 size = ALIGN(array_size(sizeof(*txr->desc), fbn->txq_size), 4096); in fbnic_alloc_tx_ring_desc()1845 txr->size_mask = fbn->txq_size - 1; in fbnic_alloc_tx_ring_desc()
2718 u32 txq_size; in mana_create_txq() local2736 txq_size = apc->tx_queue_size * 32; in mana_create_txq()2764 spec.queue_size = txq_size; in mana_create_txq()