Searched refs:get_dcb_info (Results 1 – 7 of 7) sorted by relevance
865 eth_get_dcb_info get_dcb_info; /** Get DCB information. */ member
5321 RTE_FUNC_PTR_OR_ERR_RET(*dev->dev_ops->get_dcb_info, -ENOTSUP); in rte_eth_dev_get_dcb_info()5322 return eth_err(port_id, (*dev->dev_ops->get_dcb_info)(dev, dcb_info)); in rte_eth_dev_get_dcb_info()
371 * **[implements] eth_dev_ops**: ``get_dcb_info``.
4071 .get_dcb_info = txgbe_dev_get_dcb_info,
6062 .get_dcb_info = hns3_get_dcb_info,
555 .get_dcb_info = ixgbe_dev_get_dcb_info,
500 .get_dcb_info = i40e_dev_get_dcb_info,