Lines Matching defs:ethdev

225 	 * Assume parameters of old syntax can match only at ethdev level.
299 if (iter->cls == NULL) /* invalid ethdev iterator */
303 /* If not pure ethdev filter and */
313 /* A device is matching bus part, need to check ethdev part. */
325 /* No more ethdev port to iterate. */
400 eth_dev_is_allocated(const struct rte_eth_dev *ethdev)
402 return ethdev->data != NULL && ethdev->data->name[0] != '\0';
476 struct rte_eth_dev *ethdev = &rte_eth_devices[port_id];
479 if (port_id >= RTE_MAX_ETHPORTS || !eth_dev_is_allocated(ethdev)) {
487 "Cannot set ethdev port %u owner from NULL owner",
600 struct rte_eth_dev *ethdev;
604 ethdev = &rte_eth_devices[port_id];
606 if (!eth_dev_is_allocated(ethdev)) {
613 RTE_ETHDEV_LOG_LINE(ERR, "Cannot get ethdev port %u owner to NULL",
621 rte_memcpy(owner, &ethdev->data->owner, sizeof(*owner));
702 RTE_ETHDEV_LOG_LINE(ERR, "Cannot get ethdev port %u name to NULL",
1296 "Cannot configure ethdev port %u from NULL config",
1916 "Cannot get ethdev port %u speed lanes capability to NULL when array size is non zero",
1952 * for device stop before closing ethdev.
2463 "Cannot setup ethdev port %u Rx hairpin queue from NULL config",
2672 "Cannot setup ethdev port %u Tx hairpin queue from NULL config",
2817 "Cannot get ethdev port %u hairpin peer ports to NULL",
2824 "Cannot get ethdev port %u hairpin peer ports to array with zero size",
3073 RTE_ETHDEV_LOG_LINE(ERR, "Cannot get ethdev port %u link to NULL",
3101 RTE_ETHDEV_LOG_LINE(ERR, "Cannot get ethdev port %u link to NULL",
3229 RTE_ETHDEV_LOG_LINE(ERR, "Cannot get ethdev port %u stats to NULL",
3317 "Cannot get ethdev port %u xstats ID from NULL xstat name",
3324 "Cannot get ethdev port %u xstats ID to NULL",
3402 /* retrieve ethdev extended statistics names */
3610 /* retrieve ethdev extended statistics */
3757 /* reset ethdev extended statistics */
3845 "Cannot get ethdev port %u FW version to NULL when string size is non zero",
3877 RTE_ETHDEV_LOG_LINE(ERR, "Cannot get ethdev port %u info to NULL",
3934 "Cannot get ethdev port %u configuration to NULL",
3961 "Cannot get ethdev port %u supported packet types to NULL when array size is non zero",
4014 "Cannot get ethdev port %u set packet types to NULL when array size is non zero",
4122 "Cannot get ethdev port %u MAC address to NULL",
4143 RTE_ETHDEV_LOG_LINE(ERR, "Cannot get ethdev port %u MTU to NULL",
4445 "Cannot get ethdev port %u flow control config to NULL",
4471 "Cannot set ethdev port %u flow control from NULL config",
4502 "Cannot set ethdev port %u priority flow control from NULL config",
4733 "Cannot update ethdev port %u RSS RETA to NULL",
4740 "Cannot update ethdev port %u RSS RETA with zero size",
4785 "Cannot query ethdev port %u RSS RETA from NULL config",
4819 "Cannot update ethdev port %u RSS hash from NULL config",
4885 "Cannot get ethdev port %u RSS hash config to NULL",
4955 "Cannot add ethdev port %u UDP tunnel port from NULL UDP tunnel",
4987 "Cannot delete ethdev port %u UDP tunnel port from NULL UDP tunnel",
5056 "Cannot get ethdev port %u FEC capability to NULL when array size is non zero",
5081 "Cannot get ethdev port %u current FEC mode to NULL",
5158 "Cannot add ethdev port %u MAC address from NULL address",
5221 "Cannot remove ethdev port %u MAC address from NULL address",
5264 "Cannot set ethdev port %u default MAC address from NULL address",
5338 "Cannot set ethdev port %u unicast hash table from NULL address",
5533 "Cannot register ethdev port %u callback from NULL",
5603 "Cannot unregister ethdev port %u callback from NULL",
6071 RTE_ETHDEV_LOG_LINE(ERR, "Cannot get ethdev port %u Rx queue %u info to NULL",
6119 RTE_ETHDEV_LOG_LINE(ERR, "Cannot get ethdev port %u Tx queue %u info to NULL",
6191 "Cannot get ethdev port %u Rx queue %u burst mode to NULL",
6224 "Cannot get ethdev port %u Tx queue %u burst mode to NULL",
6257 "Cannot get ethdev port %u Rx queue %u power monitor condition to NULL",
6342 "Cannot read ethdev port %u Rx timestamp to NULL",
6371 "Cannot read ethdev port %u Tx timestamp to NULL",
6435 "Cannot read ethdev port %u timesync time to NULL",
6461 "Cannot write ethdev port %u timesync from NULL time",
6486 RTE_ETHDEV_LOG_LINE(ERR, "Cannot read ethdev port %u clock to NULL",
6508 "Cannot get ethdev port %u register info to NULL",
6540 "Cannot get ethdev port %u register info to NULL",
6592 "Cannot get ethdev port %u EEPROM info to NULL",
6617 "Cannot set ethdev port %u EEPROM from NULL info",
6643 "Cannot get ethdev port %u EEPROM module info to NULL",
6669 "Cannot get ethdev port %u module EEPROM info to NULL",
6676 "Cannot get ethdev port %u module EEPROM data to NULL",
6683 "Cannot get ethdev port %u module EEPROM to data with zero size",
6709 "Cannot get ethdev port %u DCB info to NULL",
6781 "Cannot get ethdev port %u hairpin capability to NULL",
6807 "Cannot test ethdev port %u mempool operation from NULL pool",
7068 "Cannot get ethdev port %u supported header protocol types to NULL when array size is non zero",