HNS3_RING_MAX_PENDING  598 drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c 	param->tx_max_pending = HNS3_RING_MAX_PENDING;
HNS3_RING_MAX_PENDING  599 drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c 	param->rx_max_pending = HNS3_RING_MAX_PENDING;
HNS3_RING_MAX_PENDING  939 drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c 	if (param->tx_pending > HNS3_RING_MAX_PENDING ||
HNS3_RING_MAX_PENDING  941 drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c 	    param->rx_pending > HNS3_RING_MAX_PENDING ||
HNS3_RING_MAX_PENDING  944 drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c 			   HNS3_RING_MIN_PENDING, HNS3_RING_MAX_PENDING);