Searched refs:q_info (Results 1 – 3 of 3) sorted by relevance
| /f-stack/dpdk/drivers/net/hns3/ |
| H A D | hns3_rxtx.c | 1235 q_info->idx); in hns3_alloc_rxq_and_dma_zone() 1249 rx_mz = rte_eth_dma_zone_reserve(dev, q_info->ring_name, q_info->idx, in hns3_alloc_rxq_and_dma_zone() 1251 q_info->socket_id); in hns3_alloc_rxq_and_dma_zone() 1254 q_info->idx); in hns3_alloc_rxq_and_dma_zone() 1283 q_info.idx = idx; in hns3_fake_rx_queue_setup() 1328 q_info->idx); in hns3_alloc_txq_and_dma_zone() 1336 tx_mz = rte_eth_dma_zone_reserve(dev, q_info->ring_name, q_info->idx, in hns3_alloc_txq_and_dma_zone() 1341 q_info->idx); in hns3_alloc_txq_and_dma_zone() 1377 q_info.idx = idx; in hns3_fake_tx_queue_setup() 1731 q_info.idx = idx; in hns3_rx_queue_setup() [all …]
|
| /f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/ |
| H A D | ar9300_xmit.c | 97 ar9300_set_tx_queue_props(struct ath_hal *ah, int q, const HAL_TXQ_INFO *q_info) in ar9300_set_tx_queue_props() argument 106 return ath_hal_setTxQProps(ah, &ahp->ah_txq[q], q_info); in ar9300_set_tx_queue_props() 113 ar9300_get_tx_queue_props(struct ath_hal *ah, int q, HAL_TXQ_INFO *q_info) in ar9300_get_tx_queue_props() argument 123 return ath_hal_getTxQProps(ah, q_info, &ahp->ah_txq[q]); in ar9300_get_tx_queue_props() 138 const HAL_TXQ_INFO *q_info) in ar9300_setup_tx_queue() argument 198 if (q_info == AH_NULL) { in ar9300_setup_tx_queue() 211 qi->tqi_physCompBuf = q_info->tqi_compBuf; in ar9300_setup_tx_queue() 212 (void) ar9300_set_tx_queue_props(ah, q, q_info); in ar9300_setup_tx_queue()
|
| H A D | ar9300desc.h | 496 const HAL_TXQ_INFO *q_info); 498 HAL_TXQ_INFO *q_info); 500 const HAL_TXQ_INFO *q_info);
|