Lines Matching defs:pfc_queue_conf
4525 struct rte_eth_pfc_queue_conf *pfc_queue_conf)
4527 if ((pfc_queue_conf->mode == RTE_ETH_FC_RX_PAUSE) ||
4528 (pfc_queue_conf->mode == RTE_ETH_FC_FULL)) {
4529 if (pfc_queue_conf->rx_pause.tx_qid >= dev_info->nb_tx_queues) {
4532 pfc_queue_conf->rx_pause.tx_qid,
4537 if (pfc_queue_conf->rx_pause.tc >= tc_max) {
4540 pfc_queue_conf->rx_pause.tc, tc_max);
4550 struct rte_eth_pfc_queue_conf *pfc_queue_conf)
4552 if ((pfc_queue_conf->mode == RTE_ETH_FC_TX_PAUSE) ||
4553 (pfc_queue_conf->mode == RTE_ETH_FC_FULL)) {
4554 if (pfc_queue_conf->tx_pause.rx_qid >= dev_info->nb_rx_queues) {
4557 pfc_queue_conf->tx_pause.rx_qid,
4562 if (pfc_queue_conf->tx_pause.tc >= tc_max) {
4565 pfc_queue_conf->tx_pause.tc, tc_max);
4602 struct rte_eth_pfc_queue_conf *pfc_queue_conf)
4612 if (pfc_queue_conf == NULL) {
4634 pfc_queue_conf->mode == RTE_ETH_FC_TX_PAUSE) {
4641 pfc_queue_conf->mode == RTE_ETH_FC_RX_PAUSE) {
4651 pfc_queue_conf);
4660 pfc_queue_conf);
4668 (dev, pfc_queue_conf));
4671 pfc_queue_conf, ret);