Searched refs:q_info (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/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);
|
/freebsd/sys/dev/bnxt/bnxt_en/ |
H A D | bnxt_dcb.c | 60 struct bnxt_queue_info *q_info; in bnxt_hwrm_queue_pri2cos_cfg() local 69 q_info = softc->tx_q_info; in bnxt_hwrm_queue_pri2cos_cfg() 71 q_info = softc->rx_q_info; in bnxt_hwrm_queue_pri2cos_cfg() 79 pri2cos[i] = q_info[qidx].queue_id; in bnxt_hwrm_queue_pri2cos_cfg()
|
H A D | bnxt_hwrm.c | 279 struct bnxt_queue_info *q_info; in bnxt_hwrm_queue_qportcfg() local 314 q_info = softc->tx_q_info; in bnxt_hwrm_queue_qportcfg() 318 q_info = softc->rx_q_info; in bnxt_hwrm_queue_qportcfg() 330 q_info[j].queue_id = queue_id; in bnxt_hwrm_queue_qportcfg() 331 q_info[j].queue_profile = queue_profile; in bnxt_hwrm_queue_qportcfg() 336 if (!BNXT_CNPQ(q_info[j].queue_profile) || in bnxt_hwrm_queue_qportcfg()
|
/freebsd/sys/dev/ocs_fc/ |
H A D | ocs_hw.c | 8383 ocs_quarantine_info_t *q_info = &wq->quarantine_info; in ocs_hw_io_quarantine() local 8402 index = q_info->quarantine_index; in ocs_hw_io_quarantine() 8403 free_io = q_info->quarantine_ios[index]; in ocs_hw_io_quarantine() 8404 q_info->quarantine_ios[index] = io; in ocs_hw_io_quarantine() 8405 q_info->quarantine_index = (index + 1) % OCS_HW_QUARANTINE_QUEUE_DEPTH; in ocs_hw_io_quarantine()
|